diff --git a/popt.changes b/popt.changes index 7da42d0..b59be2b 100644 --- a/popt.changes +++ b/popt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Oct 9 11:09:27 UTC 2011 - jengelh@medozas.de + +- Add pkgconfig to BuildRequires to get automatic pkgconfig(popt) + provides + ------------------------------------------------------------------- Wed Feb 2 08:35:00 UTC 2011 - andreas.hanke@gmx-topmail.de diff --git a/popt.spec b/popt.spec index 6e80665..92344f9 100644 --- a/popt.spec +++ b/popt.spec @@ -24,10 +24,11 @@ Release: 7 License: MIT Summary: A C library for parsing command line parameters Group: System Environment/Libraries -Url: http://www.rpm5.org/ +URL: http://www.rpm5.org/ Source: popt-%{version}.tar.bz2 Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig %description Popt is a C library for parsing command line parameters. Popt was