1.2909 bump

This commit is contained in:
Petr Šabata 2015-11-25 15:48:34 +01:00
parent bef8536322
commit 59e046e742
3 changed files with 12 additions and 9 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <contyk@redhat.com> - 1.290.900-1
- 1.2909 bump
* Thu Oct 22 2015 Petr Pisar <ppisar@redhat.com> - 1.290.800-1
- 1.2908 bump
- Correct the license tag to ((LGPLv2 or Artistic 2.0) and (GPL+ or Artistic)

View File

@ -1 +1 @@
786e625221dfe9a5559af0395ff8eb3c BSD-Resource-1.2908.tar.gz
3c6dd2fa953088aa87e263f40818d012 BSD-Resource-1.2909.tar.gz