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