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
epel9
Paul Howarth 11 years ago
parent b4829d00d4
commit 99236d52ff

4
.gitignore vendored

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

@ -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@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@lists.fedoraproject.org> - 1.73-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

@ -1 +1 @@
d72edac94a2bf487fcd19460c4d3a7d3 SQL-Abstract-1.73.tar.gz
4e7af7304a5e6c89e1e23582c7d6b657 SQL-Abstract-1.77.tar.gz

Loading…
Cancel
Save