update to 0.19

This commit is contained in:
Iain Arnell 2011-05-12 18:23:37 +02:00
parent 4742d42a6e
commit c49da26079
3 changed files with 8 additions and 10 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
Data-Dump-1.15.tar.gz
/Data-Dump-1.19.tar.gz

View File

@ -1,12 +1,11 @@
Name: perl-Data-Dump
Version: 1.15
Release: 5%{?dist}
Version: 1.19
Release: 1%{?dist}
Summary: Pretty printing of data structures
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Data-Dump/
Source0: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Data-Dump-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -31,8 +30,6 @@ perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
@ -43,16 +40,16 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
%check
make test
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc Changes README t/
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Thu May 12 2011 Iain Arnell <iarnell@gmail.com> 1.19-1
- update to latest upstream version
- clean up spec for modern rpmbuild
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
775729739a599dc5fbf918dc7cffe9f4 Data-Dump-1.15.tar.gz
160ce8ba33291daeac6287cdfaac69c0 Data-Dump-1.19.tar.gz