2024-01-06 09:43:39 +01:00
|
|
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
|
|
|
|
|
|
|
Name: perl-Test-Most
|
2024-01-06 09:43:39 +01:00
|
|
|
Version: 0.38
|
2024-01-06 09:43:39 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Most commonly needed test functions and features
|
|
|
|
Group: System/Libraries/Perl
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 09:43:39 +01:00
|
|
|
URL: https://www.cpan.org/
|
2024-01-06 09:43:39 +01:00
|
|
|
Source: http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Most-%{version}.tar.gz
|
|
|
|
License: GPL, Artistic
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: perl-Exception-Class
|
2024-01-06 09:43:39 +01:00
|
|
|
BuildRequires: perl-Test-Simple
|
|
|
|
BuildRequires: perl-devel
|
2024-01-06 09:43:39 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: perl-Test-Differences
|
2024-01-06 09:43:39 +01:00
|
|
|
BuildRequires: perl-Test-Deep
|
2024-01-06 09:43:39 +01:00
|
|
|
Requires: perl >= %perl_major_ver
|
|
|
|
|
|
|
|
%description
|
|
|
|
Most commonly needed test functions and features.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Test-Most-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
|
|
|
|
|
|
|
%make
|
|
|
|
%make test
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall_perl
|
|
|
|
|
|
|
|
packlist=`find %{buildroot} -name .packlist`
|
|
|
|
[ -z "$packlist" ] && exit 1 || cat $packlist | \
|
|
|
|
sed "s,%{buildroot},,g;s,.*/man/.*,&.gz,g" | \
|
|
|
|
sort -u > .packlist && rm -f $packlist
|
|
|
|
|
|
|
|
strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'`
|
|
|
|
for dir in `find %{buildroot} -type d | grep $strid`; do
|
|
|
|
echo "%dir ${dir#%buildroot}" >> .packlist
|
|
|
|
done
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f .packlist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
## note: eventually add the remaining documents (if any)
|
|
|
|
# %doc README
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 09:43:39 +01:00
|
|
|
* Sun Sep 25 2022 Automatic Build System <autodist@mambasoft.it> 0.38-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:43:39 +01:00
|
|
|
* Fri Apr 24 2020 Automatic Build System <autodist@mambasoft.it> 0.37-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:43:39 +01:00
|
|
|
* Fri Aug 12 2016 Automatic Build System <autodist@mambasoft.it> 0.35-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:43:39 +01:00
|
|
|
* Fri Aug 08 2014 Automatic Build System <autodist@mambasoft.it> 0.34-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:43:39 +01:00
|
|
|
* Sun May 25 2014 Automatic Build System <autodist@mambasoft.it> 0.33-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:43:39 +01:00
|
|
|
* Thu Jul 18 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.31-1mamba
|
|
|
|
- package created by silvan using the webbuild interface
|