SHA256
1
0
forked from pool/ack

Accepting request 83380 from utilities

update to 1.96

OBS-URL: https://build.opensuse.org/request/show/83380
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ack?expand=0&rev=6
This commit is contained in:
Lars Vogdt 2011-09-20 07:27:54 +00:00 committed by Git OBS Bridge
commit 6b74ae47ba
4 changed files with 31 additions and 37 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5def0df74e17eb87f7848997879c958e42ed93554113c655c7ca5c0066c3156d
size 109343

3
ack-1.96.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb9d29842d8c5c1ec7ad9b577707aca0e1d278e8e21560dbed76ea3b5aa6cb64
size 111986

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Sep 19 08:08:13 UTC 2011 - puzel@suse.com
- update to 1.96:
[ENHANCEMENTS]
* Now ignores minified Javascript files. Anything matching
-min.js or .min.js is ignored.
* Added Groovy support (--groovy).
* Added .pm6 as a --perl extension.
* Lua can now get detected from the shebang line. Thanks,
Matthew Wild.
* Added support for version numbers in executables in shebang
detection. Now if your Perl program's shebang refers to
/usr/local/bin/perl-5.14.1, ack will find it.
-------------------------------------------------------------------
Sat Sep 17 10:44:39 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
-------------------------------------------------------------------
Sat Feb 26 14:52:08 UTC 2011 - pascal.bleser@opensuse.org

View File

@ -1,20 +1,4 @@
#
# spec file for package ack
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# vim: set ts=4 sw=4 et:
%{!?perl_make_install: %global perl_make_install make DESTDIR=$RPM_BUILD_ROOT install_vendor}
@ -25,17 +9,17 @@
%endif
Name: ack
Version: 1.94
Release: 6
Version: 1.96
Release: 0
Summary: Grep-Like Text Finder
Source: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/ack-%{version}.tar.gz
Patch1: ack-ignore-osc.patch
Patch2: ack-fix_smartcase_test_for_old_perl.patch
Patch3: ack-add_spec.patch
Url: http://petdance.com/ack/
URL: http://petdance.com/ack/
Group: Productivity/Text/Utilities
License: Perl License
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRoot: %{_tmppath}/build-%{name}-%{version}
Requires: perl
BuildRequires: make perl perl-File-Next
%if %with_pod
@ -48,15 +32,7 @@ Requires: perl-base = %{perl_version}
%description
ack is a grep-like tool tailored to working with large trees of source code.
Authors:
--------
Andy Lester <andy@petdance.com>
%package -n perl-App-Ack
Summary: Grep-Like Text Finder Perl Module
Group: Development/Libraries/Perl
Requires: perl-base = %{perl_version}
@ -75,7 +51,7 @@ code.
%build
%__perl Makefile.PL PREFIX="%{_prefix}"
%__make
make %{?_smp_mflags}
%install
%perl_make_install
@ -102,9 +78,6 @@ done
%check
%__make test
%clean
%{?%__rm -rf "%{buildroot}"}
%files
%defattr(-,root,root)
%doc rpmdoc_ack/*
@ -120,4 +93,4 @@ done
%{perl_vendorlib}/App/Ack
%if 0%{?perl_process_packlist:1}
%endif
%changelog