|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-SQL-Abstract
|
|
|
|
|
Version: 1.24
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.50
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Generate SQL from Perl data structures
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -9,7 +9,7 @@ Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/SQL-Abstract
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
BuildRequires: perl(Test::More), perl(Test::Deep), perl(Test::Warn)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -37,12 +37,15 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc Changes README
|
|
|
|
|
%doc Changes
|
|
|
|
|
%{perl_vendorlib}/SQL
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.50-1
|
|
|
|
|
- update to 1.50
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|