Hello community, here is the log from the commit of package libvoikko for openSUSE:Factory checked in at 2017-10-10 11:38:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvoikko (Old) and /work/SRC/openSUSE:Factory/.libvoikko.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvoikko" Tue Oct 10 11:38:21 2017 rev:30 rq:532811 version:4.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libvoikko/libvoikko.changes 2017-05-18 20:46:15.204760658 +0200 +++ /work/SRC/openSUSE:Factory/.libvoikko.new/libvoikko.changes 2017-10-10 11:38:24.847513365 +0200 @@ -1,0 +2,12 @@ +Thu Oct 5 11:18:38 UTC 2017 - [email protected] + +- Stop mixing %buildroot and $RPM_BUILD_ROOT. +- Drop --with-pic which is a no-op with --disable-static. + +------------------------------------------------------------------- +Wed Oct 4 07:54:42 UTC 2017 - [email protected] + +- Added python3 interface package libvoikko which is needed + by LibreOffice + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvoikko.spec ++++++ --- /var/tmp/diff_new_pack.iAzGWL/_old 2017-10-10 11:38:26.399445253 +0200 +++ /var/tmp/diff_new_pack.iAzGWL/_new 2017-10-10 11:38:26.399445253 +0200 @@ -67,13 +67,23 @@ 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/Python +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 %build %configure \ --disable-silent_rules \ - --with-pic \ --disable-static \ --with-dictionary-path=%{_libexecdir}/voikko:%{_datadir}/voikko make %{?_smp_mflags} @@ -85,6 +95,9 @@ %make_install find %{buildroot} -type f -name "*.la" -delete -print +install -d %{buildroot}/%{python3_sitelib} +install -pm 0644 python/libvoikko.py %{buildroot}/%{python3_sitelib}/ + %post -n libvoikko1 -p /sbin/ldconfig %postun -n libvoikko1 -p /sbin/ldconfig @@ -104,4 +117,8 @@ %{_libdir}/*.so %{_libdir}/pkgconfig/libvoikko.pc +%files -n python3-libvoikko +%defattr(-,root,root) +%{python3_sitelib}/* + %changelog
