2024-01-06 09:42:41 +01:00
|
|
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
|
|
|
|
|
|
|
Name: perl-Test-Inter
|
2024-02-28 10:02:07 +01:00
|
|
|
Version: 1.11
|
|
|
|
Release: 1mamba
|
2024-01-06 09:42:41 +01:00
|
|
|
Summary: Test::Inter - framework for more readable interactive test scripts
|
|
|
|
Group: System/Libraries/Perl
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 09:42:42 +01:00
|
|
|
URL: https://www.cpan.org/
|
|
|
|
Source: https://cpan.metacpan.org/modules/by-module/Test/Test-Inter-%{version}.tar.gz
|
2024-01-06 09:42:41 +01:00
|
|
|
License: GPL, Artistic
|
2024-01-06 09:42:41 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: libperl
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 09:42:42 +01:00
|
|
|
BuildRequires: perl >= 2:5.36.0
|
2024-01-06 09:42:42 +01:00
|
|
|
BuildRequires: perl(File::Find::Rule)
|
2024-01-06 09:42:41 +01:00
|
|
|
BuildRequires: perl(File::Basename)
|
|
|
|
BuildRequires: perl(IO::File)
|
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
BuildRequires: perl(Test::Pod)
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage)
|
|
|
|
Requires: perl >= %perl_major_ver
|
|
|
|
|
|
|
|
%description
|
|
|
|
This is another framework for writing test scripts. It is loosely inspired by Test::More, and has most of it's functionality, but it is not a drop-in replacement.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Test-Inter-%{version}
|
|
|
|
|
|
|
|
%build
|
2024-01-06 09:42:42 +01:00
|
|
|
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
|
|
|
|
|
|
|
%make
|
|
|
|
%make test
|
2024-01-06 09:42:41 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 09:42:42 +01:00
|
|
|
%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
|
2024-01-06 09:42:41 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-06 09:42:42 +01:00
|
|
|
%files -f .packlist
|
2024-01-06 09:42:41 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 09:42:42 +01:00
|
|
|
%doc LICENSE
|
2024-01-06 09:42:41 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-02-28 10:02:07 +01:00
|
|
|
* Tue Feb 27 2024 Automatic Build System <autodist@openmamba.org> 1.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:42:42 +01:00
|
|
|
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 1.10-2mamba
|
|
|
|
- rebuilt with perl 5.36.0
|
|
|
|
|
2024-01-06 09:42:42 +01:00
|
|
|
* Tue Mar 07 2023 Automatic Build System <autodist@mambasoft.it> 1.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:42:42 +01:00
|
|
|
* Sun May 16 2021 Automatic Build System <autodist@mambasoft.it> 1.09-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:42:42 +01:00
|
|
|
* Mon Mar 09 2015 Automatic Build System <autodist@mambasoft.it> 1.06-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:42:41 +01:00
|
|
|
* Sat May 24 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.05-2mamba
|
|
|
|
- perl 5.16.3 rebuild
|
|
|
|
|
2024-01-06 09:42:41 +01:00
|
|
|
* Sun Mar 24 2013 Automatic Build System <autodist@mambasoft.it> 1.05-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Nov 16 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.03-2mamba
|
|
|
|
- perl 5.16 mass rebuild
|
|
|
|
|
|
|
|
* Thu Aug 16 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.03-1mamba
|
|
|
|
- update to 1.03
|
|
|
|
|
|
|
|
* Tue Mar 08 2011 gil <puntogil@libero.it> 1.01-1mamba
|
|
|
|
- package created by autospec
|