diff --git a/perl-Config-IniFiles.spec b/perl-Config-IniFiles.spec index 300b59f..65e8e95 100644 --- a/perl-Config-IniFiles.spec +++ b/perl-Config-IniFiles.spec @@ -1,17 +1,17 @@ Name: perl-Config-IniFiles Version: 2.39 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A module for reading .ini-style configuration files Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Config-IniFiles/ -Source0: http://www.cpan.org/authors/id/W/WA/WADG/Config-IniFiles-2.39.tar.gz +Source0: http://www.cpan.org/authors/id/W/WA/WADG/Config-IniFiles-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.6.1 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Config::IniFiles provides a way to have readable configuration files @@ -38,7 +38,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* -%check || : +%check make test @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 15 2006 Jose Pedro Oliveira - 2.39-4 +- Rebuild for FC5 (perl 5.8.8). + * Sat May 14 2005 Jose Pedro Oliveira - 2.39-3 - Add dist tag.