rpms/nemiver/F-10 nemiver.spec,1.25,1.26

Dodji Seketeli dodji at fedoraproject.org
Thu Jul 2 15:55:38 UTC 2009


Author: dodji

Update of /cvs/pkgs/rpms/nemiver/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14298

Modified Files:
	nemiver.spec 
Log Message:
* Thu Jul 02 2009 Dodji Seketeli <dodji at redhat.com> - 0.7.0-1
- Update to new upstream release (0.7.0)
- Do not use the system libtool as it's now older than the one shiped
  in the tarball.
- No need to exclude *.a files anymore as they are no more generated




Index: nemiver.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nemiver/F-10/nemiver.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- nemiver.spec	2 Jul 2009 14:48:27 -0000	1.25
+++ nemiver.spec	2 Jul 2009 15:55:38 -0000	1.26
@@ -79,10 +79,10 @@ backends for Nemiver.
 
 
 %build
-%configure --disable-static --disable-schemas-install		\
-	--disable-scrollkeeper
+%configure --disable-static --disable-schemas-install \
+ --disable-scrollkeeper
 # Use system libtool to prevent build scripts from using RPATH hacks.
-make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool
+make %{?_smp_mflags}
 
 
 %install
@@ -136,12 +136,9 @@ scrollkeeper-update -q ||:
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING COPYRIGHT NEWS README TODO 
-%exclude %{_libdir}/%{name}/*.a
 %exclude %{_libdir}/%{name}/*.la
-%exclude %{_libdir}/%{name}/modules/*.a
 %exclude %{_libdir}/%{name}/modules/*.la
 %exclude %{_libdir}/%{name}/plugins/*/*.la
-%exclude %{_libdir}/%{name}/plugins/*/*.a
 %{_bindir}/%{name}
 %{_libdir}/%{name}/
 %{_sysconfdir}/gconf/schemas/%{name}-*.schemas
@@ -161,6 +158,9 @@ scrollkeeper-update -q ||:
 %changelog
 * Thu Jul 02 2009 Dodji Seketeli <dodji at redhat.com> - 0.7.0-1
 - Update to new upstream release (0.7.0)
+- Do not use the system libtool as it's now older than the one shiped
+  in the tarball.
+- No need to exclude *.a files anymore as they are no more generated
 
 * Sat May 02 2009 Dodji Seketeli <dodji at redhat.com> - 0.6.7-1
 - Update to new upstream release (0.6.7)




More information about the fedora-extras-commits mailing list