update to 1.22

This commit is contained in:
Iain Arnell 2013-08-16 10:13:44 -06:00
parent fea864d572
commit 6bd8f0fddb
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
Data-Dump-1.15.tar.gz
/Data-Dump-1.19.tar.gz
/Data-Dump-1.21.tar.gz
/Data-Dump-1.22.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Data-Dump
Version: 1.21
Release: 6%{?dist}
Version: 1.22
Release: 1%{?dist}
Summary: Pretty printing of data structures
License: GPL+ or Artistic
Group: Development/Libraries
@ -32,10 +32,9 @@ perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*
make %{?_smp_mflags}
%install
make pure_install PERL_INSTALL_ROOT=%{buildroot}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} %{buildroot}/*
@ -48,6 +47,9 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Aug 16 2013 Iain Arnell <iarnell@gmail.com> 1.22-1
- update to latest upstream version
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.21-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
5de5616e29fd0626a8a5966a2be85628 Data-Dump-1.21.tar.gz
db211fe64a5cab15b1e86e5b0dc379a4 Data-Dump-1.22.tar.gz