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

109 lines
3.4 KiB
RPMSpec
Raw Normal View History

2010-09-21 08:56:24 +00:00
Name: perl-Test-Inter
2015-02-16 12:36:57 +00:00
Version: 1.06
Release: 1%{?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
2013-03-20 12:46:46 +00:00
BuildRequires: perl
2015-02-16 12:36:57 +00:00
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
2013-03-20 12:46:46 +00:00
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Run-time:
2010-09-21 08:56:24 +00:00
BuildRequires: perl(File::Basename)
BuildRequires: perl(IO::File)
# Tests only:
2015-02-16 12:36:57 +00:00
BuildRequires: perl(Test::More)
# Test::Pod 1.00 not used
# Test::Pod::Coverage 1.00 not used
2013-03-20 12:46:46 +00:00
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
2010-09-21 08:56:24 +00:00
%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
2015-02-16 12:36:57 +00:00
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
2010-09-21 08:56:24 +00:00
%install
2015-02-16 12:36:57 +00:00
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
2010-09-21 08:56:24 +00:00
%{_fixperms} $RPM_BUILD_ROOT/*
%check
2015-02-16 12:36:57 +00:00
make test
2010-09-21 08:56:24 +00:00
%files
2015-02-16 12:36:57 +00:00
%license LICENSE
%doc Changes README examples
2011-06-24 11:50:07 +00:00
%{perl_vendorlib}/*
2010-09-21 08:56:24 +00:00
%{_mandir}/man3/*
%changelog
2015-02-16 12:36:57 +00:00
* Mon Feb 16 2015 Petr Pisar <ppisar@redhat.com> - 1.06-1
- 1.06 bump
2014-08-27 22:51:59 +00:00
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.05-5
- Perl 5.20 rebuild
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-07-19 02:59:03 +00:00
* Fri Jul 19 2013 Petr Pisar <ppisar@redhat.com> - 1.05-2
- Perl 5.18 rebuild
2013-03-21 11:45:08 +00:00
* Thu Mar 21 2013 Petr Pisar <ppisar@redhat.com> - 1.05-1
- 1.05 bump
2013-03-20 12:46:46 +00:00
* Wed Mar 20 2013 Petr Pisar <ppisar@redhat.com> - 1.04-1
- 1.04 bump
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
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)