Upstream update to 2017040401.

BR: %{__perl}, %{__make}.
epel9
Ralf Corsépius 8 years ago
parent 2b1a3b2e6c
commit 1be332b050

2
.gitignore vendored

@ -1 +1 @@
/Regexp-Common-2016060801.tar.gz /Regexp-Common-2017040401.tar.gz

@ -1,6 +1,6 @@
Name: perl-Regexp-Common Name: perl-Regexp-Common
Version: 2016060801 Version: 2017040401
Release: 2%{?dist} Release: 1%{?dist}
Summary: Regexp::Common Perl module Summary: Regexp::Common Perl module
# Old Artistic 1.0 is also valid, but we won't list it here since it is non-free. # Old Artistic 1.0 is also valid, but we won't list it here since it is non-free.
# Also, it would throw off the automated license check and flag this package. # Also, it would throw off the automated license check and flag this package.
@ -11,6 +11,9 @@ Source0: http://www.cpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-%{version}.ta
BuildArch: noarch BuildArch: noarch
BuildRequires: %{__perl}
BuildRequires: %{__make}
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
@ -36,14 +39,14 @@ Regexp::Common - Provide commonly requested regular expressions
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags} %{__make} %{?_smp_mflags}
%install %install
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT %{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
chmod -R u+w $RPM_BUILD_ROOT/* chmod -R u+w $RPM_BUILD_ROOT/*
%check %check
make test %{__make} test
%files %files
%doc TODO README %doc TODO README
@ -51,6 +54,10 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Thu Apr 06 2017 Ralf Corsépius <corsepiu@fedoraproject.org> - 2017040401-1
- Upstream update to 2017040401.
- BR: %%{__perl}, %%{__make}.
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2016060801-2 * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2016060801-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

@ -1 +1 @@
566c7c851b6a1cbf1a82a5d3bc7d5d11 Regexp-Common-2016060801.tar.gz SHA512 (Regexp-Common-2017040401.tar.gz) = 7507f322fb4f69cea9689750b2a37909eb733c66a6d47712e98b9079336ed5b30fe7bec141f129ca495e95f7f9119d6885d9c916520516bfedb43c1e405b5357

Loading…
Cancel
Save