1.61 bump
This commit is contained in:
parent
644cbfbbaa
commit
fcf557fb0e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/ExtUtils-Manifest-1.60.tar.gz
|
||||
/ExtUtils-Manifest-1.61.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-ExtUtils-Manifest
|
||||
Version: 1.60
|
||||
Release: 3%{?dist}
|
||||
Version: 1.61
|
||||
Release: 1%{?dist}
|
||||
Summary: Utilities to write and check a MANIFEST file
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -35,7 +35,6 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
@ -47,6 +46,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Sep 13 2012 Petr Pisar <ppisar@redhat.com> - 1.61-1
|
||||
- 1.61 bump
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.60-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user