|
|
@ -1,11 +1,14 @@
|
|
|
|
Name: perl-DBIx-Class-Schema-Loader
|
|
|
|
Name: perl-DBIx-Class-Schema-Loader
|
|
|
|
Version: 0.04006
|
|
|
|
Version: 0.04006
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Summary: Dynamic definition of a DBIx::Class::Schema
|
|
|
|
Summary: Dynamic definition of a DBIx::Class::Schema
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/
|
|
|
|
URL: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/DBIx-Class-Schema-Loader-%{version}.tar.gz
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/DBIx-Class-Schema-Loader-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Broken Module-Install, replace with Module-Install-0.91
|
|
|
|
|
|
|
|
Patch0: DBIx-Class-Schema-Loader-0.04006.diff
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
@ -18,6 +21,7 @@ BuildRequires: perl(File::Spec)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Test::More) >= 0.47
|
|
|
|
BuildRequires: perl(Test::More) >= 0.47
|
|
|
|
BuildRequires: perl(Text::Balanced)
|
|
|
|
BuildRequires: perl(Text::Balanced)
|
|
|
|
|
|
|
|
BuildRequires: perl(YAML::Tiny), perl(File::Remove)
|
|
|
|
|
|
|
|
|
|
|
|
# cpan
|
|
|
|
# cpan
|
|
|
|
BuildRequires: perl(Carp::Clan)
|
|
|
|
BuildRequires: perl(Carp::Clan)
|
|
|
@ -49,6 +53,7 @@ and setting up the columns, primary keys, and relationships.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n DBIx-Class-Schema-Loader-%{version}
|
|
|
|
%setup -q -n DBIx-Class-Schema-Loader-%{version}
|
|
|
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
|
|
|
|
# make sure doc/tests don't generate provides
|
|
|
|
# make sure doc/tests don't generate provides
|
|
|
|
# note we first filter out the bits in _docdir...
|
|
|
|
# note we first filter out the bits in _docdir...
|
|
|
@ -69,7 +74,7 @@ EOF
|
|
|
|
chmod +x %{__perl_requires}
|
|
|
|
chmod +x %{__perl_requires}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
@ -95,6 +100,11 @@ rm -rf %{buildroot}
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Aug 05 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.04006-4
|
|
|
|
|
|
|
|
- Fix mass rebuild breakdown:
|
|
|
|
|
|
|
|
Replace bundled Module-Install with Module-Install-0.91.
|
|
|
|
|
|
|
|
Add --skipdeps.
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04006-3
|
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04006-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|