automatic update by autodist [release 0.17-1mamba;Mon Apr 10 2017]

This commit is contained in:
Automatic Build System 2024-01-06 09:28:17 +01:00
parent 4c379552df
commit 4c192da70c

View File

@ -1,8 +1,8 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Package-DeprecationManager
Version: 0.13
Release: 2mamba
Version: 0.17
Release: 1mamba
Summary: Package::DeprecationManager - Manage deprecation warnings for your distribution
Group: System/Libraries/Perl
Vendor: openmamba
@ -12,10 +12,12 @@ URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Package-DeprecationManager-%{version}.tar.gz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel
BuildRequires: perl-List-MoreUtils
BuildRequires: libperl
BuildRequires: perl-Package-Stash
BuildRequires: perl-Params-Util
BuildRequires: perl-Sub-Install
BuildRequires: perl-Sub-Name
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-Test-Output
Requires: perl >= %perl_major_ver
@ -31,7 +33,7 @@ Package::DeprecationManager - Manage deprecation warnings for your distribution.
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%make
%make test
#% make test
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -57,6 +59,9 @@ done
# %doc README
%changelog
* Mon Apr 10 2017 Automatic Build System <autodist@mambasoft.it> 0.17-1mamba
- automatic update by autodist
* Tue Nov 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13-2mamba
- perl 5.16 mass rebuild