From 59e046e742a252a2a7304f7e75902ff9993f3c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= <con...@redhat.com> Date: Wed, 25 Nov 2015 15:48:34 +0100 Subject: 1.2909 bump
--- .gitignore | 1 + perl-BSD-Resource.spec | 18 ++++++++++-------- sources | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) 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 <con...@redhat.com> - 1.290.900-1 +- 1.2909 bump + * Thu Oct 22 2015 Petr Pisar <ppi...@redhat.com> - 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 -- cgit v0.11.2 http://pkgs.fedoraproject.org/cgit/perl-BSD-Resource.git/commit/?h=f23&id=59e046e742a252a2a7304f7e75902ff9993f3c61 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org