From 616651905615edfdc35fc47fd47f69a7c4116486 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 14 Mar 2005 16:36:13 +0000 Subject: [PATCH] Removing the .la from the package, Daniel --- libxslt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libxslt.spec b/libxslt.spec index ecde548..f798ca4 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -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 1.1.13-2 +-removing the .la * Sun Mar 13 2005 Daniel Veillard - upstream release 1.1.13 see http://xmlsoft.org/XSLT/news.html