3.3
This commit is contained in:
parent
f107f5268a
commit
d74484e07f
@ -1,7 +1,7 @@
|
||||
Summary: library providing high-level API for X Keyboard Extension
|
||||
Name: libxklavier
|
||||
Version: 3.2
|
||||
Release: 3%{?dist}
|
||||
Version: 3.3
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: Development/Libraries
|
||||
URL: http://gswitchit.sourceforge.net/
|
||||
@ -11,7 +11,7 @@ BuildRequires: libxkbfile-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: glib2-devel >= 2.6.0
|
||||
Source: http://download.gnome.org/sources/libxklavier/3.2/libxklavier-3.2.tar.bz2
|
||||
Source: http://download.gnome.org/sources/libxklavier/3.2/libxklavier-3.2.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
@ -25,6 +25,7 @@ Summary: Libraries, includes, etc to develop libxklavier applications
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
Requires: gtk-doc
|
||||
Requires: libxml2-devel
|
||||
|
||||
%description devel
|
||||
@ -55,7 +56,7 @@ rm -rf %{buildroot}
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
|
||||
%doc AUTHORS ChangeLog NEWS README COPYING.LIB
|
||||
%doc AUTHORS NEWS README COPYING.LIB
|
||||
%{_libdir}/lib*.so.*
|
||||
%{_datadir}/libxklavier
|
||||
|
||||
@ -68,6 +69,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/gtk-doc/html/libxklavier/
|
||||
|
||||
%changelog
|
||||
* Wed Sep 5 2007 Matthias Clasen <mclasen@redhat.com> - 3.3-1
|
||||
- Update to 3.3
|
||||
|
||||
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 3.2-3
|
||||
- Rebuild for build ID
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user