From: Anas Nashif Date: Sun, 14 Apr 2013 07:46:22 +0000 (-0700) Subject: Update to 0.3.0 X-Git-Tag: accepted/tizen/unified/20240109.155348~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31856b4d6cb9214dca230f8112ba26f2ff54d21e;hp=692a7efef693a413d16b481ee2adea9e15e19dc8;p=platform%2Fupstream%2Flibxkbcommon.git Update to 0.3.0 --- diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf index 646a1c1..92e7c14 100644 --- a/packaging/baselibs.conf +++ b/packaging/baselibs.conf @@ -1 +1 @@ -libxkbcommon0 +libxkbcommon diff --git a/packaging/libxkbcommon.changes b/packaging/libxkbcommon.changes new file mode 100644 index 0000000..f68b222 --- /dev/null +++ b/packaging/libxkbcommon.changes @@ -0,0 +1,3 @@ +* Sun Apr 14 2013 Anas Nashif xkbcommon-0.3.0@34761c6 +- Update to 0.3.0 + diff --git a/packaging/libxkbcommon.spec b/packaging/libxkbcommon.spec index 59b657d..de0a465 100644 --- a/packaging/libxkbcommon.spec +++ b/packaging/libxkbcommon.spec @@ -1,10 +1,10 @@ Name: libxkbcommon -Version: 0.0.800 +Version: 0.3.0 Release: 0 License: MIT Summary: Wayland libxkbcommon library Url: http://wayland.freedesktop.org/ -Group: Development/Libraries/C and C++ +Group: Development/Libraries #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libxkbcommon #Git-Web: http://cgit.freedesktop.org/xorg/lib/libxkbcommon/ @@ -15,22 +15,20 @@ BuildRequires: bison BuildRequires: flex BuildRequires: libtool >= 2 BuildRequires: pkgconfig -BuildRequires: xz BuildRequires: pkgconfig(kbproto) >= 1.0.4 BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xproto) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -(Upstream has not provided a description) +Keyboard handling library using XKB data. %package devel Summary: Development files for the Wayland libxkbcommon library -Group: Development/Libraries/C and C++ +Group: Development/Libraries Requires: %{name} = %{version} %description devel -(Upstream has not provided a description) +Keyboard handling library using XKB data. This package contains the development headers for the library found in %{name}. @@ -39,7 +37,7 @@ in %{name}. %setup -qn %{name} %build -autoreconf -fi; +%autogen %configure --disable-static make %{?_smp_mflags} V=1; @@ -52,6 +50,7 @@ make %{?_smp_mflags} V=1; %files %defattr(-,root,root) +%license COPYING %{_libdir}/libxkbcommon.so.0* %files devel