|
|
@ -3,12 +3,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-Declare-Constraints-Simple
|
|
|
|
Name: perl-Declare-Constraints-Simple
|
|
|
|
Version: 0.03
|
|
|
|
Version: 0.03
|
|
|
|
Release: 29%{?dist}
|
|
|
|
Release: 30%{?dist}
|
|
|
|
Summary: Declarative Validation of Data Structures
|
|
|
|
Summary: Declarative Validation of Data Structures
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/Declare-Constraints-Simple/
|
|
|
|
URL: http://search.cpan.org/dist/Declare-Constraints-Simple/
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/P/PH/PHAYLON/Declare-Constraints-Simple-%{version}.tar.gz
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/P/PH/PHAYLON/Declare-Constraints-Simple-%{version}.tar.gz
|
|
|
|
|
|
|
|
Patch0: Declare-Constraints-Simple-0.03-Fix-building-on-Perl-without-dot-in-INC.patch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
# Module Build
|
|
|
|
# Module Build
|
|
|
@ -57,6 +58,7 @@ declarative keywords in the importing namespace.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Declare-Constraints-Simple-%{version}
|
|
|
|
%setup -q -n Declare-Constraints-Simple-%{version}
|
|
|
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
|
|
|
|
# Filter unwanted Requires (prior to rpm 4.9)
|
|
|
|
# Filter unwanted Requires (prior to rpm 4.9)
|
|
|
|
%if ! %{rpm49}
|
|
|
|
%if ! %{rpm49}
|
|
|
@ -98,6 +100,9 @@ rm -rf %{buildroot}
|
|
|
|
%{_mandir}/man3/Declare::Constraints::Simple::Result.3*
|
|
|
|
%{_mandir}/man3/Declare::Constraints::Simple::Result.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue May 16 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.03-30
|
|
|
|
|
|
|
|
- Fix building on Perl without '.' in @INC
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-29
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-29
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|