Fix explicit requires.
This commit is contained in:
parent
86050378fa
commit
f2b0a44230
@ -1,6 +1,6 @@
|
||||
Name: xcb-util-keysyms
|
||||
Version: 0.3.8
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Standard X key constants and keycodes conversion on top of libxcb
|
||||
Group: System Environment/Libraries
|
||||
License: MIT
|
||||
@ -18,7 +18,7 @@ XCB util-keysyms module provides the following library:
|
||||
%package devel
|
||||
Summary: Development and header files for xcb-util-keysyms
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Development files for xcb-util-keysyms.
|
||||
@ -61,6 +61,9 @@ rm %{buildroot}%{_libdir}/*.la
|
||||
|
||||
|
||||
%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
|
||||
- Specfile cleanups suggested in the review.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user