diff --git a/libxslt-python.spec b/libxslt-python.spec index 50311a4..73c1c2f 100644 --- a/libxslt-python.spec +++ b/libxslt-python.spec @@ -1,7 +1,7 @@ # -# spec file for package libxslt-python (Version 1.1.26) +# spec file for package libxslt-python # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ BuildRequires: libgpg-error-devel BuildRequires: libxml2-devel Summary: Python Bindings for libxslt Version: 1.1.26 -Release: 1 +Release: 2 License: MIT License (or similar) Group: Development/Libraries/Python Source: libxslt-%{version}.tar.bz2 @@ -68,6 +68,7 @@ make install PYTHON_SITE_PACKAGES=%{py_sitedir} pythondir=%{py_sitedir} DESTDIR= rm -fr $RPM_BUILD_ROOT%{_datadir}/doc # #223696 find %{buildroot} -type f -name "*.la" -print -delete + %clean rm -rf $RPM_BUILD_ROOT diff --git a/libxslt.spec b/libxslt.spec index 193d7a1..66fe893 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -1,7 +1,7 @@ # -# spec file for package libxslt (Version 1.1.26) +# spec file for package libxslt # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,10 @@ # + Name: libxslt Version: 1.1.26 -Release: 1 +Release: 5 License: MIT License (or similar) Summary: XSL Transformation Library Group: System/Libraries @@ -56,6 +57,7 @@ The package comes with xsltproc, a command line interface to the XSLT engine. %package -n %{name}1 + Summary: XSL Transformation Library Provides: libxslt = %{version} Obsoletes: %{name} < %{version} @@ -97,6 +99,7 @@ to develop applications that require these. %setup -q %patch0 %patch1 + %build autoreconf --force --install %configure --disable-static --with-pic --without-python @@ -113,6 +116,7 @@ rm -fr %{buildroot}%{_datadir}/doc install -ma=r '-t%{buildroot}%{_mandir}/man1' '%{SOURCE3}' #kill all "la" files find %{buildroot} -type f -name "*.la" -print -delete + %clean rm -rf %{buildroot}