Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > contrib-release-src > by-pkgid > ff2abdf44b5160b2a178f1f3ce2abf4f > files > 2

ack-1.24-1mdv2007.0.src.rpm

%define module  ack
%define name	%module
%define version 1.24
%define release %mkrel 1

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	grep-like text finder for large trees of text
License:	GPL or Artistic
Group:		Text tools
Url:		http://search.cpan.org/dist/%{module}
Source:		%{module}-%{version}.tar.bz2
%if %{mdkversion} < 1010
BuildRequires:	perl-devel
%endif
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
ack is a grep-like program with optimizations for searching through large trees
of source code.

%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%{__make} test

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc Changes README
%{perl_vendorlib}/App/*
%{_mandir}/*/*
%{_bindir}/*

%changelog
* Fri Aug 11 2006 rafael
+ 08/11/06 11:09:10 (55614)
Import ack