summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-04-14 00:46:22 -0700
committerAnas Nashif <anas.nashif@intel.com>2013-04-14 00:56:59 -0700
commit2558c487266a05e37336e6fe4bddb1b4e2640a28 (patch)
tree4b5f19dc1b24874a2acaa6bda67f16ea7174cd25
parent58521aa9c842c1575736aee9dbd2ae45c5baefec (diff)
downloadlibxkbcommon-2558c487266a05e37336e6fe4bddb1b4e2640a28.tar.gz
libxkbcommon-2558c487266a05e37336e6fe4bddb1b4e2640a28.tar.bz2
libxkbcommon-2558c487266a05e37336e6fe4bddb1b4e2640a28.zip
-rw-r--r--packaging/baselibs.conf2
-rw-r--r--packaging/libxkbcommon.changes3
-rw-r--r--packaging/libxkbcommon.spec15
3 files changed, 11 insertions, 9 deletions
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 <anas.nashif@intel.com> 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