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.5002.tar.gz
/App-cpanminus-1.5003.tar.gz /App-cpanminus-1.5003.tar.gz
/App-cpanminus-1.5004.tar.gz /App-cpanminus-1.5004.tar.gz
/App-cpanminus-1.5005.tar.gz

View File

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

View File

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