summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-11-05 14:09:49 +0100
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-12-15 15:26:14 +0100
commitb0b9c6cd9ae983a2c5e2a7301a8712b500025e49 (patch)
treed020442e7daa1f761bca83e081d267a12b18e12a
parent28e4c368987aab212cc805b33f37c2c8c65621cb (diff)
downloadlibxkbcommon-b0b9c6cd9ae983a2c5e2a7301a8712b500025e49.tar.gz
libxkbcommon-b0b9c6cd9ae983a2c5e2a7301a8712b500025e49.tar.bz2
libxkbcommon-b0b9c6cd9ae983a2c5e2a7301a8712b500025e49.zip
packaging: Bump to version 0.4.3
Use upstream git repo instead of pristin-tar. Also clean spec file. Change-Id: Idcbac423d2cd35cea1a4c697fa41889584cbfad0 Bug-Tizen: TC-1846 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org> Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
-rw-r--r--.gbs.conf3
-rw-r--r--packaging/libxkbcommon.spec13
2 files changed, 7 insertions, 9 deletions
diff --git a/.gbs.conf b/.gbs.conf
new file mode 100644
index 0000000..2b2bf40
--- /dev/null
+++ b/.gbs.conf
@@ -0,0 +1,3 @@
+[general]
+upstream_branch = upstream/master
+upstream_tag = xkbcommon-${upstreamversion}
diff --git a/packaging/libxkbcommon.spec b/packaging/libxkbcommon.spec
index 2b55853..70fffc3 100644
--- a/packaging/libxkbcommon.spec
+++ b/packaging/libxkbcommon.spec
@@ -1,24 +1,20 @@
Name: libxkbcommon
-Version: 0.4.1
+Version: 0.4.3
Release: 0
License: MIT
Summary: Wayland libxkbcommon library
Url: http://wayland.freedesktop.org/
Group: Development/Libraries
-#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libxkbcommon
-#Git-Web: http://cgit.freedesktop.org/xorg/lib/libxkbcommon/
Source: %{name}-%{version}.tar.xz
-Source1001: libxkbcommon.manifest
+#X-Vcs-Url: https://github.com/xkbcommon/libxkbcommon.git
+Source1001: libxkbcommon.manifest
BuildRequires: autoconf >= 2.60
BuildRequires: automake
BuildRequires: bison
BuildRequires: flex
BuildRequires: libtool >= 2
-BuildRequires: pkgconfig
-#BuildRequires: pkgconfig(kbproto) >= 1.0.4
BuildRequires: pkgconfig(xorg-macros) >= 1.8
-#BuildRequires: pkgconfig(xproto)
%description
Keyboard handling library using XKB data.
@@ -40,7 +36,7 @@ cp %{SOURCE1001} .
%build
%autogen --disable-static --disable-x11
-make %{?_smp_mflags} V=1;
+%__make %{?_smp_mflags} V=1;
%install
%make_install
@@ -62,4 +58,3 @@ make %{?_smp_mflags} V=1;
%{_libdir}/libxkbcommon.so
%{_libdir}/pkgconfig/xkbcommon.pc
-%changelog