Commit 9c592650 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix spec for p7

parent b36eb80a
...@@ -41,10 +41,11 @@ BuildRequires: gcc-c++ boost-devel asio libreadline-devel flex ...@@ -41,10 +41,11 @@ BuildRequires: gcc-c++ boost-devel asio libreadline-devel flex
BuildRequires: gobject-introspection-devel libgtk+3-gir-devel libgsf-gir-devel BuildRequires: gobject-introspection-devel libgtk+3-gir-devel libgsf-gir-devel
BuildRequires: libgtk+3-devel librsvg-devel libfribidi-devel libredland-devel libots-devel BuildRequires: libgtk+3-devel librsvg-devel libfribidi-devel libredland-devel libots-devel
BuildRequires: liblink-grammar-devel libgsf-devel bzlib-devel zlib-devel libjpeg-devel libpng-devel libxslt-devel BuildRequires: liblink-grammar-devel libgsf-devel bzlib-devel zlib-devel libjpeg-devel libpng-devel libxslt-devel
BuildRequires: libwv-devel libwpd10-devel libwpg-devel libwmf-devel libexpat-devel BuildRequires: libwv-devel libwpg-devel libwmf-devel libexpat-devel
BuildRequires: telepathy-glib-devel libdbus-glib-devel BuildRequires: telepathy-glib-devel libdbus-glib-devel
#BuildRequires: libaiksaurus-devel #BuildRequires: libaiksaurus-devel
%{?_enable_spell:BuildRequires: libenchant-devel} %{?_enable_spell:BuildRequires: libenchant-devel}
# TODO: do not handle with rpmgp -i
%{?_with_goffice:BuildRequires: libgnomeoffice0.10-devel} %{?_with_goffice:BuildRequires: libgnomeoffice0.10-devel}
%{?_with_champlain:BuildRequires: libchamplain-gtk3-devel} %{?_with_champlain:BuildRequires: libchamplain-gtk3-devel}
%{?_with_libical:BuildRequires: libical-devel} %{?_with_libical:BuildRequires: libical-devel}
...@@ -122,7 +123,7 @@ Python bindings for developing with AbiWord library ...@@ -122,7 +123,7 @@ Python bindings for developing with AbiWord library
# fedora patches # fedora patches
%patch11 -p1 -b .desktop %patch11 -p1 -b .desktop
%patch12 -p1 -b .boolean %patch12 -p1 -b .boolean
%patch16 -p0 -b .librevenge #patch16 -p0 -b .librevenge
%patch18 -p1 -b .link-grammar-5 %patch18 -p1 -b .link-grammar-5
%patch19 -p1 -b .link-grammar-5-second %patch19 -p1 -b .link-grammar-5-second
...@@ -134,6 +135,7 @@ Python bindings for developing with AbiWord library ...@@ -134,6 +135,7 @@ Python bindings for developing with AbiWord library
--enable-templates \ --enable-templates \
--enable-clipart \ --enable-clipart \
--enable-introspection \ --enable-introspection \
%{subst_enable debug} \
%{subst_enable spell} \ %{subst_enable spell} \
%{subst_with goffice} \ %{subst_with goffice} \
%{subst_with champlain} \ %{subst_with champlain} \
...@@ -143,7 +145,7 @@ Python bindings for developing with AbiWord library ...@@ -143,7 +145,7 @@ Python bindings for developing with AbiWord library
--disable-static --disable-static
# failed paralell build # failed paralell build
%make %make_build || %make_build || %make
%install %install
%makeinstall_std %makeinstall_std
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment