|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
Name: perl-Config-INI
|
|
|
|
|
Version: 0.019
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Version: 0.024
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Config::INI Perl module
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
@ -15,6 +15,8 @@ BuildRequires: perl(Mixin::Linewise::Writers)
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Config::INI - simple .ini-file format.
|
|
|
|
|
|
|
|
|
@ -37,11 +39,18 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc Changes LICENSE README examples
|
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
%doc Changes README examples
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%{perl_vendorlib}/Config*
|
|
|
|
|
%{_mandir}/man3/Config*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Nov 10 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 0.024-1
|
|
|
|
|
- Update to 0.024
|
|
|
|
|
- Clean up the specfile
|
|
|
|
|
- Add perl default filter
|
|
|
|
|
- Use the %%license tag
|
|
|
|
|
|
|
|
|
|
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.019-8
|
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
|
|
|
|
|