Accepting request 242869 from home:pgajdos

- SuSE -> SUSE

OBS-URL: https://build.opensuse.org/request/show/242869
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=43
This commit is contained in:
Tomáš Chvátal 2014-07-29 14:19:56 +00:00 committed by Git OBS Bridge
parent ccef4ea691
commit faabb1dce8
5 changed files with 13 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 29 14:06:26 UTC 2014 - pgajdos@suse.com
- SuSE -> SUSE
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 13 11:23:59 CET 2013 - tiwai@suse.de Wed Nov 13 11:23:59 CET 2013 - tiwai@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package less # spec file for package less
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# 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
@ -30,7 +30,7 @@ License: GPL-3.0+ or BSD-2-Clause
Group: Productivity/Text/Utilities Group: Productivity/Text/Utilities
Url: http://www.greenwoodsoftware.com/less/ Url: http://www.greenwoodsoftware.com/less/
Source: http://www.greenwoodsoftware.com/less/less-%{version}.tar.gz Source: http://www.greenwoodsoftware.com/less/less-%{version}.tar.gz
Source1: README.SuSE Source1: README.SUSE
Source2: lessopen.sh Source2: lessopen.sh
Source3: lessclose.sh Source3: lessclose.sh
Source4: lesskey.src Source4: lesskey.src
@ -84,14 +84,14 @@ $RPM_BUILD_ROOT%{_bindir}/lesskey -o $RPM_BUILD_ROOT%{_sysconfdir}/lesskey.bin $
# #
# preprocessor # preprocessor
install -m 755 lessopen.sh lessclose.sh $RPM_BUILD_ROOT/%{_bindir} install -m 755 lessopen.sh lessclose.sh $RPM_BUILD_ROOT/%{_bindir}
%__chmod -x LICENSE COPYING NEWS README.SuSE %__chmod -x LICENSE COPYING NEWS README.SUSE
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-, root, root) %defattr(-, root, root)
%doc LICENSE COPYING NEWS README.SuSE %doc LICENSE COPYING NEWS README.SUSE
%doc %{_mandir}/*/* %doc %{_mandir}/*/*
%config %{_sysconfdir}/* %config %{_sysconfdir}/*
%{_bindir}/* %{_bindir}/*

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (c) 2001 SuSE GmbH, Nuernberg, Germany # Copyright (c) 2001 SUSE GmbH, Nuernberg, Germany
# Copyright (c) 2002 SuSE Linux AG, Nuernberg, Germany # Copyright (c) 2002 SUSE Linux AG, Nuernberg, Germany
# #
# Author: Vladimír Linek <vinil@suse.cz> # Author: Vladimír Linek <vinil@suse.cz>
# #

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2001 SuSE GmbH, Nuernberg, Germany # Copyright (c) 2001 SUSE GmbH, Nuernberg, Germany
# Copyright (c) 2002 SuSE Linux AG, Nuernberg, Germany # Copyright (c) 2002 SUSE Linux AG, Nuernberg, Germany
# #
# Author: Vladimir Linek <vinil@suse.cz> # Author: Vladimir Linek <vinil@suse.cz>
# Support for directory listing by Dimitar Pashov <d.pashov@gmail.com> # Support for directory listing by Dimitar Pashov <d.pashov@gmail.com>