[perl-ExtUtils-Manifest] Increase release to remove sub-package from perl

Petr Pisar ppisar at fedoraproject.org
Tue Sep 18 15:27:41 UTC 2012


commit 7569a3932dc32b7b27283cde962e62d8a810556e
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Sep 18 17:27:03 2012 +0200

    Increase release to remove sub-package from perl

 perl-ExtUtils-Manifest.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-ExtUtils-Manifest.spec b/perl-ExtUtils-Manifest.spec
index f12ae94..5797e1d 100644
--- a/perl-ExtUtils-Manifest.spec
+++ b/perl-ExtUtils-Manifest.spec
@@ -1,6 +1,6 @@
 Name:           perl-ExtUtils-Manifest
 Version:        1.61
-Release:        1%{?dist}
+Release:        240%{?dist}
 Summary:        Utilities to write and check a MANIFEST file
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -33,7 +33,7 @@ Requires:       perl(File::Spec) >= 0.8
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -46,6 +46,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Sep 18 2012 Petr Pisar <ppisar at redhat.com> - 1.61-240
+- Increase release to remove sub-package from perl
+
 * Thu Sep 13 2012 Petr Pisar <ppisar at redhat.com> - 1.61-1
 - 1.61 bump
 


More information about the scm-commits mailing list