SPECS: gaim.spec - fix missing build deps for gevolution and tcl p...

glen glen at pld-linux.org
Mon Jul 4 21:39:08 CEST 2005


Author: glen                         Date: Mon Jul  4 19:39:08 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix missing build deps for gevolution and tcl plugins
- gevolution as separate package

---- Files affected:
SPECS:
   gaim.spec (1.143 -> 1.144) 

---- Diffs:

================================================================
Index: SPECS/gaim.spec
diff -u SPECS/gaim.spec:1.143 SPECS/gaim.spec:1.144
--- SPECS/gaim.spec:1.143	Mon Jul  4 19:49:49 2005
+++ SPECS/gaim.spec	Mon Jul  4 21:39:03 2005
@@ -1,6 +1,9 @@
 # $Revision$, $Date$
 # TODO
 # - separate gevolution plugin (less gnome deps)
+# - more separation? (for example why -perl is separate while -tcl isn't?)
+# - gtkspell as subpackage, rather bcond?
+# - nas, silc/silcclient, kerberos 4 with zephyr support?
 #
 %bcond_without	doc		# do not generate and include documentation
 %bcond_without	gtkspell	# without gtkspell support
@@ -13,7 +16,7 @@
 Summary(de):	Gaim ist ein Instant Messenger
 Name:		gaim
 Version:	1.3.1
-Release:	1
+Release:	1.3
 Epoch:		1
 License:	GPL
 Group:		Applications/Communications
@@ -26,7 +29,7 @@
 BuildRequires:	audiofile-devel
 BuildRequires:	autoconf
 BuildRequires:	automake
-BuildRequires:	evolution-data-server >= 0.0.95
+BuildRequires:	evolution-data-server-devel >= 0.0.95
 BuildRequires:	gettext-devel
 BuildRequires:	gtk+2-devel >= 1:2.2.0
 %{?with_gtkspell:BuildRequires: gtkspell-devel >= 2.0.4}
@@ -35,6 +38,8 @@
 BuildRequires:	perl-devel
 BuildRequires:	pkgconfig
 BuildRequires:	rpm-perlprov
+BuildRequires:	tcl-devel
+BuildRequires:	tk
 BuildRequires:	xcursor-devel
 %if %{with doc}
 BuildRequires:	doxygen
@@ -118,6 +123,14 @@
 %description perl -l pl
 Pliki Gaim dla skryptów perl.
 
+%package gevolution
+Summary:	Plugin for Evolution integration
+Group:		Development/Libraries
+Requires:	%{name} = %{epoch}:%{version}-%{release}
+
+%description gevolution
+Plugin for Evolution integration
+
 %package doc
 Summary:	Gaim documentation for developers (HTML format)
 Summary(pl):	Dokumentacja Gaim dla programistów (format HTML)
@@ -181,7 +194,6 @@
 %attr(755,root,root) %{_libdir}/gaim/extplacement.so
 %attr(755,root,root) %{_libdir}/gaim/gaim-remote.so
 %attr(755,root,root) %{_libdir}/gaim/gestures.so
-%attr(755,root,root) %{_libdir}/gaim/gevolution.so
 %attr(755,root,root) %{_libdir}/gaim/history.so
 %attr(755,root,root) %{_libdir}/gaim/idle.so
 %attr(755,root,root) %{_libdir}/gaim/libgg.so
@@ -230,6 +242,10 @@
 %{perl_vendorarch}/auto/Gaim/*.bs
 %attr(755,root,root) %{perl_vendorarch}/auto/Gaim/*.so
 
+%files gevolution
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/gaim/gevolution.so
+
 %if %{with doc}
 %files doc
 %defattr(644,root,root,755)
@@ -242,6 +258,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.144  2005/07/04 19:39:03  glen
+- fix missing build deps for gevolution and tcl plugins
+- gevolution as separate package
+
 Revision 1.143  2005/07/04 17:49:49  glen
 - list all plugins in files, add todo
 
================================================================

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




More information about the pld-cvs-commit mailing list