From 925059ca6aa063c9640e82ad4f40be2e38959aa8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Wed, 12 Nov 2014 14:19:38 +0100 Subject: [PATCH] Bump to version 1.1.28 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Use upstream git repository instead of pristine-tar. Bug-Tizen: TC-1848 Change-Id: Id504c9220dd6d41417ffebc1ebffed32910ce472 Signed-off-by: Kévin THIERRY --- .gbs.conf | 3 +++ packaging/libxslt.spec | 17 +++++++---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 .gbs.conf diff --git a/.gbs.conf b/.gbs.conf new file mode 100644 index 0000000..2877865 --- /dev/null +++ b/.gbs.conf @@ -0,0 +1,3 @@ +[general] +upstream_branch = upstream/master +upstream_tag = v${upstreamversion} diff --git a/packaging/libxslt.spec b/packaging/libxslt.spec index a385b73..cec05ee 100644 --- a/packaging/libxslt.spec +++ b/packaging/libxslt.spec @@ -1,15 +1,15 @@ Name: libxslt -Version: 1.1.26 +Version: 1.1.28 Release: 0 Summary: XSL Transformation Library License: MIT and GPL-2.0+ Group: System/Libraries -# Url: http://xmlsoft.org/XSLT/ Source: %{name}-%{version}.tar.bz2 +#X-Vcs-Url: git://git.gnome.org/libxslt Source2: baselibs.conf Source3: xslt-config.1.gz -Source1001: libxslt.manifest +Source1001: libxslt.manifest BuildRequires: libgcrypt-devel BuildRequires: libgpg-error-devel BuildRequires: libtool @@ -33,7 +33,7 @@ present in other XSLT engines. %package devel Summary: Include Files and Libraries mandatory for Development License: LGPL-2.1+ -Group: Development/Libraries/C and C++ +Group: System/Libraries Requires: %{name}-tools = %version Requires: libxslt = %{version} Requires: glibc-devel @@ -59,13 +59,12 @@ This package contains xsltproc, a command line interface to the XSLT engine. cp %{SOURCE1001} . %build -autoreconf --force --install -%configure --disable-static --with-pic --without-python -make %{?_smp_mflags} +%autogen --disable-static --with-pic --without-python +%__make %{?_smp_mflags} %check %if ! 0%{?qemu_user_space_build} -make check +%__make check %endif %install @@ -105,5 +104,3 @@ install -ma=r '-t%{buildroot}%{_mandir}/man1' '%{SOURCE3}' %defattr(-,root,root) %{_bindir}/xsltproc %doc %{_mandir}/man1/xsltproc.* - -%changelog -- 2.7.4