diff --git a/.gitignore b/.gitignore index d737232..26eceaf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Data-Dump-1.15.tar.gz +/Data-Dump-1.19.tar.gz diff --git a/perl-Data-Dump.spec b/perl-Data-Dump.spec index db69ddd..19ba041 100644 --- a/perl-Data-Dump.spec +++ b/perl-Data-Dump.spec @@ -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 1.19-1 +- update to latest upstream version +- clean up spec for modern rpmbuild + * Tue Feb 08 2011 Fedora Release Engineering - 1.15-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 31cc60a..c06833a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -775729739a599dc5fbf918dc7cffe9f4 Data-Dump-1.15.tar.gz +160ce8ba33291daeac6287cdfaac69c0 Data-Dump-1.19.tar.gz