diff --git a/anjuta.spec b/anjuta.spec index a1d524c..f84e7b9 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -1,5 +1,6 @@ %if 0%{?fc7} %else + %define _enable_devhelp --enable-plugin-devhelp %define _remove_encoding --remove-key Encoding %endif @@ -7,7 +8,7 @@ Summary: A GNOME development IDE for C/C++ Name: anjuta Epoch: 1 Version: 2.2.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Development/Tools URL: http://www.anjuta.org/ @@ -26,7 +27,12 @@ Requires(postun): /sbin/ldconfig BuildRequires: autogen BuildRequires: chrpath BuildRequires: desktop-file-utils + +%if 0%{?fc7} +%else BuildRequires: devhelp-devel +%endif + BuildRequires: gettext BuildRequires: glade3-libgladeui-devel BuildRequires: gnome-doc-utils @@ -94,7 +100,7 @@ iconv --from-code ISO8859-1 --to-code UTF-8 ./THANKS \ --output THANKS.utf-8 && mv THANKS.utf-8 ./THANKS %build -%configure --disable-static --enable-gtk-doc --enable-plugin-devhelp \ +%configure --disable-static --enable-gtk-doc %{?_enable_devhelp} \ --enable-plugin-glade --enable-graphviz --enable-plugin-sourceview \ --disable-plugin-valgrind --enable-plugin-subversion \ --with-svn-lib=%{_libdir} @@ -252,6 +258,9 @@ scrollkeeper-update -q || : %{_includedir}/libanjuta-1.0/libanjuta %changelog +* Mon Feb 18 2008 Debarshi Ray - 1:2.2.3-2 +- Disabled Devhelp plugin on Fedora 7 to prevent failure. + * Sun Jan 27 2008 Debarshi Ray - 1:2.2.3-1 - Initial build. Imported SPEC from Rawhide and renamed as anjuta-doc from anjuta-docs according to Fedora naming guidelines.