packages (DEVEL): ekg2/ekg2.spec - up to 20090819 (equal to 20090808) - fix...

pawelz pawelz at pld-linux.org
Wed Aug 19 15:40:32 CEST 2009


Author: pawelz                       Date: Wed Aug 19 13:40:32 2009 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- up to 20090819 (equal to 20090808)
- fixed version number. It is 0.3, not 0.1.3.
- reverted autotools. It works again since gettext 0.17-8 (thx arekm).
- merged changes from HEAD

---- Files affected:
packages/ekg2:
   ekg2.spec (1.95.2.10 -> 1.95.2.11) 

---- Diffs:

================================================================
Index: packages/ekg2/ekg2.spec
diff -u packages/ekg2/ekg2.spec:1.95.2.10 packages/ekg2/ekg2.spec:1.95.2.11
--- packages/ekg2/ekg2.spec:1.95.2.10	Mon Jul 13 13:10:33 2009
+++ packages/ekg2/ekg2.spec	Wed Aug 19 15:40:26 2009
@@ -1,6 +1,5 @@
 # $Revision$, $Date$
 # TODO:
-# - autotools
 # - warning: Installed (but unpackaged) file(s) found:
 #   /usr/lib/perl5/5.10.0/i686-pld-linux-thread-multi/perllocal.pod
 #   /usr/lib/perl5/vendor_perl/5.10.0/i686-pld-linux-thread-multi/auto/Ekg2/.packlist
@@ -25,7 +24,8 @@
 
 # Please, test all modules before updating. If you want just try new version,
 # use DEVEL branch.
-%define		_snap 20090713
+
+%define		_snap 20090819
 
 %if %{without jabber}
 %undefine with_gnutls
@@ -38,13 +38,13 @@
 Summary:	Multi-protocol instant messaging and chat client
 Summary(pl.UTF-8):	Wieloprotokołowy komunikator internetowy
 Name:		ekg2
-Version:	0.1.3
+Version:	0.3
 Release:	0.%{_snap}.1
 Epoch:		2
 License:	GPL v2+
 Group:		Applications/Communications
 Source0:	http://pl.ekg2.org/%{name}-%{_snap}.tar.bz2
-# Source0-md5:	00c8f3d98c5e766b5db96befba6c56b0
+# Source0-md5:	f217866b81cb379cb2da27be90becbcb
 Patch0:		%{name}-perl-install.patch
 # Is it really needed?
 # Patch1:		%{name}-missing-xwcslen.patch
@@ -56,7 +56,7 @@
 %if %{with feed} || %{with jabber}
 BuildRequires:	expat-devel
 %endif
-BuildRequires:	gettext-devel
+BuildRequires:	gettext-devel >= 0.17-8
 %{?with_gadugadu:BuildRequires:	giflib-devel}
 %{?with_gnutls:BuildRequires:	gnutls-devel >= 1.2.5}
 %{?with_gpg:BuildRequires:	gpgme-devel}
@@ -227,16 +227,16 @@
 Wtyczka protokołu IRC dla ekg2.
 
 %package plugin-protocol-jabber
-Summary:	Jabber protocol plugin for ekg2
-Summary(pl.UTF-8):	Wtyczka protokołu Jabber dla ekg2
+Summary:	Jabber and Tlen protocols plugin for ekg2
+Summary(pl.UTF-8):	Wtyczka protokołów Jabber i Tlen dla ekg2
 Group:		Applications/Communications
 Requires:	%{name} = %{epoch}:%{version}-%{release}
 
 %description plugin-protocol-jabber
-Jabber protocol plugin for ekg2.
+Jabber and Tlen protocols plugin for ekg2.
 
 %description plugin-protocol-jabber -l pl.UTF-8
-Wtyczka protokołu Jabber dla ekg2.
+Wtyczka protokołów Jabber i Tlen dla ekg2.
 
 %package plugin-protocol-polchat
 Summary:	Polchat protocol plugin for ekg2
@@ -344,6 +344,13 @@
 sed -i -e '\#/opt/sqlite/lib#s#"$# /usr/lib64"#' m4/sqlite.m4
 
 %build
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoheader}
+%{__automake}
+%{__autoconf}
+
 # for hostent.h_addr (should be in CPPFLAGS, but it's overridden in plugins/jabber)
 CFLAGS="%{rpmcflags} -D_GNU_SOURCE"
 %configure \
@@ -536,9 +543,24 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.95.2.11  2009/08/19 13:40:26  pawelz
+- up to 20090819 (equal to 20090808)
+- fixed version number. It is 0.3, not 0.1.3.
+- reverted autotools. It works again since gettext 0.17-8 (thx arekm).
+- merged changes from HEAD
+
 Revision 1.95.2.10  2009/07/13 11:10:33  pawelz
 - up to 20090713 (didn't changed from 20090706)
 - dropped autogen.sh. It does not work.
+
+Revision 1.105  2009/07/12 13:21:25  arekm
+- rel .2
+
+Revision 1.104  2009/06/26 20:38:11  pawelz
+- jabber plugin also handles tlen (updated subpackage descriptions)
+
+Revision 1.103  2009/06/24 18:21:50  pawelz
+- merged DEVEL (up to 20090622)
 
 Revision 1.95.2.9  2009/06/22 07:44:12  pawelz
 - package remote plugin
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ekg2/ekg2.spec?r1=1.95.2.10&r2=1.95.2.11&f=u



More information about the pld-cvs-commit mailing list