Removing the .la, Daniel
This commit is contained in:
parent
c28ceda24d
commit
807900a2ef
@ -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.18
|
Version: 2.6.18
|
||||||
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
|
||||||
@ -96,6 +96,7 @@ gzip -9 ChangeLog
|
|||||||
rm -fr %{buildroot}
|
rm -fr %{buildroot}
|
||||||
|
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -fr %{buildroot}
|
rm -fr %{buildroot}
|
||||||
@ -148,6 +149,8 @@ rm -fr %{buildroot}
|
|||||||
%doc doc/python.html
|
%doc doc/python.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 14 2005 Daniel Veillard <veillard@redhat.com> 2.6.18-2
|
||||||
|
-removing the .la
|
||||||
* Sun Mar 13 2005 Daniel Veillard <veillard@redhat.com>
|
* Sun Mar 13 2005 Daniel Veillard <veillard@redhat.com>
|
||||||
- upstream release 2.6.18 see http://xmlsoft.org/news.html
|
- upstream release 2.6.18 see http://xmlsoft.org/news.html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user