Author: wiget Date: Wed Apr 6 18:42:29 2011 GMT Module: packages Tag: HEAD ---- Log message: - disable silet make rules - drop libtool file - rel. 8
---- Files affected: packages/libindicate: libindicate.spec (1.20 -> 1.21) ---- Diffs: ================================================================ Index: packages/libindicate/libindicate.spec diff -u packages/libindicate/libindicate.spec:1.20 packages/libindicate/libindicate.spec:1.21 --- packages/libindicate/libindicate.spec:1.20 Wed Nov 24 15:00:44 2010 +++ packages/libindicate/libindicate.spec Wed Apr 6 20:42:24 2011 @@ -4,7 +4,7 @@ Summary(pl.UTF-8): Libindicate Name: libindicate Version: 0.2.3 -Release: 7 +Release: 8 License: LGPL v2+ Group: Applications Source0: http://launchpad.net/libindicate/0.2/0.2.3/+download/%{name}-%{version}.tar.gz @@ -89,7 +89,8 @@ %{__autoconf} %{__automake} %configure \ - --%{?with_doc:en}%{!?with_doc:dis}able-gtk-doc \ + --disable-silent-rules \ + %{__enable_disable doc gtk-doc} \ --with-html-dir=%{_gtkdocdir} # without -j1 introspection tries to link with system -lindicate @@ -102,6 +103,8 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la + %clean rm -rf $RPM_BUILD_ROOT @@ -117,16 +120,9 @@ %{_libdir}/girepository-1.0/Indicate-*.typelib %{_libdir}/girepository-1.0/IndicateGtk-*.typelib -%files static -%defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libindicate.a -%attr(755,root,root) %{_libdir}/libindicate-gtk.a - %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libindicate.la %attr(755,root,root) %{_libdir}/libindicate.so -%attr(755,root,root) %{_libdir}/libindicate-gtk.la %attr(755,root,root) %{_libdir}/libindicate-gtk.so %{_pkgconfigdir}/indicate.pc %{_pkgconfigdir}/indicate-gtk.pc @@ -134,6 +130,11 @@ %{_datadir}/gir-1.0/Indicate-*.gir %{_datadir}/gir-1.0/IndicateGtk-*.gir +%files static +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libindicate.a +%attr(755,root,root) %{_libdir}/libindicate-gtk.a + %if %{with doc} %files apidocs %defattr(644,root,root,755) @@ -146,6 +147,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21 2011/04/06 18:42:24 wiget +- disable silet make rules +- drop libtool file +- rel. 8 + Revision 1.20 2010/11/24 14:00:44 hawk - BR gir-repository no longer needed, builds fine without it ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libindicate/libindicate.spec?r1=1.20&r2=1.21&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
