disable static libs (bz556079)

This commit is contained in:
Tom Callaway 2010-05-24 21:13:43 +00:00
parent 6523e2c70a
commit 669bff2cbb

View File

@ -1,7 +1,7 @@
Summary: Library providing the Gnome XSLT engine Summary: Library providing the Gnome XSLT engine
Name: libxslt Name: libxslt
Version: 1.1.26 Version: 1.1.26
Release: 1%{?dist}%{?extra_release} Release: 2%{?dist}%{?extra_release}
License: MIT License: MIT
Group: Development/Libraries Group: Development/Libraries
Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz
@ -58,7 +58,7 @@ with XPath functions written in Python.
%patch0 -p1 %patch0 -p1
%build %build
%configure %configure --disable-static
make make
gzip -9 ChangeLog gzip -9 ChangeLog
@ -109,7 +109,6 @@ rm -fr %{buildroot}
%doc doc/tutorial2 %doc doc/tutorial2
%doc doc/EXSLT %doc doc/EXSLT
%{_libdir}/lib*.so %{_libdir}/lib*.so
%{_libdir}/*a
%{_libdir}/*.sh %{_libdir}/*.sh
%{prefix}/share/aclocal/libxslt.m4 %{prefix}/share/aclocal/libxslt.m4
%{prefix}/include/* %{prefix}/include/*
@ -130,6 +129,9 @@ rm -fr %{buildroot}
%doc python/tests/*.xsl %doc python/tests/*.xsl
%changelog %changelog
* Mon May 24 2010 Tom "spot" Callaway <tcallawa@redhat.com> 1.1.26-2
- disable static libs
* Thu Sep 24 2009 Daniel Veillard <veillard@redhat.com> 1.1.26-1 * Thu Sep 24 2009 Daniel Veillard <veillard@redhat.com> 1.1.26-1
- couple of bug fixes - couple of bug fixes
- export a symbol needed by lxml - export a symbol needed by lxml