[perl-SQL-Abstract] Update to 1.77

Paul Howarth pghmcfc at fedoraproject.org
Wed Apr 9 14:16:10 UTC 2014


commit 99236d52ff15dafb27b0e2b2541de0c65303481f
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Apr 9 15:15:25 2014 +0100

    Update to 1.77
    
    - Update to latest upstream version
    - This release by RIBASUSHI -> update source URL
    - BR: perl(Data::Dumper) and perl(Test::Deep) ≥ 0.101
    - Don't need to remove empty directories from the buildroot
    - Use DESTDIR rather than PERL_INSTALL_ROOT

 .gitignore             |    4 +---
 perl-SQL-Abstract.spec |   28 ++++++++++++++++++----------
 sources                |    2 +-
 3 files changed, 20 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e5b67cd..4814ce9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-SQL-Abstract-1.67.tar.gz
-/SQL-Abstract-1.72.tar.gz
-/SQL-Abstract-1.73.tar.gz
+/SQL-Abstract-[0-9.]*.tar.gz
diff --git a/perl-SQL-Abstract.spec b/perl-SQL-Abstract.spec
index 10dcf26..d93b65b 100644
--- a/perl-SQL-Abstract.spec
+++ b/perl-SQL-Abstract.spec
@@ -1,23 +1,25 @@
 Name:           perl-SQL-Abstract
-Version:        1.73
-Release:        4%{?dist}
+Version:        1.77
+Release:        1%{?dist}
 Summary:        Generate SQL from Perl data structures
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/SQL-Abstract
-Source0:        http://search.cpan.org/CPAN/authors/id/F/FR/FREW/SQL-Abstract-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/SQL-Abstract-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(Test::Exception)
-BuildRequires:  perl(Test::Warn)
-BuildRequires:  perl(Test::More) >= 0.92
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(Class::Accessor::Grouped) >= 0.10005
 BuildRequires:  perl(Clone) >= 0.31
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(Getopt::Long::Descriptive) >= 0.091
 BuildRequires:  perl(Hash::Merge) >= 0.12
-BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(List::Util)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::Builder)
+BuildRequires:  perl(Test::Deep) >= 0.101
+BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::Warn)
+BuildRequires:  perl(Test::More) >= 0.92
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Class::Accessor::Grouped) >= 0.10005
 Requires:       perl(Getopt::Long::Descriptive) >= 0.091
@@ -44,9 +46,8 @@ PERL5_CPANPLUS_IS_RUNNING=1 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make
 
 %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 {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -65,6 +66,13 @@ SQLATEST_TESTER=1 make test
 %{_mandir}/man3/DBIx::Class::Storage::Debug::PrettyPrint.3pm*
 
 %changelog
+* Wed Apr  9 2014 Paul Howarth <paul at city-fan.org> - 1.77-1
+- Update to latest upstream version
+- This release by RIBASUSHI -> update source URL
+- BR: perl(Data::Dumper) and perl(Test::Deep) ≥ 0.101
+- Don't need to remove empty directories from the buildroot
+- Use DESTDIR rather than PERL_INSTALL_ROOT
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.73-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 3948930..9cd5158 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d72edac94a2bf487fcd19460c4d3a7d3  SQL-Abstract-1.73.tar.gz
+4e7af7304a5e6c89e1e23582c7d6b657  SQL-Abstract-1.77.tar.gz


More information about the scm-commits mailing list