rpms/synce/devel synce.spec,1.6,1.7

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Sun Aug 21 00:39:16 UTC 2005


Author: awjb

Update of /cvs/extras/rpms/synce/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13881/devel

Modified Files:
	synce.spec 
Log Message:
- fix dep problem
- add missing ldconfig



Index: synce.spec
===================================================================
RCS file: /cvs/extras/rpms/synce/devel/synce.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- synce.spec	20 Aug 2005 23:42:41 -0000	1.6
+++ synce.spec	21 Aug 2005 00:39:14 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           synce
 Version:        0.9.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Serial connection support for Pocket PC devices
 
 Group:          Applications/Communications
@@ -102,11 +102,17 @@
     cd ..
 done
 
+install -m 775 libmimedir-0.4/libmimedir.so $RPM_BUILD_ROOT/%{_libdir}/libmimedir.so
+
 find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root,-)
 #%doc README LICENSE
@@ -154,6 +160,8 @@
 %{_bindir}/synce-serial-*
 %{_datadir}/synce
 %{_mandir}/man8/synce-serial-*
+#libmimedir
+%{_libdir}/libmimedir.so
 
 %files devel
 %defattr(-,root,root,-)
@@ -163,6 +171,11 @@
 
 %changelog
 * Sun Aug 21 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.9.1-3
+- fix dep problem
+- add missing ldconfig
+
+* Sun Aug 21 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 0.9.1-2
 - reenable x86_64 (#148003)
 - disable static libs




More information about the fedora-extras-commits mailing list