Accepting request 104002 from devel:libraries:c_c++
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/104002 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=35
This commit is contained in:
commit
05a0d6cb8d
@ -15,6 +15,8 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libxslt-python
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
|
@ -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
|
||||
|
||||
|
10
libxslt.spec
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user