Accepting request 879736 from home:jreidinger:branches:utilities
- Fix doc symlink issue - ack 3.5.0: * Reworked the option parsing to run correctly with Getopt::Long 2.38. * Added support for the Elm language. (GH#316) * Added support for the Purescript language. (GH#317) * Added support for the Bazel build tool. (GH#327) OBS-URL: https://build.opensuse.org/request/show/879736 OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=37
This commit is contained in:
parent
9b9a766d38
commit
d708832fd3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6ecfd6b9b9e129a1dee42f800283fb8d9fece925abc0ca6fa136d029989a6b50
|
|
||||||
size 251106
|
|
3
ack-v3.5.0.tar.gz
Normal file
3
ack-v3.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:66053e884e803387a02ddee0d68abf2a10239fab654364dab33287309a725521
|
||||||
|
size 249718
|
11
ack.changes
11
ack.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 17 19:01:46 UTC 2021 - Josef Reidinger <jreidinger@suse.com>
|
||||||
|
|
||||||
|
- Fix doc symlink issue
|
||||||
|
- ack 3.5.0:
|
||||||
|
* Reworked the option parsing to run correctly with Getopt::Long
|
||||||
|
2.38.
|
||||||
|
* Added support for the Elm language. (GH#316)
|
||||||
|
* Added support for the Purescript language. (GH#317)
|
||||||
|
* Added support for the Bazel build tool. (GH#327)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 6 19:39:51 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
Mon Jul 6 19:39:51 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
8
ack.spec
8
ack.spec
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{!?perl_make_install: %global perl_make_install make DESTDIR=%{buildroot} install_vendor}
|
%{!?perl_make_install: %global perl_make_install make DESTDIR=%{buildroot} install_vendor}
|
||||||
Name: ack
|
Name: ack
|
||||||
Version: 3.4.0
|
Version: 3.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Grep-Like Text Finder
|
Summary: Grep-Like Text Finder
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
@ -84,18 +84,12 @@ rm -rf "%{buildroot}%{perl_vendorarch}/auto/ack"
|
|||||||
|
|
||||||
rm -f "%{buildroot}%{_localstatedir}/adm/perl-modules/ack"
|
rm -f "%{buildroot}%{_localstatedir}/adm/perl-modules/ack"
|
||||||
|
|
||||||
install -d rpmdoc_ack
|
|
||||||
for f in Changes README.md LICENSE.md; do
|
|
||||||
ln -s ../ack/"$f" rpmdoc_ack/"$f"
|
|
||||||
done
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{run_tests}
|
%if %{run_tests}
|
||||||
make test %{?_smp_mflags}
|
make test %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc rpmdoc_ack/*
|
|
||||||
%{_bindir}/ack
|
%{_bindir}/ack
|
||||||
%{_mandir}/man1/ack.1%{?ext_man}
|
%{_mandir}/man1/ack.1%{?ext_man}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user