Bump to version 1.1.28 accepted/tizen_3.0_ivi accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0_ivi accepted/tizen/base/20151223.052203 accepted/tizen/common/20141219.104057 accepted/tizen/ivi/20141225.103506 accepted/tizen/mobile/20141221.093111 accepted/tizen/tv/20141221.093032 accepted/tizen/wearable/20141221.093053 submit/tizen/20141215.231533 submit/tizen_base/20151223.111112 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 submit/tizen_ivi/20141225.222222 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 12 Nov 2014 13:19:38 +0000 (14:19 +0100)
committerJohn L. Whiteman <john.l.whiteman@intel.com>
Mon, 15 Dec 2014 23:13:26 +0000 (15:13 -0800)
Use upstream git repository instead of pristine-tar.

Bug-Tizen: TC-1848
Change-Id: Id504c9220dd6d41417ffebc1ebffed32910ce472
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
.gbs.conf [new file with mode: 0644]
packaging/libxslt.spec

diff --git a/.gbs.conf b/.gbs.conf
new file mode 100644 (file)
index 0000000..2877865
--- /dev/null
+++ b/.gbs.conf
@@ -0,0 +1,3 @@
+[general]
+upstream_branch = upstream/master
+upstream_tag = v${upstreamversion}
index a385b73..cec05ee 100644 (file)
@@ -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