Accepting request 738660 from home:lnussel:branches:Base:System
- don't recommend -lang package as the lang packages uses a supplements already - remove install-info macros (boo#1152105) OBS-URL: https://build.opensuse.org/request/show/738660 OBS-URL: https://build.opensuse.org/package/show/Base:System/hello?expand=0&rev=19
This commit is contained in:
parent
57aa3411a2
commit
82aad10a4b
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 15 07:13:53 UTC 2019 - Ludwig Nussel <lnussel@suse.de>
|
||||
|
||||
- don't recommend -lang package as the lang packages uses a
|
||||
supplements already
|
||||
- remove install-info macros (boo#1152105)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 16 10:12:25 UTC 2017 - meissner@suse.com
|
||||
|
||||
|
14
hello.spec
14
hello.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package hello
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@ Name: hello
|
||||
%define hello echo "hello world"
|
||||
Provides: mailreader
|
||||
Summary: A Friendly Greeting Program
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Tools/Other
|
||||
Version: 2.10
|
||||
Release: 0
|
||||
@ -33,8 +33,6 @@ Source2: %{name}.keyring
|
||||
Patch0: hello-1.3.dif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: makeinfo
|
||||
PreReq: %install_info_prereq
|
||||
Recommends: %{name}-lang
|
||||
|
||||
%description
|
||||
The GNU hello program produces a familiar, friendly greeting. It
|
||||
@ -73,12 +71,6 @@ make check
|
||||
%make_install
|
||||
%find_lang %{name}
|
||||
|
||||
%post
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
||||
%postun
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc COPYING TODO NEWS README THANKS ABOUT-NLS
|
||||
|
Loading…
Reference in New Issue
Block a user