1.5005 bump

This commit is contained in:
Petr Šabata 2011-11-23 14:24:31 +01:00
parent 6f96f6b08a
commit 438bec182a
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ App-cpanminus-0.9935.tar.gz
/App-cpanminus-1.5002.tar.gz
/App-cpanminus-1.5003.tar.gz
/App-cpanminus-1.5004.tar.gz
/App-cpanminus-1.5005.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-App-cpanminus
Version: 1.5004
Version: 1.5005
Release: 1%{?dist}
Summary: Library for get, unpack, build and install CPAN modules
License: GPL+ or Artistic
@ -48,16 +48,15 @@ scripting. When running, it requires only 10 MB of RAM.
make %{?_smp_mflags}
%install
make pure_install DESTDIR=$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/*
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}/*
%check
make test
%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
@ -65,6 +64,10 @@ make test
%{_bindir}/cpanm
%changelog
* Wed Nov 23 2011 Petr Šabata <contyk@redhat.com> - 1.5005-1
- 1.5005 bump
- defattr removed
* Wed Nov 09 2011 Petr Sabata <contyk@redhat.com> - 1.5004-1
- 1.5004 bump

View File

@ -1 +1 @@
9120d4d50dd24fa9254e047982dcd2d9 App-cpanminus-1.5004.tar.gz
a4ae0fde8f784e61c569d9e8f880e6a3 App-cpanminus-1.5005.tar.gz