Accepting request 757748 from Base:System
OBS-URL: https://build.opensuse.org/request/show/757748 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=56
This commit is contained in:
commit
078d79cded
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 11 16:02:09 UTC 2019 - kukuk@suse.com
|
||||||
|
|
||||||
|
- Move lesskey* from /etc to /usr/etc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 21 18:59:37 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
Sat Sep 21 18:59:37 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
10
less.spec
10
less.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package less
|
# spec file for package less
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -72,9 +72,9 @@ make %{?_smp_mflags}
|
|||||||
%make_install
|
%make_install
|
||||||
#
|
#
|
||||||
# lesskey
|
# lesskey
|
||||||
install -m 755 -d %{buildroot}/%{_sysconfdir}
|
install -m 755 -d %{buildroot}/%{_distconfdir}
|
||||||
install -m 644 lesskey.src %{buildroot}/%{_sysconfdir}/lesskey
|
install -m 644 lesskey.src %{buildroot}/%{_distconfdir}/lesskey
|
||||||
%{buildroot}%{_bindir}/lesskey -o %{buildroot}%{_sysconfdir}/lesskey.bin %{buildroot}%{_sysconfdir}/lesskey
|
%{buildroot}%{_bindir}/lesskey -o %{buildroot}%{_distconfdir}/lesskey.bin %{buildroot}%{_distconfdir}/lesskey
|
||||||
#
|
#
|
||||||
# preprocessor
|
# preprocessor
|
||||||
install -m 755 lessopen.sh lessclose.sh %{buildroot}/%{_bindir}
|
install -m 755 lessopen.sh lessclose.sh %{buildroot}/%{_bindir}
|
||||||
@ -84,7 +84,7 @@ chmod -x LICENSE COPYING NEWS README.SUSE
|
|||||||
%license LICENSE COPYING
|
%license LICENSE COPYING
|
||||||
%doc NEWS README.SUSE
|
%doc NEWS README.SUSE
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
%config %{_sysconfdir}/*
|
%{_distconfdir}/*
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user