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
This commit is contained in:
Jan Engelhardt 2012-01-04 18:46:07 +00:00 committed by Git OBS Bridge
parent 2bfc628f88
commit bb7d8b05f0
3 changed files with 13 additions and 5 deletions

View File

@ -15,6 +15,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: libxslt-python
BuildRequires: libgcrypt-devel
BuildRequires: libgpg-error-devel

View File

@ -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

View File

@ -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