Accepting request 969875 from home:deneb_alpha:branches:LibreOffice:Factory
- Build also for ppc64le where LibreOffice is also available - Fix file permissions OBS-URL: https://build.opensuse.org/request/show/969875 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice-voikko?expand=0&rev=26
This commit is contained in:
parent
f830819916
commit
5a4afdb95b
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 11 14:28:29 UTC 2022 - Marina Latini <marina.latini@suse.com>
|
||||
|
||||
- Build also for ppc64le where LibreOffice is also available
|
||||
- Fix file permissions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 2 08:12:23 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libreoffice-voikko
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 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/
|
||||
#
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@ Name: libreoffice-voikko
|
||||
Version: 5.0
|
||||
Release: 0
|
||||
Summary: LibreOffice spellchecker/hyphenator for finnish language
|
||||
License: MPL-2.0 OR GPL-3.0-or-later
|
||||
License: GPL-3.0-or-later OR MPL-2.0
|
||||
Group: Productivity/Text/Spell
|
||||
URL: http://voikko.puimula.org/
|
||||
Source0: http://www.puimula.org/voikko-sources/%{name}/%{name}-%{version}.tar.gz
|
||||
@ -36,7 +36,7 @@ BuildRequires: zip
|
||||
BuildRequires: pkgconfig(libvoikko)
|
||||
Requires: python3-libvoikko
|
||||
Provides: locale(libreoffice:fi)
|
||||
ExclusiveArch: aarch64 %{ix86} x86_64
|
||||
ExclusiveArch: aarch64 %{ix86} x86_64 ppc64le
|
||||
|
||||
%description
|
||||
LibreOffice spellchecker/hyphenator for finnish language, which uses
|
||||
@ -58,6 +58,7 @@ unzip $voikko_pkg
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README
|
||||
%defattr(644,root,root,755)
|
||||
%{_libdir}/libreoffice/share/extensions/voikko
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user