rpms/neon/devel neon.spec,1.37,1.38

Joe Orton (jorton) fedora-extras-commits at redhat.com
Wed Dec 5 10:11:39 UTC 2007


Author: jorton

Update of /cvs/extras/rpms/neon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11594

Modified Files:
	neon.spec 
Log Message:
* Wed Dec  5 2007 Joe Orton <jorton at redhat.com> 0.27.2-4
- trim dependency_libs in .la file



Index: neon.spec
===================================================================
RCS file: /cvs/extras/rpms/neon/devel/neon.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- neon.spec	4 Dec 2007 21:19:31 -0000	1.37
+++ neon.spec	5 Dec 2007 10:11:03 -0000	1.38
@@ -1,7 +1,7 @@
 Summary: An HTTP and WebDAV client library
 Name: neon
 Version: 0.27.2
-Release: 3
+Release: 4
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.webdav.org/neon/
@@ -44,6 +44,9 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
+sed -ri "/^dependency_libs/{s,-l[^ ']*,,g}" \
+      $RPM_BUILD_ROOT%{_libdir}/libneon.la
+
 %find_lang %{name}
 
 %clean
@@ -69,6 +72,9 @@
 %{_libdir}/*.so
 
 %changelog
+* Wed Dec  5 2007 Joe Orton <jorton at redhat.com> 0.27.2-4
+- trim dependency_libs in .la file
+
 * Tue Dec  4 2007 Joe Orton <jorton at redhat.com> 0.27.2-3
 - rebuild against GnuTLS
 - drop static library




More information about the fedora-extras-commits mailing list