packages (DEVEL): seahorse/seahorse.spec - drop libtool file - use %{__rm} ...
wiget
wiget at pld-linux.org
Wed Mar 23 17:09:23 CET 2011
Author: wiget Date: Wed Mar 23 16:09:23 2011 GMT
Module: packages Tag: DEVEL
---- Log message:
- drop libtool file
- use %{__rm} macro
---- Files affected:
packages/seahorse:
seahorse.spec (1.126.2.4 -> 1.126.2.5)
---- Diffs:
================================================================
Index: packages/seahorse/seahorse.spec
diff -u packages/seahorse/seahorse.spec:1.126.2.4 packages/seahorse/seahorse.spec:1.126.2.5
--- packages/seahorse/seahorse.spec:1.126.2.4 Wed Mar 23 11:04:18 2011
+++ packages/seahorse/seahorse.spec Wed Mar 23 17:09:17 2011
@@ -104,8 +104,6 @@
%prep
%setup -q
-sed -i s#^en at shaw## po/LINGUAS
-rm po/en at shaw.po
%build
%{__glib_gettextize}
@@ -136,7 +134,8 @@
DESTDIR=$RPM_BUILD_ROOT
# remove internal API documentation
-rm -rf $RPM_BUILD_ROOT%{_gtkdocdir}/libseahorse
+%{__rm} -r $RPM_BUILD_ROOT%{_gtkdocdir}/libseahorse
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libcryptui.la
%find_lang %{name} --with-gnome --with-omf
@@ -182,7 +181,6 @@
%files -n libcryptui-devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libcryptui.so
-%{_libdir}/libcryptui.la
%{_includedir}/libcryptui
%{_pkgconfigdir}/cryptui-0.0.pc
%{_datadir}/gir-1.0/CryptUI-0.0.gir
@@ -197,6 +195,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.126.2.5 2011/03/23 16:09:17 wiget
+- drop libtool file
+- use %{__rm} macro
+
Revision 1.126.2.4 2011/03/23 10:04:18 wiget
- up to 2.91.92
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/seahorse/seahorse.spec?r1=1.126.2.4&r2=1.126.2.5&f=u
More information about the pld-cvs-commit
mailing list