1.06 bump
This commit is contained in:
parent
f62637b76f
commit
d739e0c8f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ Module-ScanDeps-0.97.tar.gz
|
||||
/Module-ScanDeps-1.02.tar.gz
|
||||
/Module-ScanDeps-1.04.tar.gz
|
||||
/Module-ScanDeps-1.05.tar.gz
|
||||
/Module-ScanDeps-1.06.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Module-ScanDeps
|
||||
Summary: Recursively scan Perl code for dependencies
|
||||
Version: 1.05
|
||||
Version: 1.06
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -56,12 +56,10 @@ Test/More.pm). The values are hash references.
|
||||
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/*
|
||||
make pure_install PERL_INSTALL_ROOT=%{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
|
||||
@ -74,6 +72,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 29 2011 Petr Šabata <contyk@redhat.com> - 1.06-1
|
||||
- 1.06 bump
|
||||
|
||||
* Thu Nov 03 2011 Petr Sabata <contyk@redhat.com> - 1.05-1
|
||||
- 1.05 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user