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:
parent
786c556fe7
commit
5ae4a2502a
@ -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
|
Wed May 31 21:41:00 UTC 2017 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package initviocons
|
# 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
|
# 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
|
||||||
@ -12,16 +12,16 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: initviocons
|
||||||
Url: http://svn.poeml.de/viewcvs/initviocons/
|
URL: http://svn.poeml.de/viewcvs/initviocons/
|
||||||
Version: 0.5
|
Version: 0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Terminal Initialization, e.g. for the iSeries Virtual Console
|
Summary: Terminal Initialization, e.g. for the iSeries Virtual Console
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: System/Console
|
Group: System/Console
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -54,17 +54,17 @@ make CFLAGS="$RPM_OPT_FLAGS -Wall"
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
install -m 0755 termprobes $RPM_BUILD_ROOT/%{_bindir}/termprobes
|
install -m 0755 termprobes $RPM_BUILD_ROOT/%{_bindir}/termprobes
|
||||||
#UsrMerge
|
%if !0%{?usrmerged}
|
||||||
mkdir -p $RPM_BUILD_ROOT/bin
|
mkdir -p $RPM_BUILD_ROOT/bin
|
||||||
ln -sf %{_bindir}/initviocons $RPM_BUILD_ROOT/bin
|
ln -sf %{_bindir}/initviocons $RPM_BUILD_ROOT/bin
|
||||||
#EndUsrMerge
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||||
#UsrMerge
|
%if !0%{?usrmerged}
|
||||||
/bin/*
|
/bin/*
|
||||||
#EndUsrMerge
|
%endif
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user