Fix typo with pkgconfig
This commit is contained in:
parent
bccb2fb6c5
commit
a01d24f5be
1 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: afflib
|
||||
Version: 3.1.3
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Library to support the Advanced Forensic Format
|
||||
|
||||
Group: System Environment/Libraries
|
||||
|
|
@ -52,7 +52,7 @@ Summary: Development files for %{name}
|
|||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: openssl-devel
|
||||
Requires: pkg-config
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
|
|
@ -133,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Mar 21 2008 kwizart < kwizart at gmail.com > - 3.1.3-4
|
||||
- Fix typo
|
||||
|
||||
* Wed Mar 19 2008 kwizart < kwizart at gmail.com > - 3.1.3-3
|
||||
- Add missing requires with pkgconfig
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue