Fix explicit requires.

This commit is contained in:
Thomas Moschny 2012-04-06 13:37:54 +02:00
parent bdae4bab6e
commit dbf22303cc

View File

@ -1,6 +1,6 @@
Name: xcb-util-image
Version: 0.3.8
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Port of Xlib's XImage and XShmImage functions on top of libxcb
Group: System Environment/Libraries
License: MIT
@ -18,7 +18,7 @@ XCB util-image module provides the following library:
%package devel
Summary: Development and header files for xcb-util-image
Group: System Environment/Libraries
Requires: %{name}%{_isa} = %{version}-%{release}, pkgconfig
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Development files for xcb-util-image.
@ -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.
* Thu Apr 5 2012 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.8-2
- Specfile cleanups.