Name: ack Version: 1.64 Release: 1%{?dist} Summary: Grep-like text finder License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/ack/ Source0: http://www.cpan.org/modules/by-module/App/ack-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(File::Next) >= 0.40 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Ack is designed as a replacement for grep. %prep %setup -q %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check # Disabled because tests fail when run without terminal # See http://rt.cpan.org/Public/Bug/Display.html?id=24670 #make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ack-help.txt ack-help-types.txt Changes README %{perl_vendorlib}/* %{_bindir}/ack %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Thu Aug 16 2007 Ian Burrell - 1.64-1 - Update to 1.64 - Add BuildRequires Test::More * Mon Jun 18 2007 Ian Burrell - 1.62-2 - Disable tests since bug not fixed * Sun Jun 17 2007 Ian Burrell - 1.62-1 - Update to 1.62 - Enable tests * Tue May 15 2007 Ian Burrell - 1.60-1 - add BuildRequires perl(ExtUtils::MakeMaker) * Sat May 5 2007 Ian Burrell - 1.60-4 - Update to 1.60; requires File::Next 0.40 * Mon Feb 12 2007 Ian Burrell - 1.56-4 - Fix minor issues * Tue Jan 30 2007 Ian Burrell - 1.56-3 - Fix source URL * Mon Jan 29 2007 Ian Burrell - 1.56-2 - Rename to ack * Mon Jan 29 2007 Ian Burrell 1.56-1 - Specfile autogenerated by cpanspec 1.69.1.