Accepting request 638704 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/638704 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/malaga-suomi?expand=0&rev=24
This commit is contained in:
commit
c819515f9a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 27 07:46:21 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Use %license to install the license
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 19 13:35:29 UTC 2017 - bwiedemann@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package malaga-suomi
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 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/
|
||||
#
|
||||
|
||||
|
||||
@ -22,9 +22,9 @@ Name: malaga-suomi
|
||||
Version: 2.1
|
||||
Release: 0
|
||||
Summary: Description of Finnish Morphology Written in Malaga
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Text/Spell
|
||||
Url: http://voikko.puimula.org/
|
||||
URL: http://voikko.puimula.org/
|
||||
Source: http://www.puimula.org/voikko-sources/%{_name}/%{_name}-%{version}.tar.gz
|
||||
BuildRequires: foma
|
||||
BuildRequires: python3
|
||||
@ -48,14 +48,14 @@ library.
|
||||
%build
|
||||
CFLAGS="%{optflags}" \
|
||||
CXXFLAGS="%{optflags}" \
|
||||
make %{?_smp_mflags} vvfst EXTRA_LEX=vocabulary/erikoisalat/linux-distributions.lex SM_BUILDDATE="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}")"
|
||||
make %{?_smp_mflags} vvfst EXTRA_LEX=vocabulary/erikoisalat/linux-distributions.lex SM_BUILDDATE="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%{s})}")"
|
||||
|
||||
%install
|
||||
make vvfst-install DESTDIR=%{buildroot}%{_datadir}/voikko
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc CONTRIBUTORS COPYING ChangeLog README README.fi
|
||||
%license COPYING
|
||||
%doc CONTRIBUTORS ChangeLog README README.fi
|
||||
%dir %{_datadir}/voikko/
|
||||
%{_datadir}/voikko/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user