update to 0.09 [release 0.09-1mamba;Fri Nov 11 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 08:41:16 +01:00
parent 1bf79f8dc8
commit 06918b3e15

View File

@ -1,7 +1,7 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Class-Load-XS
Version: 0.06
Version: 0.09
Release: 1mamba
Summary: Class::Load::XS - XS implementation of parts of Class::Load
Group: System/Libraries/Perl
@ -9,7 +9,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Class-Load-XS-%{version}.tar.gz
Source: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Class-Load-XS-%{version}.tar.gz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -26,14 +26,14 @@ Class::Load::XS - XS implementation of parts of Class::Load.
%setup -q -n Class-Load-XS-%{version}
%build
%{__perl} Build.PL --destdir %{buildroot} --installdirs vendor
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
./Build
./Build test
%make
%make test
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
./Build install
%makeinstall_perl
packlist=`find %{buildroot} -name .packlist`
[ -z "$packlist" ] && exit 1 || cat $packlist | \
@ -55,5 +55,8 @@ done
# %doc README
%changelog
* Fri Nov 11 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.09-1mamba
- update to 0.09
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.06-1mamba
- package created by autospec