rpms/ack/devel ack.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ian Burrell (iburrell) fedora-extras-commits at redhat.com
Tue Feb 13 21:17:28 UTC 2007


Author: iburrell

Update of /cvs/extras/rpms/ack/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6354/devel

Modified Files:
	.cvsignore sources 
Added Files:
	ack.spec 
Log Message:
auto-import ack-1.56-4 on branch devel from ack-1.56-4.src.rpm


--- NEW FILE ack.spec ---
Name:           ack
Version:        1.56
Release:        4%{?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(File::Next) >= 0.38
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
* Mon Feb 12 2007 Ian M. Burrell <ianburrell at gmail.com> - 1.56-4
- Fix minor issues

* Tue Jan 30 2007 Ian M. Burrell <ianburrell at gmail.com> - 1.56-3
- Fix source URL

* Mon Jan 29 2007  <ianburrell at gmail.com> - 1.56-2
- Rename to ack

* Mon Jan 29 2007 Ian Burrell <ianburrell at gmail.com> 1.56-1
- Specfile autogenerated by cpanspec 1.69.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ack/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Feb 2007 19:03:49 -0000	1.1
+++ .cvsignore	13 Feb 2007 21:16:56 -0000	1.2
@@ -0,0 +1 @@
+ack-1.56.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ack/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Feb 2007 19:03:49 -0000	1.1
+++ sources	13 Feb 2007 21:16:56 -0000	1.2
@@ -0,0 +1 @@
+d2c8750f35ae8be79956958e2b653e32  ack-1.56.tar.gz




More information about the fedora-extras-commits mailing list