rpms/sylpheed/devel import.log,1.1,1.2 sylpheed.spec,1.100,1.101

Itamar Reis Peixoto itamarjp at fedoraproject.org
Mon Jul 27 20:53:29 UTC 2009


Author: itamarjp

Update of /cvs/pkgs/rpms/sylpheed/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9791/devel

Modified Files:
	import.log sylpheed.spec 
Log Message:
small fix in spec files about libs



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/sylpheed/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	27 Jul 2009 19:37:09 -0000	1.1
+++ import.log	27 Jul 2009 20:53:28 -0000	1.2
@@ -1 +1,2 @@
 sylpheed-2_7_0-1_fc12:HEAD:sylpheed-2.7.0-1.fc12.src.rpm:1248723180
+sylpheed-2_7_0-2_fc12:HEAD:sylpheed-2.7.0-2.fc12.src.rpm:1248727907


Index: sylpheed.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sylpheed/devel/sylpheed.spec,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -p -r1.100 -r1.101
--- sylpheed.spec	27 Jul 2009 19:37:09 -0000	1.100
+++ sylpheed.spec	27 Jul 2009 20:53:28 -0000	1.101
@@ -7,7 +7,7 @@
 Summary: GTK+ based, lightweight, and fast email client
 Name: sylpheed
 Version: 2.7.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 URL: http://sylpheed.sraoss.jp/
 Group: Applications/Internet
@@ -121,9 +121,11 @@ install -p -m 0644 %{SOURCE1} $RPM_BUILD
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
-%post devel -p /sbin/ldconfig
 
+%post devel -p /sbin/ldconfig
 %postun devel -p /sbin/ldconfig
 
 
@@ -137,13 +139,18 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/%{desktopvendor}-%{name}.desktop
 %{_datadir}/pixmaps/*
 %{_mandir}/man1/*
+%{_libdir}/libsylpheed-plugin-0.so.*
+%{_libdir}/libsylph-0.so.*
 
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/sylpheed/
-%{_libdir}/*
+%{_libdir}/*.so
 
 %changelog
+* Mon Jul 27 2009 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 2.7.0-2
+- small fix in spec files about libs
+
 * Mon Jul 27 2009 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 2.7.0-1
 - new version 2.7.0
 




More information about the fedora-extras-commits mailing list