update to 2.020

epel9
Iain Arnell 14 years ago
parent 564ff8b107
commit 3d119f7b23

1
.gitignore vendored

@ -1 +1,2 @@
Data-Dumper-Concise-1.200.tar.gz
/Data-Dumper-Concise-2.020.tar.gz

@ -1,12 +1,11 @@
Name: perl-Data-Dumper-Concise
Summary: A convenient way to reproduce a set of Dumper options
Version: 1.200
Release: 5%{?dist}
Version: 2.020
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Data-Dumper-Concise-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/F/FR/FREW/Data-Dumper-Concise-%{version}.tar.gz
URL: http://search.cpan.org/dist/Data-Dumper-Concise
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch: noarch
@ -33,8 +32,6 @@ that we've found ourselves using across large numbers of applications.
make %{?_smp_mflags}
%install
rm -rf %{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 ';'
@ -44,16 +41,16 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
%check
make test
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*
%changelog
* Sun Oct 02 2011 Iain Arnell <iarnell@gmail.com> 2.020-1
- update to latest upstream version
- clean up spec for modern rpmbuild
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.200-5
- Perl mass rebuild

@ -1 +1 @@
02eaee06874c2a9f93886a32a9a69038 Data-Dumper-Concise-1.200.tar.gz
8e2835a1304d680170e483093b330b70 Data-Dumper-Concise-2.020.tar.gz

Loading…
Cancel
Save