remove static library from python bindings
This commit is contained in:
parent
1951199af9
commit
675a0e70df
@ -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.14
|
Version: 1.1.14
|
||||||
Release: 1
|
Release: 2
|
||||||
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
|
||||||
@ -65,6 +65,8 @@ rm -fr %{buildroot}
|
|||||||
|
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
rm -fr %{buildroot}%{_libdir}/python*/site-packages/libxsltmod*a
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -fr %{buildroot}
|
rm -fr %{buildroot}
|
||||||
|
|
||||||
@ -116,6 +118,9 @@ rm -fr %{buildroot}
|
|||||||
%doc python/tests/*.xsl
|
%doc python/tests/*.xsl
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 23 2005 Bill Nottingham <notting@redhat.com>
|
||||||
|
- remove static library from python bindings
|
||||||
|
|
||||||
* Sat Apr 2 2005 Daniel Veillard <veillard@redhat.com>
|
* Sat Apr 2 2005 Daniel Veillard <veillard@redhat.com>
|
||||||
- upstream release 1.1.14 see http://xmlsoft.org/XSLT/news.html
|
- upstream release 1.1.14 see http://xmlsoft.org/XSLT/news.html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user