From 12d0e0156c5669a9e3afd353d3a26820966685f826674b488bf1511de03760bd Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 9 Sep 2020 10:38:14 +0000 Subject: [PATCH] - Split lang package from main package. OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xchm?expand=0&rev=13 --- xchm.changes | 5 +++++ xchm.spec | 9 ++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/xchm.changes b/xchm.changes index 8d5b417..505f946 100644 --- a/xchm.changes +++ b/xchm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 9 10:38:04 UTC 2020 - Jan Engelhardt + +- Split lang package from main package. + ------------------------------------------------------------------- Tue Aug 25 21:05:23 UTC 2020 - Jan Engelhardt diff --git a/xchm.spec b/xchm.spec index 505e5e3..60c418c 100644 --- a/xchm.spec +++ b/xchm.spec @@ -1,7 +1,7 @@ # # spec file for package xchm # -# Copyright (c) 2016 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,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/ # @@ -35,6 +35,7 @@ display the topics tree, work with displayed pages history, print the current page, work with bookmarks, change fonts and fast search through all the pages of the loaded .chm document. +%lang_package %prep %autosetup -p1 @@ -47,7 +48,7 @@ autoreconf -fi %make_install %find_lang xchm -%files -f xchm.lang +%files %_bindir/xchm %_datadir/applications/* %_datadir/icons/* @@ -55,4 +56,6 @@ autoreconf -fi %_mandir/man1/* %license COPYING +%files lang -f xchm.lang + %changelog