Fix explicit requires.

This commit is contained in:
Thomas Moschny 2012-04-06 13:35:05 +02:00
parent 86050378fa
commit f2b0a44230

View File

@ -1,6 +1,6 @@
Name: xcb-util-keysyms Name: xcb-util-keysyms
Version: 0.3.8 Version: 0.3.8
Release: 2%{?dist} Release: 3%{?dist}
Summary: Standard X key constants and keycodes conversion on top of libxcb Summary: Standard X key constants and keycodes conversion on top of libxcb
Group: System Environment/Libraries Group: System Environment/Libraries
License: MIT License: MIT
@ -12,13 +12,13 @@ BuildRequires: m4
%description %description
XCB util-keysyms module provides the following library: XCB util-keysyms module provides the following library:
- keysyms: Standard X key constants and conversion to/from keycodes. - keysyms: Standard X key constants and conversion to/from keycodes.
%package devel %package devel
Summary: Development and header files for xcb-util-keysyms Summary: Development and header files for xcb-util-keysyms
Group: System Environment/Libraries Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel %description devel
Development files for xcb-util-keysyms. Development files for xcb-util-keysyms.
@ -61,6 +61,9 @@ rm %{buildroot}%{_libdir}/*.la
%changelog %changelog
* Fri Apr 6 2012 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.8-3
- Fix explicit requires.
* Tue Mar 13 2012 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.8-2 * Tue Mar 13 2012 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.8-2
- Specfile cleanups suggested in the review. - Specfile cleanups suggested in the review.