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:
Dominique Leuenberger 2019-12-23 21:41:52 +00:00 committed by Git OBS Bridge
commit 078d79cded
2 changed files with 10 additions and 5 deletions

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -72,9 +72,9 @@ make %{?_smp_mflags}
%make_install
#
# lesskey
install -m 755 -d %{buildroot}/%{_sysconfdir}
install -m 644 lesskey.src %{buildroot}/%{_sysconfdir}/lesskey
%{buildroot}%{_bindir}/lesskey -o %{buildroot}%{_sysconfdir}/lesskey.bin %{buildroot}%{_sysconfdir}/lesskey
install -m 755 -d %{buildroot}/%{_distconfdir}
install -m 644 lesskey.src %{buildroot}/%{_distconfdir}/lesskey
%{buildroot}%{_bindir}/lesskey -o %{buildroot}%{_distconfdir}/lesskey.bin %{buildroot}%{_distconfdir}/lesskey
#
# preprocessor
install -m 755 lessopen.sh lessclose.sh %{buildroot}/%{_bindir}
@ -84,7 +84,7 @@ chmod -x LICENSE COPYING NEWS README.SUSE
%license LICENSE COPYING
%doc NEWS README.SUSE
%{_mandir}/*/*
%config %{_sysconfdir}/*
%{_distconfdir}/*
%{_bindir}/*
%changelog