SPECS (DEVEL): gaim.spec - 2.0.0 devel series - 20050802 snap

freetz freetz at pld-linux.org
Tue Aug 2 23:33:42 CEST 2005


Author: freetz                       Date: Tue Aug  2 21:33:42 2005 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- 2.0.0 devel series - 20050802 snap

---- Files affected:
SPECS:
   gaim.spec (1.154 -> 1.154.2.1) 

---- Diffs:

================================================================
Index: SPECS/gaim.spec
diff -u SPECS/gaim.spec:1.154 SPECS/gaim.spec:1.154.2.1
--- SPECS/gaim.spec:1.154	Sun Jul 17 11:16:12 2005
+++ SPECS/gaim.spec	Tue Aug  2 23:33:37 2005
@@ -10,6 +10,7 @@
 %bcond_without	evolution	# compile without the Gaim-Evolution plugin
 %bcond_without	gtkspell	# without gtkspell support
 #
+%define		snap	20050802
 %include        /usr/lib/rpm/macros.perl
 Summary:	A client compatible with AOL's 'Instant Messenger'
 Summary(ko):	AOL ŔνşĹĎĆŽ ¸Ţ˝ĹŔúżÍ ČŁČŻľÇ´Â ĹŹśóŔĚžđĆŽ
@@ -17,16 +18,18 @@
 Summary(pt_BR):	Um cliente para o AOL Instant Messenger (AIM)
 Summary(de):	Gaim ist ein Instant Messenger
 Name:		gaim
-Version:	1.4.0
-Release:	2
+Version:	2.0.0
+Release:	0.%{snap}.1
 Epoch:		1
 License:	GPL
 Group:		Applications/Communications
-Source0:	http://dl.sourceforge.net/gaim/%{name}-%{version}.tar.bz2
-# Source0-md5:	d7717cb771e556012ecd5b7f3bdb02ba
+Source0:	%{name}-%{version}-%{snap}.tar.bz2
+# Source0-md5:	9f4e08cb3853cab9cc0350f5d8ff6b24
+#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}-DESTDIR.patch
 URL:		http://gaim.sourceforge.net/
 BuildRequires:	audiofile-devel
 BuildRequires:	autoconf
@@ -190,11 +193,12 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
+./setup-gettext
 %{__libtoolize}
-%{__gettextize}
-%{__aclocal}
+%{__aclocal} -I m4macros
 %{__autoheader}
 %{__autoconf}
 %{__automake}
@@ -216,14 +220,14 @@
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/gaim/*.la
 
-# for future my_MM not supported by glibc yet
-mv -f $RPM_BUILD_ROOT%{_datadir}/locale/my{_MM,}
-
 %find_lang %{name} --with-gnome --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post	perl -p /sbin/ldconfig
+%postun	perl -p /sbin/ldconfig
+
 %post	plugin-remote -p /sbin/ldconfig
 %postun	plugin-remote -p /sbin/ldconfig
 
@@ -234,6 +238,7 @@
 %attr(755,root,root) %{_libdir}/gaim/autorecon.so
 %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
 %attr(755,root,root) %{_libdir}/gaim/history.so
 %attr(755,root,root) %{_libdir}/gaim/idle.so
@@ -244,8 +249,10 @@
 %attr(755,root,root) %{_libdir}/gaim/libnapster.so
 %attr(755,root,root) %{_libdir}/gaim/libnovell.so
 %attr(755,root,root) %{_libdir}/gaim/liboscar.so
+%attr(755,root,root) %{_libdir}/gaim/libsametime.so
 %attr(755,root,root) %{_libdir}/gaim/libyahoo.so
 %attr(755,root,root) %{_libdir}/gaim/libzephyr.so
+%attr(755,root,root) %{_libdir}/gaim/musicmessaging.so
 %attr(755,root,root) %{_libdir}/gaim/notify.so
 %attr(755,root,root) %{_libdir}/gaim/relnot.so
 %attr(755,root,root) %{_libdir}/gaim/spellchk.so
@@ -255,9 +262,9 @@
 %attr(755,root,root) %{_libdir}/gaim/statenotify.so
 %attr(755,root,root) %{_libdir}/gaim/ticker.so
 %attr(755,root,root) %{_libdir}/gaim/timestamp.so
-%{_pixmapsdir}/*
-%{_mandir}/man?/*
 %{_datadir}/sounds/%{name}
+%{_mandir}/man?/*
+%{_pixmapsdir}/*
 
 %files ui-gtk
 %defattr(644,root,root,755)
@@ -268,6 +275,7 @@
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libgaim-remote.so
+%{_aclocaldir}/*.m4
 %{_libdir}/libgaim-remote.la
 %dir %{_includedir}/gaim
 %{_includedir}/gaim/*.h
@@ -276,6 +284,7 @@
 %files perl
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/gaim/perl.so
+%attr(755,root,root) %{_libdir}/libgaimperl.so
 %{perl_vendorarch}/*.pm
 %dir %{perl_vendorarch}/auto/Gaim
 %{perl_vendorarch}/auto/Gaim/*.ix
@@ -310,6 +319,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.154.2.1  2005/08/02 21:33:37  freetz
+- 2.0.0 devel series - 20050802 snap
+
 Revision 1.154  2005/07/17 09:16:12  glen
 - add missing line continuation
 
================================================================

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




More information about the pld-cvs-commit mailing list