Removing the .la from the package, Daniel

This commit is contained in:
Daniel Veillard 2005-03-14 16:36:13 +00:00
parent cc59d2965d
commit 6166519056

View File

@ -1,7 +1,7 @@
Summary: Library providing the Gnome XSLT engine
Name: libxslt
Version: 1.1.13
Release: 1
Release: 2
License: MIT
Group: Development/Libraries
Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz
@ -64,6 +64,7 @@ gzip -9 ChangeLog
rm -fr %{buildroot}
%makeinstall
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%clean
rm -fr %{buildroot}
@ -116,6 +117,8 @@ rm -fr %{buildroot}
%doc python/tests/*.xsl
%changelog
* Mon Mar 14 2005 Daniel Veillard <veillard@redhat.com> 1.1.13-2
-removing the .la
* Sun Mar 13 2005 Daniel Veillard <veillard@redhat.com>
- upstream release 1.1.13 see http://xmlsoft.org/XSLT/news.html