2005-07-30 01:35:59 +00:00
|
|
|
Name: perl-SQL-Abstract
|
2010-07-12 14:28:11 +00:00
|
|
|
Version: 1.67
|
|
|
|
Release: 1%{?dist}
|
2005-07-30 01:35:59 +00:00
|
|
|
Summary: Generate SQL from Perl data structures
|
|
|
|
Group: Development/Libraries
|
2007-08-26 19:27:38 +00:00
|
|
|
License: GPL+ or Artistic
|
2005-07-30 01:35:59 +00:00
|
|
|
URL: http://search.cpan.org/dist/SQL-Abstract
|
2009-05-23 20:29:20 +00:00
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/SQL-Abstract-%{version}.tar.gz
|
2005-07-30 01:35:59 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
BuildArch: noarch
|
2009-05-23 20:29:20 +00:00
|
|
|
BuildRequires: perl(Test::Deep)
|
|
|
|
BuildRequires: perl(Test::Exception)
|
|
|
|
BuildRequires: perl(Test::Warn)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
|
|
|
BuildRequires: perl(Clone) >= 0.31
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(List::Util)
|
|
|
|
BuildRequires: perl(Test::Builder)
|
2005-07-30 01:35:59 +00:00
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
2009-09-11 16:15:16 +00:00
|
|
|
%{?perl_default_filter}
|
|
|
|
|
2005-07-30 01:35:59 +00:00
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n SQL-Abstract-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make pure_install PERL_INSTALL_ROOT=$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 ';'
|
2009-05-23 20:29:20 +00:00
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
2005-07-30 01:35:59 +00:00
|
|
|
|
|
|
|
%check
|
2009-05-23 20:29:20 +00:00
|
|
|
SQLATEST_TESTER=1 make test
|
2005-07-30 01:35:59 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2009-03-13 23:03:15 +00:00
|
|
|
%doc Changes
|
2005-07-30 01:35:59 +00:00
|
|
|
%{perl_vendorlib}/SQL
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2010-07-12 14:28:11 +00:00
|
|
|
* Mon Jul 12 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.67-1
|
|
|
|
- update to 1.67
|
|
|
|
|
2010-05-06 13:26:59 +00:00
|
|
|
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.61-2
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2010-02-23 05:57:18 +00:00
|
|
|
* Mon Feb 22 2010 Chris Weyl <cweyl@alumni.drew.edu> - 1.61-1
|
|
|
|
- update to 1.61 (for latest DBIx::Class)
|
|
|
|
|
2009-12-07 03:07:51 +00:00
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.60-2
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
2009-09-27 05:00:03 +00:00
|
|
|
* Sun Sep 27 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.60-1
|
|
|
|
- auto-update to 1.60 (by cpan-spec-update 0.01)
|
|
|
|
|
2009-09-11 16:15:16 +00:00
|
|
|
* Fri Sep 11 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.58-1
|
|
|
|
- add default filtering (pro forma)
|
|
|
|
- auto-update to 1.58 (by cpan-spec-update 0.01)
|
|
|
|
|
2009-07-26 16:23:49 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.56-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-13 19:33:10 +00:00
|
|
|
* Sat Jun 13 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.56-1
|
|
|
|
- auto-update to 1.56 (by cpan-spec-update 0.01)
|
|
|
|
|
2009-05-23 20:29:20 +00:00
|
|
|
* Thu May 21 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.55-1
|
|
|
|
- added SQLATEST_TESTER=1 to force tests
|
|
|
|
- auto-update to 1.55 (by cpan-spec-update 0.01)
|
|
|
|
- added a new br on perl(ExtUtils::MakeMaker) (version 6.42)
|
|
|
|
- added a new br on perl(Clone) (version 0.31)
|
|
|
|
- added a new br on perl(Scalar::Util) (version 0)
|
|
|
|
- added a new br on perl(List::Util) (version 0)
|
|
|
|
- added a new br on perl(Test::Builder) (version 0)
|
|
|
|
|
2009-03-16 13:40:11 +00:00
|
|
|
* Mon Mar 16 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.50-2
|
|
|
|
- add missing BR: perl(Test::Exception)
|
|
|
|
|
2009-03-13 23:03:15 +00:00
|
|
|
* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.50-1
|
|
|
|
- update to 1.50
|
|
|
|
|
2009-02-27 01:09:23 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.24-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-23 05:55:24 +00:00
|
|
|
* Sun Feb 22 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.24-1
|
|
|
|
- update to 1.24 (for DBIx::Class 0.8012)
|
|
|
|
|
2008-02-28 13:11:56 +00:00
|
|
|
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.22-4
|
|
|
|
- Rebuild for perl 5.10 (again)
|
|
|
|
|
2008-01-25 00:24:17 +00:00
|
|
|
* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.22-3
|
|
|
|
- rebuild for new perl
|
|
|
|
|
2007-08-26 19:27:38 +00:00
|
|
|
* Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.22-2
|
|
|
|
- license tag fix
|
|
|
|
|
2007-01-18 01:39:33 +00:00
|
|
|
* Wed Jan 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.22-1
|
|
|
|
- bump to 1.22
|
|
|
|
|
2006-09-15 15:37:24 +00:00
|
|
|
* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.21-2
|
|
|
|
- fc6 bump
|
|
|
|
|
2006-03-31 20:29:39 +00:00
|
|
|
* Fri Mar 31 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.21-1
|
|
|
|
- bump to 1.21
|
|
|
|
|
2006-01-05 17:35:25 +00:00
|
|
|
* Thu Jan 5 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.20-1
|
|
|
|
- bump to 1.20
|
|
|
|
|
2005-07-30 01:35:59 +00:00
|
|
|
* Fri Jul 8 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.19-2
|
|
|
|
- cleanups
|
|
|
|
|
|
|
|
* Wed Jul 6 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.19-1
|
|
|
|
- Initial package for Fedora Extras
|