Accepting request 531065 from home:illuusio

- Added python3 interface package libvoikko which is needed
  by LibreOffice

OBS-URL: https://build.opensuse.org/request/show/531065
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libvoikko?expand=0&rev=28
This commit is contained in:
Adam Majer 2017-10-05 11:05:38 +00:00 committed by Git OBS Bridge
parent d2f2020ee9
commit 112242f4cf
2 changed files with 24 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 4 07:54:42 UTC 2017 - tuukka.pasanen@ilmi.fi
- Added python3 interface package libvoikko which is needed
by LibreOffice
-------------------------------------------------------------------
Tue Apr 25 13:17:13 UTC 2017 - tchvatal@suse.com

View File

@ -67,6 +67,17 @@ Requires: libvoikko1 = %{version}
Voikko is a Finnish spellchecker and hyphenator based on Malaga and
Suomi-Malaga.
%package -n python3-libvoikko
Summary: Python interface to %{name}
Group: Development/Libraries
Requires: libvoikko1 = %{version}-%{release}
BuildArch: noarch
%description -n python3-libvoikko
Python interface to libvoikko, library of language tools.
This module can be used to perform various natural language analysis
tasks on text.
%prep
%setup -q
@ -85,6 +96,9 @@ make %{?_smp_mflags} check || :
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
install -d $RPM_BUILD_ROOT%{python3_sitelib}
install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python3_sitelib}/
%post -n libvoikko1 -p /sbin/ldconfig
%postun -n libvoikko1 -p /sbin/ldconfig
@ -104,4 +118,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_libdir}/*.so
%{_libdir}/pkgconfig/libvoikko.pc
%files -n python3-libvoikko
%defattr(-,root,root)
%{python3_sitelib}/*
%changelog