5.20190126 bump
This commit is contained in:
parent
e3f0a5b65e
commit
56e4c0ee97
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/perlfaq-5.021011.tar.gz
|
/perlfaq-5.021011.tar.gz
|
||||||
/perlfaq-5.20180605.tar.gz
|
/perlfaq-5.20180605.tar.gz
|
||||||
/perlfaq-5.20180915.tar.gz
|
/perlfaq-5.20180915.tar.gz
|
||||||
|
/perlfaq-5.20190126.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: perl-perlfaq
|
Name: perl-perlfaq
|
||||||
Version: 5.20180915
|
Version: 5.20190126
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Frequently asked questions about Perl
|
Summary: Frequently asked questions about Perl
|
||||||
# Code examples are Public Domain
|
# Code examples are Public Domain
|
||||||
@ -31,11 +31,11 @@ questions about Perl and Perl programming.
|
|||||||
%setup -q -n perlfaq-%{version}
|
%setup -q -n perlfaq-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||||
make %{?_smp_mflags}
|
%{make_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
%{make_install}
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -48,6 +48,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 28 2019 Petr Pisar <ppisar@redhat.com> - 5.20190126-1
|
||||||
|
- 5.20190126 bump
|
||||||
|
|
||||||
* Mon Sep 17 2018 Petr Pisar <ppisar@redhat.com> - 5.20180915-1
|
* Mon Sep 17 2018 Petr Pisar <ppisar@redhat.com> - 5.20180915-1
|
||||||
- 5.20180915 bump
|
- 5.20180915 bump
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (perlfaq-5.20180915.tar.gz) = 5828b993155893e5569a5375a310c3e0b4a43bd3a37a169bed90249288789b62c1b16ef69c52fc5d07943e7e360b90986a4256f8df477fa2012e53033a4f3e38
|
SHA512 (perlfaq-5.20190126.tar.gz) = a92c6e4c4b09c2d4de2621e4c199dcd0d7864cc70f53b34bc9ee139c879bfebaddaa087b7ec29353eedcaf0dda8d28a905a2108fa81860904fd7a71eb8bd1475
|
||||||
|
Loading…
Reference in New Issue
Block a user