update to 2.14

epel9
Iain Arnell 13 years ago
parent 678a56b1fa
commit 9fa213f07d

1
.gitignore vendored

@ -1 +1,2 @@
Config-Tiny-2.12.tar.gz Config-Tiny-2.12.tar.gz
/Config-Tiny-2.14.tar.gz

@ -1,13 +1,12 @@
Name: perl-Config-Tiny Name: perl-Config-Tiny
Version: 2.12 Version: 2.14
Release: 12%{?dist} Release: 1%{?dist}
Summary: Perl module for reading and writing .ini style configuration files Summary: Perl module for reading and writing .ini style configuration files
Group: Development/Libraries Group: Development/Libraries
License: GPL+ or Artistic License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Config-Tiny/ URL: http://search.cpan.org/dist/Config-Tiny/
Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Config-Tiny-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Config-Tiny-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
@ -34,7 +33,6 @@ make %{?_smp_mflags}
%install %install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
@ -46,18 +44,18 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
make test AUTOMATED_TESTING=1 make test AUTOMATED_TESTING=1
%endif %endif
%clean
rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-)
%doc Changes LICENSE README %doc Changes LICENSE README
%{perl_vendorlib}/Config/ %{perl_vendorlib}/Config/
%{_mandir}/man3/*.3pm* %{_mandir}/man3/*.3pm*
%changelog %changelog
* Sun Oct 02 2011 Iain Arnell <iarnell@gmail.com> 2.14-1
- update to latest upstream version
- clean up spec for modern rpmbuild
* Tue Jun 28 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.12-12 * Tue Jun 28 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.12-12
- rebuild with Perl 5.14.1 - rebuild with Perl 5.14.1
- use perl_bootstrap macro - use perl_bootstrap macro

@ -1 +1 @@
1df5a4ff37cd1d80532ddbe28015d1f0 Config-Tiny-2.12.tar.gz 498b8fd37a190a214cddd5506be77720 Config-Tiny-2.14.tar.gz

Loading…
Cancel
Save