Tom Stellard 2020-07-14 02:34:14 +00:00
parent 76addde434
commit 534f182cd0

View File

@ -8,7 +8,7 @@
Name: perl-BSD-Resource
Version: 1.291.100
%global module_version 1.2911
Release: 12%{?dist}
Release: 13%{?dist}
Summary: BSD process resource limit and priority functions
# No matter what the pm and xs headers say, this is stated in the POD and,
# according to upstream changelog for 1.2905, is correct.
@ -51,7 +51,7 @@ and priorities.
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1
make %{?_smp_mflags}
%make_build
%install
make pure_install DESTDIR=%{buildroot}
@ -68,6 +68,10 @@ make test
%{_mandir}/man3/*
%changelog
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 1.291.100-13
- Use make macros
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.291.100-12
- Perl 5.32 rebuild