- Split lang package from main package.

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xchm?expand=0&rev=13
This commit is contained in:
Jan Engelhardt 2020-09-09 10:38:14 +00:00 committed by Git OBS Bridge
parent 5640bdd838
commit 12d0e0156c
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 9 10:38:04 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Split lang package from main package.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 25 21:05:23 UTC 2020 - Jan Engelhardt <jengelh@inai.de> Tue Aug 25 21:05:23 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package xchm # 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 # 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,7 +12,7 @@
# 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/
# #
@ -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 current page, work with bookmarks, change fonts and fast search
through all the pages of the loaded .chm document. through all the pages of the loaded .chm document.
%lang_package
%prep %prep
%autosetup -p1 %autosetup -p1
@ -47,7 +48,7 @@ autoreconf -fi
%make_install %make_install
%find_lang xchm %find_lang xchm
%files -f xchm.lang %files
%_bindir/xchm %_bindir/xchm
%_datadir/applications/* %_datadir/applications/*
%_datadir/icons/* %_datadir/icons/*
@ -55,4 +56,6 @@ autoreconf -fi
%_mandir/man1/* %_mandir/man1/*
%license COPYING %license COPYING
%files lang -f xchm.lang
%changelog %changelog