%global debug_package %{nil} Name: libkkc-data Version: 0.2.7 Release: 11%{?dist} Epoch: 1 Summary: Language model data for libkkc License: GPLv3+ Group: System Environment/Libraries URL: https://bitbucket.org/libkkc Source0: https://bitbucket.org/libkkc/libkkc-data/downloads/%{name}-%{version}.tar.xz BuildRequires: gcc BuildRequires: python2-devel BuildRequires: python2-marisa %description The %{name} package contains the language model data that libkkc uses at run time. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install %make_install INSTALL="install -p" %files %doc COPYING %{_libdir}/libkkc %changelog * Thu Mar 15 2018 Iryna Shcherbina - 1:0.2.7-11 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Wed Feb 07 2018 Fedora Release Engineering - 1:0.2.7-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering - 1:0.2.7-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 1:0.2.7-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 1:0.2.7-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Feb 04 2016 Fedora Release Engineering - 1:0.2.7-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering - 1:0.2.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Aug 17 2014 Fedora Release Engineering - 1:0.2.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 1:0.2.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri Sep 20 2013 Daiki Ueno - 1:0.2.7-2 - bump release to avoid NVR conflict * Fri Sep 20 2013 Daiki Ueno - 1:0.2.7-1 - add COPYING to %%doc - disable debuginfo - add Epoch to avoid conflict with the libkkc package * Tue Sep 17 2013 Daiki Ueno - 0.2.7-1 - initial packaging for Fedora, splitting from libkkc