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.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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user