remove static libs from python bindings package
This commit is contained in:
parent
5240958cec
commit
a796429ec8
@ -1,7 +1,7 @@
|
|||||||
Summary: Library providing XML and HTML support
|
Summary: Library providing XML and HTML support
|
||||||
Name: libxml2
|
Name: libxml2
|
||||||
Version: 2.6.19
|
Version: 2.6.19
|
||||||
Release: 1
|
Release: 2
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz
|
Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz
|
||||||
@ -97,7 +97,8 @@ rm -fr %{buildroot}
|
|||||||
%makeinstall
|
%makeinstall
|
||||||
(cd doc/examples ; make clean ; rm -rf .deps)
|
(cd doc/examples ; make clean ; rm -rf .deps)
|
||||||
gzip -9 doc/libxml2-api.xml
|
gzip -9 doc/libxml2-api.xml
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la \
|
||||||
|
$RPM_BUILD_ROOT%{_libdir}/python*/site-packages/libxml2mod*a
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -fr %{buildroot}
|
rm -fr %{buildroot}
|
||||||
@ -150,6 +151,9 @@ rm -fr %{buildroot}
|
|||||||
%doc doc/python.html
|
%doc doc/python.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 23 2005 Bill Nottingham <notting@redhat.com> 2.6.19-2
|
||||||
|
- remove static lib from python bindings
|
||||||
|
|
||||||
* Sat Apr 2 2005 Daniel Veillard <veillard@redhat.com>
|
* Sat Apr 2 2005 Daniel Veillard <veillard@redhat.com>
|
||||||
- upstream release 2.6.19 see http://xmlsoft.org/news.html
|
- upstream release 2.6.19 see http://xmlsoft.org/news.html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user