Rebuild for FC6.

This commit is contained in:
Jose Pedro Oliveira 2006-09-08 23:33:04 +00:00
parent 825fe46980
commit 7a65cd7ea0
2 changed files with 6 additions and 5 deletions

View File

@ -1 +0,0 @@
http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild

View File

@ -1,6 +1,6 @@
Name: perl-ExtUtils-PkgConfig
Version: 1.07
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Simplistic interface to pkg-config
Group: Development/Libraries
@ -10,10 +10,9 @@ Source0: http://www.cpan.org/authors/id/R/RM/RMCFARLA/Gtk2-Perl/ExtUtils-
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl >= 1:5.6.1
BuildRequires: pkgconfig
Requires: pkgconfig
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: pkgconfig
%description
The pkg-config program retrieves information about installed libraries,
@ -54,10 +53,13 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/ExtUtils/
%{_mandir}/man3/*.3*
%{_mandir}/man3/*.3pm*
%changelog
* Sat Sep 9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.07-5
- Rebuild for FC6.
* Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.07-4
- Rebuild for FC5 (perl 5.8.8).