|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Config-INI
|
|
|
|
|
Version: 0.017
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 0.018
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Config::INI Perl module
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -8,7 +8,7 @@ URL: http://search.cpan.org/dist/Config-INI/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Config-INI-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(IO::File)
|
|
|
|
|
BuildRequires: perl(IO::File) >= 1.14
|
|
|
|
|
BuildRequires: perl(IO::String)
|
|
|
|
|
BuildRequires: perl(Mixin::Linewise::Readers)
|
|
|
|
|
BuildRequires: perl(Mixin::Linewise::Writers)
|
|
|
|
@ -37,12 +37,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc Changes LICENSE README examples
|
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jun 04 2011 Iain Arnell <iarnell@gmail.com> 0.018-1
|
|
|
|
|
- update to latest upstream version
|
|
|
|
|
|
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.017-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|