SPECS (DEVEL): gaim.spec - release 0._pre.2: bcond_without text fo...

radek radek at pld-linux.org
Fri Jan 12 14:25:42 CET 2007


Author: radek                        Date: Fri Jan 12 13:25:42 2007 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- release 0._pre.2: bcond_without text for text ui

---- Files affected:
SPECS:
   gaim.spec (1.154.2.22 -> 1.154.2.23) 

---- Diffs:

================================================================
Index: SPECS/gaim.spec
diff -u SPECS/gaim.spec:1.154.2.22 SPECS/gaim.spec:1.154.2.23
--- SPECS/gaim.spec:1.154.2.22	Sun Nov 12 19:43:56 2006
+++ SPECS/gaim.spec	Fri Jan 12 14:25:35 2007
@@ -9,6 +9,7 @@
 %bcond_without	doc		# do not generate and include documentation
 %bcond_without	evolution	# compile without the Gaim-Evolution plugin
 %bcond_without	gtkspell	# without gtkspell support
+%bcond_without	text		# don't build text UI
 #
 %define		_pre	beta5
 %include        /usr/lib/rpm/macros.perl
@@ -19,7 +20,7 @@
 Summary(pt_BR):	Um cliente para o AOL Instant Messenger (AIM)
 Name:		gaim
 Version:	2.0.0
-Release:	1.%{_pre}.1
+Release:	1.%{_pre}.2
 Epoch:		1
 License:	GPL
 Group:		Applications/Communications
@@ -55,6 +56,7 @@
 BuildRequires:	rpmbuild(macros) >= 1.177
 BuildRequires:	tcl-devel
 BuildRequires:	tk-devel
+%{?with_text:BuildRequires:	ncurses-ext-devel}
 %if %{with doc}
 BuildRequires:	doxygen
 BuildRequires:	graphviz
@@ -217,7 +219,8 @@
 	%{?with_dbus:--enable-dbus --with-dbus-session-dir=/usr/share/dbus-1/services} \
 	%{!?with_dbus:--disable-dbus} \
 	%{!?with_evolution:--disable-gevolution} \
-	%{!?with_gtkspell:--disable-gtkspell}
+	%{!?with_gtkspell:--disable-gtkspell} \
+	--%{?with_text:en}%{!?with_text:dis}able-consoleui
 
 %{__make}
 %{?with_doc:%{__make} docs}
@@ -254,7 +257,7 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog{,.API} HACKING NEWS PLUGIN_HOWTO PROGRAMMING_NOTES README* doc/FAQ
 %attr(755,root,root) %{_bindir}/gaim
-%attr(755,root,root) %{_bindir}/gaim-text
+%{?with_text:%attr(755,root,root) %{_bindir}/gaim-text}
 %attr(755,root,root) %{_bindir}/gaim-url-handler
 %dir %{_libdir}/gaim
 %dir %{_libdir}/gaim/private
@@ -376,6 +379,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.154.2.23  2007/01/12 13:25:35  radek
+- release 0._pre.2: bcond_without text for text ui
+
 Revision 1.154.2.22  2006/11/12 18:43:56  rotom
 - up to 2.0beta5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gaim.spec?r1=1.154.2.22&r2=1.154.2.23&f=u



More information about the pld-cvs-commit mailing list