disable static libs (bz556079)
This commit is contained in:
parent
6523e2c70a
commit
669bff2cbb
@ -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@redhat.com> 1.1.26-2
|
||||
- disable static libs
|
||||
|
||||
* Thu Sep 24 2009 Daniel Veillard <veillard@redhat.com> 1.1.26-1
|
||||
- couple of bug fixes
|
||||
- export a symbol needed by lxml
|
||||
|
Loading…
Reference in New Issue
Block a user