From 31856b4d6cb9214dca230f8112ba26f2ff54d21e Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sun, 14 Apr 2013 00:46:22 -0700 Subject: [PATCH] Update to 0.3.0 --- packaging/baselibs.conf | 2 +- packaging/libxkbcommon.changes | 3 +++ packaging/libxkbcommon.spec | 15 +++++++-------- 3 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 packaging/libxkbcommon.changes 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 -- 2.7.4