automatic version update by autodist [release 0.990118-1mamba;Sat Mar 11 2023]

This commit is contained in:
Automatic Build System 2024-01-06 09:48:19 +01:00
parent ba2d58cb62
commit dca0061f0b

View File

@ -1,22 +1,23 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Text-Haml Name: perl-Text-Haml
Version: 0.990109 Version: 0.990118
Release: 1mamba Release: 1mamba
Summary: Haml Perl implementation Summary: Haml Perl implementation
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: https://www.cpan.org/
Source: http://search.cpan.org/CPAN/authors/id/V/VT/VTI/Text-Haml-%{version}.tar.gz Source: http://search.cpan.org/CPAN/authors/id/V/VT/VTI/Text-Haml-%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel BuildRequires: libperl
BuildRequires: perl-Scalar-List-Utils
BuildRequires: perl-URI BuildRequires: perl-URI
BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Haml Perl implementation. Haml Perl implementation.
@ -25,14 +26,13 @@ Haml Perl implementation.
%setup -q -n Text-Haml-%{version} %setup -q -n Text-Haml-%{version}
%build %build
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__perl} Build.PL installdirs=vendor
./Build
%make ./Build test
%make test
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall_perl ./Build install --destdir=%{buildroot}
packlist=`find %{buildroot} -name .packlist` packlist=`find %{buildroot} -name .packlist`
[ -z "$packlist" ] && exit 1 || cat $packlist | \ [ -z "$packlist" ] && exit 1 || cat $packlist | \
@ -54,6 +54,9 @@ done
# %doc README.pod # %doc README.pod
%changelog %changelog
* Sat Mar 11 2023 Automatic Build System <autodist@mambasoft.it> 0.990118-1mamba
- automatic version update by autodist
* Thu Aug 22 2013 Automatic Build System <autodist@mambasoft.it> 0.990109-1mamba * Thu Aug 22 2013 Automatic Build System <autodist@mambasoft.it> 0.990109-1mamba
- automatic update by autodist - automatic update by autodist