From: Kévin THIERRY Date: Wed, 5 Nov 2014 13:09:49 +0000 (+0100) Subject: packaging: Bump to version 0.4.3 X-Git-Tag: accepted/tizen/unified/20240109.155348~44 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Flibxkbcommon.git;a=commitdiff_plain;h=9a18cfaaff948b41119b627f57601093424a1d59 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 Signed-off-by: Philippe Coval --- 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