From 9cce6bcf713bc147a50edede4874635371beea25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Mon, 20 Jun 2011 22:58:51 +0200 Subject: [PATCH 1/2] Perl mass rebuild --- ack.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ack.spec b/ack.spec index 72562bb..c74dd1f 100644 --- a/ack.spec +++ b/ack.spec @@ -1,6 +1,6 @@ Name: ack Version: 1.94 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Grep-like text finder License: GPL+ or Artistic Group: Development/Libraries @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/* %changelog +* Mon Jun 20 2011 Marcela Mašláňová - 1.94-2 +- Perl mass rebuild + * Thu Apr 21 2011 - 1.94-1 - Update to 1.94 From c121e386ff615e7c9e777ccf04d75bd88a865165 Mon Sep 17 00:00:00 2001 From: Robin Lee Date: Wed, 11 Jan 2012 14:54:58 +0800 Subject: [PATCH 2/2] - Update to 1.96 - License changed to 'Artistic 2.0' since 1.90 --- .gitignore | 1 + ack.spec | 30 ++++++++++++++++++------------ sources | 2 +- 3 files changed, 20 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 7ad04f4..6970851 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /ack-1.94.tar.gz +/ack-1.96.tar.gz diff --git a/ack.spec b/ack.spec index c74dd1f..2d7215c 100644 --- a/ack.spec +++ b/ack.spec @@ -1,16 +1,20 @@ Name: ack -Version: 1.94 -Release: 2%{?dist} +Version: 1.96 +Release: 1%{?dist} Summary: Grep-like text finder -License: GPL+ or Artistic +License: Artistic 2.0 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::Basename) BuildRequires: perl(File::Next) >= 0.40 +BuildRequires: perl(Getopt::Long) +BuildRequires: perl(Pod::Usage) +BuildRequires: perl(Term::ANSIColor) +BuildRequires: perl(Test::Harness) >= 2.5 +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -24,8 +28,6 @@ Ack is designed as a replacement for grep. 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 {} \; @@ -33,20 +35,24 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* +mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d +cp -p etc/ack.bash_completion.sh %{buildroot}%{_sysconfdir}/bash_completion.d + %check make test -%clean -rm -rf $RPM_BUILD_ROOT - %files -%defattr(-,root,root,-) -%doc ack-help.txt ack-help-types.txt Changes +%doc ack-help.txt ack-help-types.txt Changes README.markdown %{perl_vendorlib}/* %{_bindir}/ack %{_mandir}/man1/* +%{_sysconfdir}/bash_completion.d %changelog +* Wed Jan 11 2012 Robin Lee - 1.96-1 +- Update to 1.96 +- License changed to 'Artistic 2.0' since 1.90 + * Mon Jun 20 2011 Marcela Mašláňová - 1.94-2 - Perl mass rebuild diff --git a/sources b/sources index 25c3afa..ed1fb58 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dcf68e56bab0d394370fa102c7f08cb0 ack-1.94.tar.gz +21701fb5f4670181dbf6ebe47984634b ack-1.96.tar.gz