From f724b2bcd41784cc2a48168a707b73f2b44917f8 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:41:37 +0100 Subject: [PATCH] automatic version update by autodist [release 0.006-1mamba;Sat Mar 11 2023] --- perl-Class-Mix.spec | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/perl-Class-Mix.spec b/perl-Class-Mix.spec index 29cc35c..e842035 100644 --- a/perl-Class-Mix.spec +++ b/perl-Class-Mix.spec @@ -1,14 +1,14 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Class-Mix -Version: 0.005 +Version: 0.006 Release: 1mamba Summary: Class::Mix - dynamic class mixing Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org +URL: https://www.cpan.org/ Source: http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Class-Mix-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN @@ -16,7 +16,6 @@ BuildRequires: perl-Params-Classify BuildRequires: perl-devel ## AUTOBUILDREQ-END Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Class::Mix - dynamic class mixing. @@ -25,14 +24,13 @@ Class::Mix - dynamic class mixing. %setup -q -n Class-Mix-%{version} %build -%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}" - -%make -%make test +%{__perl} Build.PL installdirs=vendor +./Build +./Build test %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall_perl +./Build install --destdir=%{buildroot} packlist=`find %{buildroot} -name .packlist` [ -z "$packlist" ] && exit 1 || cat $packlist | \ @@ -50,9 +48,9 @@ done %files -f .packlist %defattr(-,root,root) -## note: eventually add the remaining documents (if any) -# %doc README - %changelog +* Sat Mar 11 2023 Automatic Build System 0.006-1mamba +- automatic version update by autodist + * Thu Jan 01 2015 Silvan Calarco 0.005-1mamba - package created using the webbuild interface