perl-Test-Inter/perl-Test-Inter.spec

73 lines
2.1 KiB
RPMSpec
Raw Normal View History

%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Test-Inter
Version: 1.06
Release: 1mamba
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>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Test-Inter-%{version}.tar.gz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
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
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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}
chmod -x examples/*
%build
%{__perl} Build.PL installdirs=core
./Build
./Build test
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
./Build install destdir=%{buildroot} create_packlist=0
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
chmod -R u+w %{buildroot}/*
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{perl_privlib}/Test
%{_mandir}/man3/*.3pm.gz
%doc LICENSE
# README TODO examples
%changelog
* Mon Mar 09 2015 Automatic Build System <autodist@mambasoft.it> 1.06-1mamba
- automatic update by autodist
* Sat May 24 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.05-2mamba
- perl 5.16.3 rebuild
* 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