diff options
author | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-11-12 14:19:38 +0100 |
---|---|---|
committer | John L. Whiteman <john.l.whiteman@intel.com> | 2014-12-15 15:13:26 -0800 |
commit | 925059ca6aa063c9640e82ad4f40be2e38959aa8 (patch) | |
tree | a429fbe3aca14e6a464176d8eead36e9c621ba07 | |
parent | d6c112a99ab4c984b9f88a0401271d76debc9681 (diff) | |
download | libxslt-accepted/tizen/mobile/20141221.093111.tar.gz libxslt-accepted/tizen/mobile/20141221.093111.tar.bz2 libxslt-accepted/tizen/mobile/20141221.093111.zip |
Bump to version 1.1.28tizen_3.0_ivi_releasetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_ivi/20141225.222222submit/tizen_common/20151019.135620submit/tizen_common/20151015.190624submit/tizen_base/20151223.111112submit/tizen/20141215.231533accepted/tizen/wearable/20141221.093053accepted/tizen/tv/20141221.093032accepted/tizen/mobile/20141221.093111accepted/tizen/ivi/20141225.103506accepted/tizen/common/20141219.104057accepted/tizen/base/20151223.052203tizen_3.0_ivitizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_commonaccepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_3.0_ivi
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>
-rw-r--r-- | .gbs.conf | 3 | ||||
-rw-r--r-- | packaging/libxslt.spec | 17 |
2 files changed, 10 insertions, 10 deletions
diff --git a/.gbs.conf b/.gbs.conf new file mode 100644 index 00000000..2877865d --- /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 a385b732..cec05ee8 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 |