|
|
@ -1,11 +1,12 @@
|
|
|
|
Name: perl-DBIx-Class-Schema-Loader
|
|
|
|
Name: perl-DBIx-Class-Schema-Loader
|
|
|
|
Summary: Dynamic definition of a DBIx::Class::Schema
|
|
|
|
Summary: Dynamic definition of a DBIx::Class::Schema
|
|
|
|
Version: 0.07046
|
|
|
|
Version: 0.07046
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
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
|
|
|
|
URL: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/
|
|
|
|
URL: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/
|
|
|
|
|
|
|
|
Patch0: DBIx-Class-Schema-Loader-0.07046-Fix-building-on-Perl-without-dot-in-INC.patch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
# Build
|
|
|
|
# Build
|
|
|
|
BuildRequires: findutils
|
|
|
|
BuildRequires: findutils
|
|
|
@ -101,6 +102,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
|
|
|
|
find t -type f -print0 | xargs -0 sed -i '1s,#!.*perl,#!%{__perl},'
|
|
|
|
find t -type f -print0 | xargs -0 sed -i '1s,#!.*perl,#!%{__perl},'
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -122,6 +124,9 @@ make test
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_bindir}/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri May 26 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.07046-3
|
|
|
|
|
|
|
|
- Fix building on Perl without '.' in @INC
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.07046-2
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.07046-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|