Accepting request 38725 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/libxslt based on submit request 38725 from user coolo OBS-URL: https://build.opensuse.org/request/show/38725 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=17
This commit is contained in:
parent
fa987764b8
commit
275d8918a9
@ -22,7 +22,7 @@ Name: libxslt-python
|
|||||||
BuildRequires: libxml2-python libxslt-devel python-devel
|
BuildRequires: libxml2-python libxslt-devel python-devel
|
||||||
Summary: Python Bindings for libxslt
|
Summary: Python Bindings for libxslt
|
||||||
Version: 1.1.24
|
Version: 1.1.24
|
||||||
Release: 24
|
Release: 25
|
||||||
License: MIT License (or similar)
|
License: MIT License (or similar)
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Source: libxslt-%{version}.tar.bz2
|
Source: libxslt-%{version}.tar.bz2
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 24 11:38:22 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- buildrequire pkg-config to fix provides
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 14 16:19:17 CET 2009 - jengelh@medozas.de
|
Mon Dec 14 16:19:17 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
14
libxslt.spec
14
libxslt.spec
@ -19,10 +19,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libxslt
|
Name: libxslt
|
||||||
BuildRequires: libgcrypt libgcrypt-devel libgpg-error libgpg-error-devel libxml2-devel
|
BuildRequires: libgcrypt libgcrypt-devel libgpg-error libgpg-error-devel libxml2-devel pkg-config
|
||||||
Summary: XSL Transformation Library
|
Summary: XSL Transformation Library
|
||||||
Version: 1.1.24
|
Version: 1.1.24
|
||||||
Release: 23
|
Release: 24
|
||||||
License: MIT License (or similar)
|
License: MIT License (or similar)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
# bug437293
|
# bug437293
|
||||||
@ -55,12 +55,6 @@ present in other XSLT engines.
|
|||||||
The package comes with xsltproc, a command line interface to the XSLT
|
The package comes with xsltproc, a command line interface to the XSLT
|
||||||
engine.
|
engine.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Daniel Veillard <veillard@redhat.com>
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
Summary: Include Files and Libraries mandatory for Development
|
||||||
@ -72,14 +66,12 @@ Obsoletes: libxslt-devel-64bit
|
|||||||
#
|
#
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: libxml2-devel >= 2.6.27
|
Requires: libxml2-devel >= 2.6.27
|
||||||
Requires: libgcrypt-devel libgpg-error-devel glibc-devel
|
Requires: libgcrypt-devel libgpg-error-devel glibc-devel pkg-config
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains all necessary include files and libraries needed
|
This package contains all necessary include files and libraries needed
|
||||||
to develop applications that require these.
|
to develop applications that require these.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
|
Loading…
Reference in New Issue
Block a user