rpms/anjuta/F-8 anjuta.spec,1.31,1.32

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Mon Feb 18 18:26:42 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/anjuta/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22968

Modified Files:
	anjuta.spec 
Log Message:
Updated to 1:2.2.3-2 in F-8.
 
 Modified Files:
 	anjuta.spec 



Index: anjuta.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anjuta/F-8/anjuta.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- anjuta.spec	18 Feb 2008 17:24:47 -0000	1.31
+++ anjuta.spec	18 Feb 2008 18:26:07 -0000	1.32
@@ -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 @@
 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 @@
 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 @@
   --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 @@
 %{_includedir}/libanjuta-1.0/libanjuta
 
 %changelog
+* Mon Feb 18 2008 Debarshi Ray <rishi at fedoraproject.org> - 1:2.2.3-2
+- Disabled Devhelp plugin on Fedora 7 to prevent failure.
+
 * Sun Jan 27 2008 Debarshi Ray <rishi at fedoraproject.org> - 1:2.2.3-1
 - Initial build. Imported SPEC from Rawhide and renamed as anjuta-doc from
   anjuta-docs according to Fedora naming guidelines.




More information about the fedora-extras-commits mailing list