Author: wiget Date: Tue Mar 15 17:08:04 2011 GMT Module: packages Tag: HEAD ---- Log message: - drop libtool file - package soname - no wildcards in %files - rel. 6
---- Files affected: packages/libsexymm: libsexymm.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: packages/libsexymm/libsexymm.spec diff -u packages/libsexymm/libsexymm.spec:1.10 packages/libsexymm/libsexymm.spec:1.11 --- packages/libsexymm/libsexymm.spec:1.10 Wed Nov 24 11:18:06 2010 +++ packages/libsexymm/libsexymm.spec Tue Mar 15 18:07:59 2011 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Zestaw dodatkowych kontrolek dla GTK+ (dowiÄ…zania C++) Name: libsexymm Version: 0.1.9 -Release: 5 +Release: 6 License: LGPL v2.1+ Group: Libraries Source0: http://releases.chipx86.com/libsexy/libsexymm/%{name}-%{version}.tar.gz @@ -69,6 +69,8 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +%{__rm} $RPM_BUILD_ROOT%{_libdir}/lib*.la + %clean rm -rf $RPM_BUILD_ROOT @@ -78,19 +80,19 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS -%attr(755,root,root) %{_libdir}/lib*.so.*.*.* +%attr(755,root,root) %{_libdir}/libsexymm.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libsexymm.so.2 %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libsexymm.so %{_libdir}/libsexymm %{_includedir}/libsexymm -%{_pkgconfigdir}/*.pc +%{_pkgconfigdir}/libsexymm.pc %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libsexymm.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -98,6 +100,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2011/03/15 17:07:59 wiget +- drop libtool file +- package soname +- no wildcards in %files +- rel. 6 + Revision 1.10 2010/11/24 10:18:06 hawk - release 5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libsexymm/libsexymm.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
