Update to 0.80
- New upstream release 0.80 (build process tweaks) - BR: perl-generators where available - Simplify find command using -delete
This commit is contained in:
parent
c92ee01652
commit
93aec4dc0c
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Module-Signature
|
Name: perl-Module-Signature
|
||||||
Version: 0.79
|
Version: 0.80
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: CPAN signature management utilities and modules
|
Summary: CPAN signature management utilities and modules
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: CC0
|
License: CC0
|
||||||
@ -9,7 +9,13 @@ Source0: http://search.cpan.org/CPAN/authors/id/A/AU/AUDREYT/Module-Signa
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Module build
|
# Module build
|
||||||
|
BuildRequires: coreutils
|
||||||
|
BuildRequires: findutils
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
%if 0%{?fedora} > 20 || 0%{?rhel} > 7
|
||||||
|
BuildRequires: perl-generators
|
||||||
|
%endif
|
||||||
BuildRequires: perl(base)
|
BuildRequires: perl(base)
|
||||||
BuildRequires: perl(Cwd)
|
BuildRequires: perl(Cwd)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
@ -60,7 +66,7 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
make pure_install DESTDIR=%{buildroot}
|
make pure_install DESTDIR=%{buildroot}
|
||||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
find %{buildroot} -type f -name .packlist -delete
|
||||||
%{_fixperms} %{buildroot}
|
%{_fixperms} %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -78,6 +84,11 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/Module::Signature.3*
|
%{_mandir}/man3/Module::Signature.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 12 2016 Paul Howarth <paul@city-fan.org> - 0.80-1
|
||||||
|
- Update to 0.80 (build process tweaks)
|
||||||
|
- BR: perl-generators where available
|
||||||
|
- Simplify find command using -delete
|
||||||
|
|
||||||
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.79-5
|
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.79-5
|
||||||
- Perl 5.24 rebuild
|
- Perl 5.24 rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user