[perl-Module-ScanDeps] 1.06 bump

Petr Šabata psabata at fedoraproject.org
Tue Nov 29 12:35:12 UTC 2011


commit d739e0c8f02d15e1add64a10418829e741d1107a
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue Nov 29 13:32:26 2011 +0100

    1.06 bump

 .gitignore                |    1 +
 perl-Module-ScanDeps.spec |   15 ++++++++-------
 sources                   |    2 +-
 3 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0827d45..da10e45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/perl-Module-ScanDeps.spec b/perl-Module-ScanDeps.spec
index 4daccb9..4798b77 100644
--- a/perl-Module-ScanDeps.spec
+++ b/perl-Module-ScanDeps.spec
@@ -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 at redhat.com> - 1.06-1
+- 1.06 bump
+
 * Thu Nov 03 2011 Petr Sabata <contyk at redhat.com> - 1.05-1
 - 1.05 bump
 
diff --git a/sources b/sources
index 448723f..b03e019 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3894474a5daa4eef56123b7990ff1dd7  Module-ScanDeps-1.05.tar.gz
+0b7e4b5f217ca0ddf9ce87505113942b  Module-ScanDeps-1.06.tar.gz


More information about the scm-commits mailing list