rpms/libxslt/devel libxslt.spec,1.61,1.62

Tom Callaway spot at fedoraproject.org
Mon May 24 21:13:44 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/libxslt/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11176

Modified Files:
	libxslt.spec 
Log Message:
disable static libs (bz556079)


Index: libxslt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libxslt/devel/libxslt.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -p -r1.61 -r1.62
--- libxslt.spec	24 Sep 2009 14:51:45 -0000	1.61
+++ libxslt.spec	24 May 2010 21:13:43 -0000	1.62
@@ -1,7 +1,7 @@
 Summary: Library providing the Gnome XSLT engine
 Name: libxslt
 Version: 1.1.26
-Release: 1%{?dist}%{?extra_release}
+Release: 2%{?dist}%{?extra_release}
 License: MIT
 Group: Development/Libraries
 Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz
@@ -58,7 +58,7 @@ with XPath functions written in Python.
 %patch0 -p1
 
 %build
-%configure
+%configure --disable-static
 make
 gzip -9 ChangeLog
 
@@ -109,7 +109,6 @@ rm -fr %{buildroot}
 %doc doc/tutorial2
 %doc doc/EXSLT
 %{_libdir}/lib*.so
-%{_libdir}/*a
 %{_libdir}/*.sh
 %{prefix}/share/aclocal/libxslt.m4
 %{prefix}/include/*
@@ -130,6 +129,9 @@ rm -fr %{buildroot}
 %doc python/tests/*.xsl
 
 %changelog
+* Mon May 24 2010 Tom "spot" Callaway <tcallawa at redhat.com> 1.1.26-2
+- disable static libs
+
 * Thu Sep 24 2009 Daniel Veillard <veillard at redhat.com> 1.1.26-1
 - couple of bug fixes
 - export a symbol needed by lxml



More information about the scm-commits mailing list