SPECS (DEVEL): gaim.spec - version 2.0.0 beta6 - bcond --without c...

radek radek at pld-linux.org
Fri Feb 9 21:42:17 CET 2007


Author: radek                        Date: Fri Feb  9 20:42:17 2007 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- version 2.0.0 beta6
- bcond --without cap
- removed -desktop.patch (+- applied)
- update %%files (so it can be built using misc --without)

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

---- Diffs:

================================================================
Index: SPECS/gaim.spec
diff -u SPECS/gaim.spec:1.154.2.23 SPECS/gaim.spec:1.154.2.24
--- SPECS/gaim.spec:1.154.2.23	Fri Jan 12 14:25:35 2007
+++ SPECS/gaim.spec	Fri Feb  9 21:42:12 2007
@@ -5,13 +5,14 @@
 # - external zephyr?
 #   http://packages.qa.debian.org/z/zephyr.html
 #
+%bcond_without	cap		# without Contact Availability Prediction
 %bcond_without	dbus		# without dbus (for gaim-remote and others)
 %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
+%define		_pre	beta6
 %include        /usr/lib/rpm/macros.perl
 Summary:	A client compatible with AOL's 'Instant Messenger'
 Summary(de):	Gaim ist ein Instant Messenger
@@ -20,15 +21,14 @@
 Summary(pt_BR):	Um cliente para o AOL Instant Messenger (AIM)
 Name:		gaim
 Version:	2.0.0
-Release:	1.%{_pre}.2
+Release:	1.%{_pre}.1
 Epoch:		1
 License:	GPL
 Group:		Applications/Communications
 Source0:	http://dl.sourceforge.net/gaim/%{name}-%{version}%{_pre}.tar.bz2
-# Source0-md5:	84099216123de25402fa7e904ceca437
+# Source0-md5:	404dcec261f911bcb56f69e5ea192583
 #Source0:	http://dl.sourceforge.net/gaim/%{name}-%{version}.tar.bz2
 Patch0:		%{name}-nolibs.patch
-Patch1:		%{name}-desktop.patch
 Patch2:		%{name}-GG-evo.patch
 Patch3:		%{name}-dbus-dir.patch
 Patch4:		%{name}-libgadu.patch
@@ -57,6 +57,9 @@
 BuildRequires:	tcl-devel
 BuildRequires:	tk-devel
 %{?with_text:BuildRequires:	ncurses-ext-devel}
+%if %{with cap}
+BuildRequires:	sqlite3-devel >= 3.3
+%endif
 %if %{with doc}
 BuildRequires:	doxygen
 BuildRequires:	graphviz
@@ -201,7 +204,6 @@
 %prep
 %setup -qn %{name}-%{version}%{_pre}
 %patch0 -p1
-%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
@@ -216,6 +218,7 @@
 	--disable-nas \
 	--enable-nss=no \
 	--with-perl-lib=vendor \
+	--%{?with_cap:en}%{!?with_cap:dis}able-cap \
 	%{?with_dbus:--enable-dbus --with-dbus-session-dir=/usr/share/dbus-1/services} \
 	%{!?with_dbus:--disable-dbus} \
 	%{!?with_evolution:--disable-gevolution} \
@@ -257,18 +260,22 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog{,.API} HACKING NEWS PLUGIN_HOWTO PROGRAMMING_NOTES README* doc/FAQ
 %attr(755,root,root) %{_bindir}/gaim
-%{?with_text:%attr(755,root,root) %{_bindir}/gaim-text}
-%attr(755,root,root) %{_bindir}/gaim-url-handler
 %dir %{_libdir}/gaim
 %dir %{_libdir}/gaim/private
+%if %{with cap}
 %attr(755,root,root) %{_libdir}/gaim/cap.so
+%endif
 #%attr(755,root,root) %{_libdir}/gaim/docklet.so
 %attr(755,root,root) %{_libdir}/gaim/extplacement.so
 %attr(755,root,root) %{_libdir}/gaim/gaimrc.so
 %attr(755,root,root) %{_libdir}/gaim/gestures.so
+%if %{with text}
+%attr(755,root,root) %{_bindir}/gaim-text
 %attr(755,root,root) %{_libdir}/gaim/gntgf.so
 %attr(755,root,root) %{_libdir}/gaim/gnthistory.so
 %attr(755,root,root) %{_libdir}/gaim/gntlastlog.so
+%attr(755,root,root) %{_libdir}/gaim/s.so
+%endif
 %attr(755,root,root) %{_libdir}/gaim/history.so
 %attr(755,root,root) %{_libdir}/gaim/iconaway.so
 %attr(755,root,root) %{_libdir}/gaim/idle.so
@@ -287,7 +294,6 @@
 %attr(755,root,root) %{_libdir}/gaim/notify.so
 %attr(755,root,root) %{_libdir}/gaim/psychic.so
 %attr(755,root,root) %{_libdir}/gaim/relnot.so
-%attr(755,root,root) %{_libdir}/gaim/s.so
 %attr(755,root,root) %{_libdir}/gaim/spellchk.so
 %attr(755,root,root) %{_libdir}/gaim/ssl-gnutls.so
 %attr(755,root,root) %{_libdir}/gaim/ssl-nss.so
@@ -297,6 +303,7 @@
 %attr(755,root,root) %{_libdir}/gaim/timestamp.so
 %attr(755,root,root) %{_libdir}/gaim/timestamp_format.so
 %if %{with dbus}
+%attr(755,root,root) %{_bindir}/gaim-url-handler
 %attr(755,root,root) %{_libdir}/gaim/musicmessaging.so
 %attr(755,root,root) %{_bindir}/gaim-send
 %attr(755,root,root) %{_bindir}/gaim-send-async
@@ -312,7 +319,9 @@
 %files libs
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libgaim.so.*.*.*
+%if %{with text}
 %attr(755,root,root) %{_libdir}/libgnt.so.*.*.*
+%endif
 %if %{with dbus}
 %attr(755,root,root) %{_libdir}/libgaim-client.so.*.*.*
 %endif
@@ -322,19 +331,21 @@
 %if %{with dbus}
 %attr(755,root,root) %{_libdir}/libgaim-client.so
 %attr(755,root,root) %{_libdir}/libgaim.so
-%attr(755,root,root) %{_libdir}/libgnt.so
 %{_libdir}/libgaim-client.la
 %{_libdir}/libgaim.la
-%{_libdir}/libgnt.la
 %endif
 %{_aclocaldir}/*.m4
 %dir %{_includedir}/gaim
+%{_includedir}/gaim/*.h
+%{_pkgconfigdir}/*
+%if %{with text}
+%attr(755,root,root) %{_libdir}/libgnt.so
+%{_libdir}/libgnt.la
 %dir %{_includedir}/gaim/gnt
 %dir %{_includedir}/gnt
-%{_includedir}/gaim/*.h
 %{_includedir}/gaim/gnt/*.h
 %{_includedir}/gnt/*.h
-%{_pkgconfigdir}/*
+%endif
 
 %files perl
 %defattr(644,root,root,755)
@@ -379,6 +390,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.154.2.24  2007/02/09 20:42:12  radek
+- version 2.0.0 beta6
+- bcond --without cap
+- removed -desktop.patch (+- applied)
+- update %%files (so it can be built using misc --without)
+
 Revision 1.154.2.23  2007/01/12 13:25:35  radek
 - release 0._pre.2: bcond_without text for text ui
 
================================================================

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



More information about the pld-cvs-commit mailing list