1.5005 bump
This commit is contained in:
parent
6f96f6b08a
commit
438bec182a
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user