update to 1.22
This commit is contained in:
parent
fea864d572
commit
6bd8f0fddb
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user