Accepting request 523591 from devel:libraries:c_c++

1

OBS-URL: https://build.opensuse.org/request/show/523591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=53
This commit is contained in:
Dominique Leuenberger 2017-09-13 19:35:10 +00:00 committed by Git OBS Bridge
commit 93d5715494
4 changed files with 24 additions and 14 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 11 18:35:31 UTC 2017 - jengelh@inai.de
- Fix RPM groups. Drop ineffective --with-pic.
Trim conjecture from description.
-------------------------------------------------------------------
Fri Jul 28 18:49:10 UTC 2017 - mpluskal@suse.com

View File

@ -61,7 +61,6 @@ XSLT language with XPath functions written in Python.
autoreconf -fvi
%configure \
--with-python=python \
--with-pic \
--disable-static \
--disable-silent-rules
make %{?_smp_mflags} PYTHON_SITE_PACKAGES=%{py_sitedir} pythondir=%{py_sitedir}

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 11 18:35:31 UTC 2017 - jengelh@inai.de
- Fix RPM groups. Drop ineffective --with-pic.
Trim conjecture from description.
-------------------------------------------------------------------
Fri Jul 28 18:48:39 UTC 2017 - mpluskal@suse.com

View File

@ -23,7 +23,7 @@ Version: 1.1.29
Release: 0
Summary: XSL Transformation Library
License: MIT AND GPL-2.0+
Group: System/Libraries
Group: Development/Libraries/C and C++
Url: http://xmlsoft.org/XSLT/
Source0: ftp://xmlsoft.org/libxslt/libxslt-%{version}.tar.gz
Source1: ftp://xmlsoft.org/libxslt/libxslt-%{version}.tar.gz.asc
@ -51,10 +51,8 @@ transformation mechanism.
It is based on libxml (version 2) for XML parsing, tree manipulation,
and XPath support. It is written in plain C, making as few assumptions
as possible and sticks closely to ANSI C/POSIX for easy embedding.
Although not primarily designed with performance in mind, libxslt seems
to be a relatively fast processor. It also includes full support for
the EXSLT set of extension functions as well as some common extensions
present in other XSLT engines.
It includes support for the EXSLT set of extension functions as well
as some common extensions present in other XSLT engines.
%package -n %{libname}
Summary: XSL Transformation Library
@ -69,13 +67,11 @@ transformation mechanism.
It is based on libxml (version 2) for XML parsing, tree manipulation,
and XPath support. It is written in plain C, making as few assumptions
as possible and sticks closely to ANSI C/POSIX for easy embedding.
Although not primarily designed with performance in mind, libxslt seems
to be a relatively fast processor. It also includes full support for
the EXSLT set of extension functions as well as some common extensions
present in other XSLT engines.
It includes support for the EXSLT set of extension functions as well
as some common extensions present in other XSLT engines.
%package devel
Summary: Include Files and Libraries mandatory for Development
Summary: Development files for libxslt
License: LGPL-2.1+
Group: Development/Libraries/C and C++
Requires: %{libname} = %{version}
@ -85,8 +81,12 @@ Requires: libgcrypt-devel
Requires: libgpg-error-devel
%description devel
This package contains all necessary include files and libraries needed
to develop applications that require these.
libxslt allows you to transform XML files into other XML files
(or HTML, text, and more) using the standard XSLT stylesheet
transformation mechanism.
This subpackage contains the header files for developing
applications that want to make use of the XSLT libraries.
%package tools
Summary: Extended Stylesheet Language (XSL) Transformation utilities
@ -112,7 +112,6 @@ xtend the
autoreconf -fvi
%configure \
--disable-static \
--with-pic \
--without-python \
--disable-silent-rules
make %{?_smp_mflags}