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