automatic update by autodist [release 0.62-1mamba;Thu Nov 23 2017]

This commit is contained in:
Automatic Build System 2024-01-06 09:52:29 +01:00
parent 7b22971886
commit 6c4de56bb0

View File

@ -1,7 +1,7 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Variable-Magic
Version: 0.61
Version: 0.62
Release: 1mamba
Summary: Variable::Magic - Associate user-defined magic to variables from Perl
Group: System/Libraries/Perl
@ -12,7 +12,9 @@ URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Variable-Magic-%{version}.tar.gz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
## note: run 'autospec -u -a6 perl-Variable-Magic' to get the list of build requirements.
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-devel
Requires: perl >= %perl_major_ver
@ -28,7 +30,7 @@ Variable::Magic - Associate user-defined magic to variables from Perl.
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%make
%make test
#% make test
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -54,6 +56,9 @@ done
# %doc README
%changelog
* Thu Nov 23 2017 Automatic Build System <autodist@mambasoft.it> 0.62-1mamba
- automatic update by autodist
* Sat Oct 28 2017 Automatic Build System <autodist@mambasoft.it> 0.61-1mamba
- automatic update by autodist