packages: libgda3/libgda3.spec - use %{__rm} macro - drop libtool file - re...
wiget
wiget at pld-linux.org
Sun Feb 6 00:48:19 CET 2011
Author: wiget Date: Sat Feb 5 23:48:19 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- use %{__rm} macro
- drop libtool file
- rel. 7
---- Files affected:
packages/libgda3:
libgda3.spec (1.31 -> 1.32)
---- Diffs:
================================================================
Index: packages/libgda3/libgda3.spec
diff -u packages/libgda3/libgda3.spec:1.31 packages/libgda3/libgda3.spec:1.32
--- packages/libgda3/libgda3.spec:1.31 Tue Nov 23 06:48:28 2010
+++ packages/libgda3/libgda3.spec Sun Feb 6 00:48:14 2011
@@ -30,7 +30,7 @@
Summary(pl.UTF-8): Biblioteka GNU Data Access
Name: libgda3
Version: 3.1.5
-Release: 6
+Release: 7
License: LGPL v2+/GPL v2+
Group: Libraries
Source0: http://ftp.gnome.org/pub/gnome/sources/libgda/3.1/libgda-%{version}.tar.bz2
@@ -313,7 +313,10 @@
HTML_DIR=%{_gtkdocdir}
# modules dlopened by *.so through libgmodule
-rm -f $RPM_BUILD_ROOT%{_providersdir}/*.{a,la}
+%if %{with static_libs}
+%{__rm} $RPM_BUILD_ROOT%{_providersdir}/*.a
+%endif
+%{__rm} $RPM_BUILD_ROOT{%{_providersdir},%{_libdir}}/*.la
%find_lang libgda-3.0
@@ -357,10 +360,6 @@
%attr(755,root,root) %{_libdir}/libgda-report-3.0.so
%attr(755,root,root) %{_libdir}/libgda-xslt-3.0.so
%attr(755,root,root) %{_libdir}/libgdasql-3.0.so
-%{_libdir}/libgda-3.0.la
-%{_libdir}/libgda-report-3.0.la
-%{_libdir}/libgda-xslt-3.0.la
-%{_libdir}/libgdasql-3.0.la
%{_includedir}/libgda-3.0
%{_pkgconfigdir}/libgda-3.0.pc
%{_pkgconfigdir}/libgda-*-3.0.pc
@@ -446,6 +445,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.32 2011/02/05 23:48:14 wiget
+- use %{__rm} macro
+- drop libtool file
+- rel. 7
+
Revision 1.31 2010/11/23 05:48:28 arekm
- release 6
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libgda3/libgda3.spec?r1=1.31&r2=1.32&f=u
More information about the pld-cvs-commit
mailing list