Accepting request 849613 from home:lnussel:usrmove

- prepare usrmerge (boo#1029961)

OBS-URL: https://build.opensuse.org/request/show/849613
OBS-URL: https://build.opensuse.org/package/show/Base:System/initviocons?expand=0&rev=14
This commit is contained in:
Dirk Mueller 2020-11-26 10:08:40 +00:00 committed by Git OBS Bridge
parent 786c556fe7
commit 5ae4a2502a
2 changed files with 13 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 16 09:56:18 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
- prepare usrmerge (boo#1029961)
-------------------------------------------------------------------
Wed May 31 21:41:00 UTC 2017 - meissner@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package initviocons
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,16 +12,16 @@
# 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/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: initviocons
Url: http://svn.poeml.de/viewcvs/initviocons/
URL: http://svn.poeml.de/viewcvs/initviocons/
Version: 0.5
Release: 0
Summary: Terminal Initialization, e.g. for the iSeries Virtual Console
License: GPL-2.0+
License: GPL-2.0-or-later
Group: System/Console
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: automake
@ -54,17 +54,17 @@ make CFLAGS="$RPM_OPT_FLAGS -Wall"
%install
%make_install
install -m 0755 termprobes $RPM_BUILD_ROOT/%{_bindir}/termprobes
#UsrMerge
%if !0%{?usrmerged}
mkdir -p $RPM_BUILD_ROOT/bin
ln -sf %{_bindir}/initviocons $RPM_BUILD_ROOT/bin
#EndUsrMerge
%endif
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README
#UsrMerge
%if !0%{?usrmerged}
/bin/*
#EndUsrMerge
%endif
%{_bindir}/*
%changelog