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

76 lines
2.3 KiB
RPMSpec
Raw Normal View History

2010-09-21 08:56:24 +00:00
Name: perl-Test-Inter
2011-07-07 07:03:45 +00:00
Version: 1.03
2012-06-12 15:03:24 +00:00
Release: 4%{?dist}
2010-09-21 08:56:24 +00:00
Summary: Framework for more readable interactive test scripts
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Test-Inter/
Source0: http://www.cpan.org/authors/id/S/SB/SBECK/Test-Inter-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl(File::Basename)
BuildRequires: perl(IO::File)
BuildRequires: perl(Module::Build)
# Tests only:
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%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
2011-06-24 11:50:07 +00:00
%{__perl} Build.PL installdirs=vendor
2010-09-21 08:56:24 +00:00
./Build
%install
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
%check
./Build test
%files
%doc ChangeLog LICENSE README TODO examples
2011-06-24 11:50:07 +00:00
%{perl_vendorlib}/*
2010-09-21 08:56:24 +00:00
%{_mandir}/man3/*
%changelog
2012-06-12 15:03:24 +00:00
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 1.03-4
- Perl 5.16 rebuild
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-07-18 11:20:35 +00:00
* Mon Jul 18 2011 Petr Sabata <contyk@redhat.com> - 1.03-2
- Perl mass rebuild
2011-07-07 07:03:45 +00:00
* Thu Jul 07 2011 Petr Pisar <ppisar@redhat.com> - 1.03-1
- 1.03 bump
2011-06-24 11:37:48 +00:00
* Fri Jun 24 2011 Petr Pisar <ppisar@redhat.com> - 1.02-1
- 1.02 bump
2011-06-24 11:50:07 +00:00
- Move to vendor path
2011-06-24 11:51:08 +00:00
- Remove BuildRoot and defattr
2011-06-24 11:37:48 +00:00
2011-06-20 13:50:11 +00:00
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.01-4
- Perl mass rebuild
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.01-2
- 661697 rebuild for fixing problems with vendorach/lib
2010-09-21 08:56:24 +00:00
* Tue Sep 14 2010 Petr Pisar <ppisar@redhat.com> 1.01-1
- Specfile autogenerated by cpanspec 1.78.
- Add BuildRequires covered by perl package
- Distribute examples
- Install into perl core (i.e. do not use vendor paths)