diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-12-28 10:46:25 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-12-28 10:46:25 +0100 | 
| commit | 951208612d5a3050df575f5b4d4e884c4b5e1e87 (patch) | |
| tree | 52b6ac0c216cc53fd43a1b6473fa301d84d96653 | |
| parent | 19d9a3d6493d5f728169e4031bdb1d7520fea5ff (diff) | |
libreoffice-grammalecte: comment
| -rw-r--r-- | libreoffice-grammalecte-dev.spec | 37 | ||||
| -rw-r--r-- | libreoffice-grammalecte.spec | 38 | 
2 files changed, 38 insertions, 37 deletions
diff --git a/libreoffice-grammalecte-dev.spec b/libreoffice-grammalecte-dev.spec index f5eb866..5cbbfbc 100644 --- a/libreoffice-grammalecte-dev.spec +++ b/libreoffice-grammalecte-dev.spec @@ -10,14 +10,14 @@  %global   extname grammalecte  # data-only package  %global   debug_package %{nil} -%global   __python %{_bindir}/python3 +%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 -Release:       4%{?dist} +Version:       0.4.10.7 +Release:       1%{?dist}  Summary:       French grammar corrector  Summary(fr):   Correcteur grammatical Français  Group:         System Environment/Libraries @@ -25,18 +25,15 @@ Group:         System Environment/Libraries  # *.py from Lightproof 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 -Source1:       %{name}.metainfo.xml +Source0:       http://www.dicollecte.org/grammalecte/oxt/Grammalecte-v%{version}-py27.oxt -BuildRequires: python3-devel -BuildRequires: libappstream-glib - -Supplements:   libreoffice-langpack-fr +BuildRequires: python2-devel > 2.7 +BuildRequires: python2-devel < 3  Requires:      libreoffice-writer  Requires:      libreoffice-langpack-fr  Requires:      libreoffice-pyuno -Requires:      python(abi) >= 3 +Requires:      python(abi) = 2.7  %description @@ -77,30 +74,14 @@ Ce paquet fournit l'extension pour LibreOffice Writer.  install -d -m 0755 %{buildroot}%{_libdir}/libreoffice/share/extensions/%{extname}  cp -pr * %{buildroot}%{_libdir}/libreoffice/share/extensions/%{extname} -DESTDIR=%{buildroot} appstream-util install %{SOURCE1} - - -%check -appstream-util validate-relax -v %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml -  %files +%{!?_licensedir:%global license %%doc}  %license README_fr.txt  %{_libdir}/libreoffice/share/extensions/%{extname} -%{_datadir}/appdata/%{name}.metainfo.xml  %changelog -* Sun Dec 25 2016 Remi Collet <remi@fedoraproject.org> - 0.5.14-4 -- Add Appstream metadata - -* Fri Dec 23 2016 Remi Collet <remi@fedoraproject.org> - 0.5.14-3 -- add Supplements libreoffice-langpack-fr - -* Fri Dec 23 2016 Remi Collet <remi@fedoraproject.org> - 0.5.14-2 -- add dependencies on libreoffice-langpack-fr and libreoffice-pyuno -- enable byte compile - -* Thu Dec 22 2016 Remi Collet <remi@fedoraproject.org> - 0.5.14-1 +* Fri Dec 23 2016 Remi Collet <remi@fedoraproject.org> - 0.4.10.7-1  - initial package diff --git a/libreoffice-grammalecte.spec b/libreoffice-grammalecte.spec index 5cbbfbc..1a35ade 100644 --- a/libreoffice-grammalecte.spec +++ b/libreoffice-grammalecte.spec @@ -10,14 +10,15 @@  %global   extname grammalecte  # data-only package  %global   debug_package %{nil} -%global   _python_bytecompile_errors_terminate_build 0 +# to ensure bytecompile use the right version +%global   __python %{_bindir}/python3  # NOTE: this package is not noarch because LibreOffice has no  # arch-independent extension location  Name:          libreoffice-%{extname} -Version:       0.4.10.7 -Release:       1%{?dist} +Version:       0.5.14 +Release:       4%{?dist}  Summary:       French grammar corrector  Summary(fr):   Correcteur grammatical Français  Group:         System Environment/Libraries @@ -25,15 +26,18 @@ Group:         System Environment/Libraries  # *.py from Lightproof 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-v%{version}-py27.oxt +Source0:       http://www.dicollecte.org/grammalecte/oxt/Grammalecte-fr-v%{version}.oxt +Source1:       %{name}.metainfo.xml -BuildRequires: python2-devel > 2.7 -BuildRequires: python2-devel < 3 +BuildRequires: python3-devel +BuildRequires: libappstream-glib + +Supplements:   libreoffice-langpack-fr  Requires:      libreoffice-writer  Requires:      libreoffice-langpack-fr  Requires:      libreoffice-pyuno -Requires:      python(abi) = 2.7 +Requires:      python(abi) >= 3  %description @@ -74,14 +78,30 @@ Ce paquet fournit l'extension pour LibreOffice Writer.  install -d -m 0755 %{buildroot}%{_libdir}/libreoffice/share/extensions/%{extname}  cp -pr * %{buildroot}%{_libdir}/libreoffice/share/extensions/%{extname} +DESTDIR=%{buildroot} appstream-util install %{SOURCE1} + + +%check +appstream-util validate-relax -v %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml +  %files -%{!?_licensedir:%global license %%doc}  %license README_fr.txt  %{_libdir}/libreoffice/share/extensions/%{extname} +%{_datadir}/appdata/%{name}.metainfo.xml  %changelog -* Fri Dec 23 2016 Remi Collet <remi@fedoraproject.org> - 0.4.10.7-1 +* Sun Dec 25 2016 Remi Collet <remi@fedoraproject.org> - 0.5.14-4 +- Add Appstream metadata + +* Fri Dec 23 2016 Remi Collet <remi@fedoraproject.org> - 0.5.14-3 +- add Supplements libreoffice-langpack-fr + +* Fri Dec 23 2016 Remi Collet <remi@fedoraproject.org> - 0.5.14-2 +- add dependencies on libreoffice-langpack-fr and libreoffice-pyuno +- enable byte compile + +* Thu Dec 22 2016 Remi Collet <remi@fedoraproject.org> - 0.5.14-1  - initial package  | 
