[perl-B-Keywords] Update to 1.11

Paul Howarth pghmcfc at fedoraproject.org
Wed Jan 11 11:46:37 UTC 2012


commit b9e902e208c8aeebedd99d6b8a77071bd8d8ded1
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Jan 11 11:45:53 2012 +0000

    Update to 1.11
    
    - New upstream release 1.11
      - Add new keywords for 5.16: __SUB__ and evalbytes
    - Use DESTDIR rather than PERL_INSTALL_ROOT

 .gitignore           |    2 +-
 perl-B-Keywords.spec |   21 ++++++++++++---------
 sources              |    2 +-
 3 files changed, 14 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2d61b55..2276391 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/B-Keywords-1.10.tar.gz
+/B-Keywords-[0-9.]*.tar.gz
diff --git a/perl-B-Keywords.spec b/perl-B-Keywords.spec
index 9c7e0e7..c71ec3a 100644
--- a/perl-B-Keywords.spec
+++ b/perl-B-Keywords.spec
@@ -1,20 +1,18 @@
 Name:           perl-B-Keywords
-Version:        1.10
-Release:        3%{?dist}
+Version:        1.11
+Release:        1%{?dist}
 Summary:        Lists of reserved barewords and symbol names
-
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/B-Keywords/
 Source0:        http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Keywords-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(YAML)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::More)
 
 %description
 %{summary}.
@@ -31,10 +29,10 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-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 {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
-%{_fixperms} $RPM_BUILD_ROOT/*
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} ';' 2>/dev/null
+%{_fixperms} $RPM_BUILD_ROOT
 
 
 %check
@@ -53,6 +51,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jan 11 2012 Paul Howarth <paul at city-fan.org> - 1.11-1
+- Update to 1.11
+  - Add new keywords for 5.16: __SUB__ and evalbytes
+- Use DESTDIR rather than PERL_INSTALL_ROOT
+
 * Wed Jun 29 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.10-3
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 2e11697..9d16b94 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3f4e7319083a348972c38a10b944a7a1  B-Keywords-1.10.tar.gz
+2c957056281623ad76ed65517e1c82c2  B-Keywords-1.11.tar.gz


More information about the scm-commits mailing list