automatic version update by autodist [release 0.990118-1mamba;Sat Mar 11 2023]
This commit is contained in:
parent
ba2d58cb62
commit
dca0061f0b
@ -1,22 +1,23 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Text-Haml
|
||||
Version: 0.990109
|
||||
Version: 0.990118
|
||||
Release: 1mamba
|
||||
Summary: Haml Perl implementation
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
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
|
||||
License: GPL, Artistic
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-Scalar-List-Utils
|
||||
BuildRequires: perl-URI
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: perl >= %perl_major_ver
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Haml Perl implementation.
|
||||
@ -25,14 +26,13 @@ Haml Perl implementation.
|
||||
%setup -q -n Text-Haml-%{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 | \
|
||||
@ -54,6 +54,9 @@ done
|
||||
# %doc README.pod
|
||||
|
||||
%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
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user