diff --git a/.gitignore b/.gitignore index 98b2d8d..a418c8e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ BSD-Resource-1.2904.tar.gz /BSD-Resource-1.2905.tar.gz /BSD-Resource-1.2907.tar.gz /BSD-Resource-1.2908.tar.gz +/BSD-Resource-1.2909.tar.gz diff --git a/perl-BSD-Resource.spec b/perl-BSD-Resource.spec index 16598c1..de5ca30 100644 --- a/perl-BSD-Resource.spec +++ b/perl-BSD-Resource.spec @@ -1,6 +1,6 @@ Name: perl-BSD-Resource -Version: 1.290.800 -%define module_version 1.2908 +Version: 1.290.900 +%define module_version 1.2909 Release: 1%{?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, @@ -9,13 +9,13 @@ Summary: BSD process resource limit and priority functions License: (LGPLv2 or Artistic 2.0) and (GPL+ or Artistic) URL: http://search.cpan.org/dist/BSD-Resource/ Source0: http://www.cpan.org/authors/id/J/JH/JHI/BSD-Resource-%{module_version}.tar.gz -BuildRequires: coreutils BuildRequires: findutils +BuildRequires: gcc BuildRequires: make BuildRequires: perl BuildRequires: perl-devel BuildRequires: perl(Config) -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(File::Basename) BuildRequires: perl(vars) # Run-time: @@ -40,13 +40,12 @@ and priorities. %setup -q -n BSD-Resource-%{module_version} %build -perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' +find %{buildroot} -type f -name '*.bs' -a -size 0 -delete %{_fixperms} %{buildroot}/* %check @@ -56,9 +55,12 @@ make test %doc ChangeLog README %{perl_vendorarch}/BSD/ %{perl_vendorarch}/auto/BSD/ -%{_mandir}/man3/*.3* +%{_mandir}/man3/* %changelog +* Wed Nov 25 2015 Petr Ĺ abata - 1.290.900-1 +- 1.2909 bump + * Thu Oct 22 2015 Petr Pisar - 1.290.800-1 - 1.2908 bump - Correct the license tag to ((LGPLv2 or Artistic 2.0) and (GPL+ or Artistic) diff --git a/sources b/sources index cedf91b..63d67c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -786e625221dfe9a5559af0395ff8eb3c BSD-Resource-1.2908.tar.gz +3c6dd2fa953088aa87e263f40818d012 BSD-Resource-1.2909.tar.gz