Update to 0.024

Clean up the specfile
Add perl default filter
Use the %%license tag
f38
Emmanuel Seyman 10 years ago
parent 0859dde4f9
commit 0eaac4972d

1
.gitignore vendored

@ -3,3 +3,4 @@ Config-INI-0.014.tar.gz
/Config-INI-0.017.tar.gz
/Config-INI-0.018.tar.gz
/Config-INI-0.019.tar.gz
/Config-INI-0.024.tar.gz

@ -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

@ -1 +1 @@
713b36e849ae12277723d0d6874bd5f3 Config-INI-0.019.tar.gz
b174f01470e446c3224dd39a20cbdea8 Config-INI-0.024.tar.gz

Loading…
Cancel
Save