From bb7d8b05f02a2b1a63fafdc615c236292af42b6c89af3e76ac70b15b6778c807 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 4 Jan 2012 18:46:07 +0000 Subject: [PATCH] Remove redundant tags (License: field is inherited); Use exact EVR for Provides: OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=31 --- libxslt-python.spec | 2 ++ libxslt.changes | 6 ++++++ libxslt.spec | 10 +++++----- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/libxslt-python.spec b/libxslt-python.spec index bfd3327..8242610 100644 --- a/libxslt-python.spec +++ b/libxslt-python.spec @@ -15,6 +15,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: libxslt-python BuildRequires: libgcrypt-devel BuildRequires: libgpg-error-devel diff --git a/libxslt.changes b/libxslt.changes index cff18e1..7ef2970 100644 --- a/libxslt.changes +++ b/libxslt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 4 18:44:16 UTC 2012 - jengelh@medozas.de + +- Remove redundant tags (License: field is inherited) +- Use exact EVR for Provides: + ------------------------------------------------------------------- Wed Jan 4 10:17:35 UTC 2012 - cfarrell@suse.com diff --git a/libxslt.spec b/libxslt.spec index 0117783..7bc8764 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -15,6 +15,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: libxslt Version: 1.1.26 Release: 0 @@ -56,13 +58,11 @@ The package comes with xsltproc, a command line interface to the XSLT engine. %package -n libxslt1 - Summary: XSL Transformation Library -License: MIT and GPL-2.0+ Group: System/Libraries -Provides: libxslt = %{version} -Obsoletes: libxslt <= %{version} -Provides: xsltproc = %{version} +Provides: libxslt = %{version}-%{release} +Obsoletes: libxslt <= %{version}-%{release} +Provides: xsltproc = %{version}-%{release} %description -n libxslt1 This C library allows you to transform XML files into other XML files