From 84f4b3b8a7f6b839dc9c0dd677b89925d935a026c86a738c7445381e87c0603c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 12 Sep 2017 08:07:39 +0000 Subject: [PATCH] Accepting request 523385 from home:jengelh:branches:devel:libraries:c_c++ - Fix RPM groups. Drop ineffective --with-pic. Trim conjecture from description. OBS-URL: https://build.opensuse.org/request/show/523385 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=63 --- libxslt-python.changes | 6 ++++++ libxslt-python.spec | 1 - libxslt.changes | 6 ++++++ libxslt.spec | 25 ++++++++++++------------- 4 files changed, 24 insertions(+), 14 deletions(-) diff --git a/libxslt-python.changes b/libxslt-python.changes index 99f687d..8a7e68c 100644 --- a/libxslt-python.changes +++ b/libxslt-python.changes @@ -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 diff --git a/libxslt-python.spec b/libxslt-python.spec index 5417dac..9193b94 100644 --- a/libxslt-python.spec +++ b/libxslt-python.spec @@ -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} diff --git a/libxslt.changes b/libxslt.changes index fb2efe1..c1e5ff6 100644 --- a/libxslt.changes +++ b/libxslt.changes @@ -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 diff --git a/libxslt.spec b/libxslt.spec index 3bfc7b7..bbe4a33 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -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}