summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-11-12 14:19:38 +0100
committerJohn L. Whiteman <john.l.whiteman@intel.com>2014-12-15 15:13:26 -0800
commit925059ca6aa063c9640e82ad4f40be2e38959aa8 (patch)
treea429fbe3aca14e6a464176d8eead36e9c621ba07
parentd6c112a99ab4c984b9f88a0401271d76debc9681 (diff)
downloadlibxslt-925059ca6aa063c9640e82ad4f40be2e38959aa8.tar.gz
libxslt-925059ca6aa063c9640e82ad4f40be2e38959aa8.tar.bz2
libxslt-925059ca6aa063c9640e82ad4f40be2e38959aa8.zip
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.conf3
-rw-r--r--packaging/libxslt.spec17
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