1.06 bump

This commit is contained in:
Petr Šabata 2011-11-29 13:32:26 +01:00
parent f62637b76f
commit d739e0c8f0
3 changed files with 10 additions and 8 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
3894474a5daa4eef56123b7990ff1dd7 Module-ScanDeps-1.05.tar.gz
0b7e4b5f217ca0ddf9ce87505113942b Module-ScanDeps-1.06.tar.gz