From f32b9d730e5dcfdf5dcca1cb294f38eb6b52d56b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 23 Dec 2016 09:51:28 +0100 Subject: libreoffice-grammalecte: 0.4.10.7 (EL-7) --- libreoffice-grammalecte.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/libreoffice-grammalecte.spec b/libreoffice-grammalecte.spec index adbd928..c3ef3c8 100644 --- a/libreoffice-grammalecte.spec +++ b/libreoffice-grammalecte.spec @@ -10,13 +10,13 @@ %global extname grammalecte # data-only package %global debug_package %{nil} -%undefine py_auto_byte_compile +%global _python_bytecompile_errors_terminate_build 0 # NOTE: this package is not noarch because LibreOffice has no # arch-independent extension location Name: libreoffice-%{extname} -Version: 0.5.14 +Version: 0.4.10.7 Release: 1%{?dist} Summary: French grammar corrector Summary(fr): Correcteur grammatical Français @@ -25,9 +25,15 @@ Group: System Environment/Libraries # *.py are MPLv2.0, extension is GPLv3 and later License: GPLv3+ and MPLv2.0 URL: http://www.dicollecte.org/grammalecte/ -Source0: http://www.dicollecte.org/grammalecte/oxt/Grammalecte-fr-v%{version}.oxt +Source0: http://www.dicollecte.org/grammalecte/oxt/Grammalecte-v%{version}-py27.oxt + +BuildRequires: python2-devel > 2.7 +BuildRequires: python2-devel < 3 Requires: libreoffice-writer +Requires: libreoffice-langpack-fr +Requires: libreoffice-pyuno +Requires: python(abi) = 2.7 %description @@ -68,6 +74,6 @@ cp -pr * %{buildroot}%{_libdir}/libreoffice/share/extensions/%{extname} %changelog -* Thu Dec 22 2016 Remi Collet - 0.5.14-1 +* Fri Dec 23 2016 Remi Collet - 0.4.10.7-1 - initial package -- cgit