commit 77a8de104745395598cf69544389b39f5feccd2d
Author: Jan RÄ™korajski <[email protected]>
Date:   Mon Feb 22 09:55:36 2021 +0100

    - disable psiconv support
    - rel 8

 abiword.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/abiword.spec b/abiword.spec
index 7e22b01..1d3f3ca 100644
--- a/abiword.spec
+++ b/abiword.spec
@@ -10,6 +10,7 @@
 %bcond_without introspection   # GObject introspection
 %bcond_without ots             # Open Text Summarizer plugin
 %bcond_without redland         # redland/raptor libraries
+%bcond_with    psiconv         # psiconv / psion plugin
 #
 %define                mver    3.0
 #
@@ -20,7 +21,7 @@ Summary:      Multi-platform word processor
 Summary(pl.UTF-8):     Wieloplatformowy procesor tekstu
 Name:          abiword
 Version:       3.0.2
-Release:       7
+Release:       8
 Epoch:         1
 License:       GPL v2+
 Group:         X11/Applications/Editors
@@ -84,7 +85,7 @@ BuildRequires:        pango-devel
 BuildRequires: perl-devel
 BuildRequires: pkgconfig >= 1:0.9.0
 BuildRequires: popt-devel
-BuildRequires: psiconv-devel >= 0.9.6
+%{?with_psiconv:BuildRequires: psiconv-devel >= 0.9.6}
 %{?with_introspection:BuildRequires:   python >= 2}
 %{?with_introspection:BuildRequires:   python-pygobject3 >= 3}
 %{?with_redland:BuildRequires: rasqal-devel >= 0.9.17}
@@ -555,9 +556,11 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/abiword-%{mver}/plugins/grammar.so
 
+%if %{with psiconv}
 %files plugin-psion
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/abiword-%{mver}/plugins/psion.so
+%endif
 
 %files plugin-wmf
 %defattr(644,root,root,755)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/abiword.git/commitdiff/77a8de104745395598cf69544389b39f5feccd2d

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to