Update to 0.3.0
authorAnas Nashif <anas.nashif@intel.com>
Sun, 14 Apr 2013 07:46:22 +0000 (00:46 -0700)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 21 Dec 2023 23:35:44 +0000 (08:35 +0900)
packaging/baselibs.conf
packaging/libxkbcommon.changes [new file with mode: 0644]
packaging/libxkbcommon.spec

index 646a1c1..92e7c14 100644 (file)
@@ -1 +1 @@
-libxkbcommon0
+libxkbcommon
diff --git a/packaging/libxkbcommon.changes b/packaging/libxkbcommon.changes
new file mode 100644 (file)
index 0000000..f68b222
--- /dev/null
@@ -0,0 +1,3 @@
+* Sun Apr 14 2013 Anas Nashif <anas.nashif@intel.com> xkbcommon-0.3.0@34761c6
+- Update to 0.3.0
+
index 59b657d..de0a465 100644 (file)
@@ -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