Blame SPECS/perl-Test-LongString.spec

3053ac
Name:		perl-Test-LongString
3053ac
Version:	0.17
3053ac
Release:	10%{?dist}
3053ac
Summary:	Perl module to test long strings
3053ac
License:	GPL+ or Artistic
3053ac
Group:		Development/Libraries
3053ac
URL:		http://search.cpan.org/dist/Test-LongString/
3053ac
Source0:	http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Test-LongString-%{version}.tar.gz
3053ac
3053ac
BuildArch:	noarch
3053ac
3053ac
BuildRequires:	perl-generators
3053ac
BuildRequires:	perl(ExtUtils::MakeMaker)
3053ac
# Required by the tests
3053ac
BuildRequires:	perl(Test::Builder) >= 0.12
3053ac
BuildRequires:	perl(Test::Builder::Tester) >= 1.04
3053ac
3053ac
BuildRequires:	perl(Test::Pod::Coverage) >= 1.04
3053ac
BuildRequires:	perl(Test::Pod) >= 1.14 
3053ac
3053ac
Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
3053ac
3053ac
%description
3053ac
This module provides some drop-in replacements for the string comparison
3053ac
functions of Test::More, but which are more suitable when you test against
3053ac
long strings. If you've ever had to search for text in a multi-line string
3053ac
like an HTML document, or find specific items in binary data, this is the
3053ac
module for you.
3053ac
3053ac
%prep
3053ac
%setup -q -n Test-LongString-%{version}
3053ac
3053ac
%build
3053ac
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
3053ac
make %{?_smp_mflags}
3053ac
3053ac
%install
3053ac
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
3053ac
chmod -R u+w $RPM_BUILD_ROOT/*
3053ac
3053ac
%check
3053ac
make test
3053ac
3053ac
%files
3053ac
%doc Changes README
3053ac
%{perl_vendorlib}/Test
3053ac
%{_mandir}/man3/*
3053ac
3053ac
%changelog
3053ac
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-10
3053ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
3053ac
3053ac
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-9
3053ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
3053ac
3053ac
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.17-8
3053ac
- Perl 5.26 rebuild
3053ac
3053ac
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-7
3053ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
3053ac
3053ac
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.17-6
3053ac
- Perl 5.24 rebuild
3053ac
3053ac
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-5
3053ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
3053ac
3053ac
* Sun Jan 31 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.17-4
3053ac
- Modernize spec.
3053ac
3053ac
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-3
3053ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
3053ac
3053ac
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.17-2
3053ac
- Perl 5.22 rebuild
3053ac
3053ac
* Fri Nov 14 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.17-1
3053ac
- Upstream update.
3053ac
3053ac
* Tue Sep 09 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.16-2
3053ac
- Perl 5.20 mass
3053ac
3053ac
* Mon Sep 08 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.16-1
3053ac
- Upstream update.
3053ac
- Modernize spec.
3053ac
3053ac
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.15-10
3053ac
- Perl 5.20 rebuild
3053ac
3053ac
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-9
3053ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
3053ac
3053ac
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-8
3053ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
3053ac
3053ac
* Sat Jul 20 2013 Petr Pisar <ppisar@redhat.com> - 0.15-7
3053ac
- Perl 5.18 rebuild
3053ac
3053ac
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-6
3053ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
3053ac
3053ac
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-5
3053ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3053ac
3053ac
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.15-4
3053ac
- Perl 5.16 rebuild
3053ac
3053ac
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-3
3053ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
3053ac
3053ac
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.15-2
3053ac
- Perl mass rebuild
3053ac
3053ac
* Fri Feb 18 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.15-1
3053ac
- Upstream update.
3053ac
3053ac
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-2
3053ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
3053ac
3053ac
* Wed Nov 03 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.14-1
3053ac
- Upstream update.
3053ac
- Minor spec cleanups.
3053ac
3053ac
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.13-2
3053ac
- Mass rebuild with perl-5.12.0
3053ac
3053ac
* Mon Mar 01 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.13-1
3053ac
- Upstream update.
3053ac
- Minor spec cleanups.
3053ac
3053ac
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.11-6
3053ac
- rebuild against perl 5.10.1
3053ac
3053ac
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-5
3053ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3053ac
3053ac
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-4
3053ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3053ac
3053ac
* Wed Mar 05 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.11-3
3053ac
- rebuild for new perl
3053ac
3053ac
* Thu Sep 06 2007 Ralf Corsépius <rc040203@freenet.de> - 0.11-2
3053ac
- BR: perl(ExtUtils::MakeMaker).
3053ac
- Update license tag.
3053ac
3053ac
* Wed Feb 21 2007 Ralf Corsépius <rc040203@freenet.de> - 0.11-1
3053ac
- Upstream update.
3053ac
- For now, ignore BR: perl(Test::Builder::Tester) > 1.04.
3053ac
3053ac
* Wed Feb 21 2007 Ralf Corsépius <rc040203@freenet.de>
3053ac
- Preps for 0.11. Deactivated, because perl(Test::Builder::Tester) on
3053ac
  all current Fedoras is too old for this to be applicable.
3053ac
3053ac
* Fri Nov 03 2006 Ralf Corsépius <rc040203@freenet.de> - 0.10-1
3053ac
- Upstream update.
3053ac
3053ac
* Tue Sep 05 2006 Ralf Corsépius <rc040203@freenet.de> - 0.09-3
3053ac
- Mass rebuild.
3053ac
3053ac
* Wed Mar 01 2006 Ralf Corsépius <rc040203@freenet.de> - 0.09-2
3053ac
- Rebuild for perl-5.8.8.
3053ac
3053ac
* Fri Oct 07 2005 Ralf Corsepius <rc040203@freenet.de> - 0.09-1
3053ac
- Upstream update.
3053ac
3053ac
* Fri Aug 19 2005 Ralf Corsepius <ralf@links2linux.de> - 0.08-2
3053ac
- Spec cleanup.
3053ac
3053ac
* Thu Aug 11 2005 Ralf Corsepius <ralf@links2linux.de> - 0.08-1
3053ac
- FE submission.