Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a536ca88a7 | ||
|
|
57def9502e | ||
|
|
2d55e34a6d | ||
|
|
ba76edaed5 | ||
|
|
1dcd44942b | ||
|
|
05c56af663 | ||
|
|
3d27b582fd | ||
|
|
0144a859c1 |
3 changed files with 14 additions and 9 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@
|
||||||
/ack-2.08.tar.gz
|
/ack-2.08.tar.gz
|
||||||
/ack-2.10.tar.gz
|
/ack-2.10.tar.gz
|
||||||
/ack-2.12.tar.gz
|
/ack-2.12.tar.gz
|
||||||
|
/Test-Simple-1.001003.tar.gz
|
||||||
|
|
|
||||||
21
ack.spec
21
ack.spec
|
|
@ -1,11 +1,13 @@
|
||||||
Name: ack
|
Name: ack
|
||||||
Version: 2.12
|
Version: 2.12
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Grep-like text finder
|
Summary: Grep-like text finder
|
||||||
License: Artistic 2.0
|
License: Artistic 2.0
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://betterthangrep.com/
|
URL: http://betterthangrep.com/
|
||||||
Source0: http://www.cpan.org/modules/by-module/App/%{name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/modules/by-module/App/%{name}-%{version}.tar.gz
|
||||||
|
# Ack requires a late Test::More to run the tests
|
||||||
|
Source1: http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-Simple-1.001003.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(File::Basename)
|
BuildRequires: perl(File::Basename)
|
||||||
|
|
@ -16,7 +18,9 @@ BuildRequires: perl(Pod::Usage)
|
||||||
BuildRequires: perl(Term::ANSIColor)
|
BuildRequires: perl(Term::ANSIColor)
|
||||||
BuildRequires: perl(Text::ParseWords) >= 3.1
|
BuildRequires: perl(Text::ParseWords) >= 3.1
|
||||||
BuildRequires: perl(Test::Harness) >= 2.5
|
BuildRequires: perl(Test::Harness) >= 2.5
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(IO::Pty)
|
||||||
|
# We use a local copy of late Test::More
|
||||||
|
#BuildRequires: perl(Test::More) >= 0.98
|
||||||
BuildRequires: perl(Test::Pod)
|
BuildRequires: perl(Test::Pod)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
|
|
@ -39,7 +43,8 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
tar zfx %SOURCE1
|
||||||
|
PERLLIB=Test-Simple-1.001003/lib make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc Changes LICENSE.md README.md
|
%doc Changes LICENSE.md README.md
|
||||||
|
|
@ -49,6 +54,10 @@ make test
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 29 2014 Robin Lee <cheeselee@fedoraproject.org> - 2.12-2
|
||||||
|
- Include a copy of late Test-Simple for test, the version in el6 is too old
|
||||||
|
- BR perl(IO::Pty) for running more tests
|
||||||
|
|
||||||
* Wed Dec 11 2013 Robin Lee <cheeselee@fedoraproject.org> - 2.12-1
|
* Wed Dec 11 2013 Robin Lee <cheeselee@fedoraproject.org> - 2.12-1
|
||||||
- Update to 2.12
|
- Update to 2.12
|
||||||
- fixes BZ#1040228, BZ#1040229,
|
- fixes BZ#1040228, BZ#1040229,
|
||||||
|
|
@ -100,12 +109,6 @@ make test
|
||||||
* Thu Apr 21 2011 <ianburrell@gmail.com> - 1.94-1
|
* Thu Apr 21 2011 <ianburrell@gmail.com> - 1.94-1
|
||||||
- Update to 1.94
|
- Update to 1.94
|
||||||
|
|
||||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.92-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Aug 4 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.92-2
|
|
||||||
- rebuild with perl-5.12.1 again
|
|
||||||
|
|
||||||
* Wed Jun 16 2010 Ian Burrell <ianburrell@gmail.com> - 1.92-1
|
* Wed Jun 16 2010 Ian Burrell <ianburrell@gmail.com> - 1.92-1
|
||||||
- Update to 1.92
|
- Update to 1.92
|
||||||
|
|
||||||
|
|
|
||||||
1
sources
1
sources
|
|
@ -1 +1,2 @@
|
||||||
11e886ab0ec72173869a82e59227ddf2 ack-2.12.tar.gz
|
11e886ab0ec72173869a82e59227ddf2 ack-2.12.tar.gz
|
||||||
|
527ae49633648f281ccab8e759d313be Test-Simple-1.001003.tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue