packaging: Bump to version 0.4.3
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 5 Nov 2014 13:09:49 +0000 (14:09 +0100)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 21 Dec 2023 23:35:44 +0000 (08:35 +0900)
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>
.gbs.conf [new file with mode: 0644]
packaging/libxkbcommon.spec

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