1.2908 bump
This commit is contained in:
parent
f5a4c0bb2f
commit
0abce8cb4e
@ -1,26 +1,33 @@
|
||||
Name: perl-BSD-Resource
|
||||
Version: 1.290.700
|
||||
%define module_version 1.2907
|
||||
Release: 3%{?dist}
|
||||
Version: 1.290.800
|
||||
%define module_version 1.2908
|
||||
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,
|
||||
# according to upstream changelog for 1.2905, is correct.
|
||||
License: LGPLv2 or Artistic 2.0
|
||||
# No matter what POD says, ppport.h comes from perl with perl's license.
|
||||
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: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(AutoLoader)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(DynaLoader)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(vars)
|
||||
# Run-time:
|
||||
BuildRequires: perl(AutoLoader)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(DynaLoader)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(strict)
|
||||
# Optional tests:
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(Test::Pod::Coverage)
|
||||
BuildRequires: perl(vars)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
||||
|
||||
%{?perl_default_filter}
|
||||
@ -52,6 +59,10 @@ make test
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.290.700-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user