packages: ekg2/ekg2.spec - merged DEVEL (up to 20090622)

pawelz pawelz at pld-linux.org
Wed Jun 24 20:21:56 CEST 2009


Author: pawelz                       Date: Wed Jun 24 18:21:56 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- merged DEVEL (up to 20090622)

---- Files affected:
packages/ekg2:
   ekg2.spec (1.102 -> 1.103) 

---- Diffs:

================================================================
Index: packages/ekg2/ekg2.spec
diff -u packages/ekg2/ekg2.spec:1.102 packages/ekg2/ekg2.spec:1.103
--- packages/ekg2/ekg2.spec:1.102	Thu May 14 17:53:46 2009
+++ packages/ekg2/ekg2.spec	Wed Jun 24 20:21:50 2009
@@ -1,4 +1,11 @@
 # $Revision$, $Date$
+# TODO:
+# - autotools (call it directly, or fix autogen.sh)
+# - 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
+#   /usr/lib/perl5/vendor_perl/5.10.0/i686-pld-linux-thread-multi/auto/Ekg2/Irc/.packlist
+# - Is missing-xwcslen.patch needed?
 #
 # Conditional build:
 %bcond_without	aspell			# build without spell-checking support with aspell
@@ -18,7 +25,7 @@
 
 # Please, test all modules before updating. If you want just try new version,
 # use DEVEL branch.
-%define		_snap 20090511
+%define		_snap 20090622
 
 %if %{without jabber}
 %undefine with_gnutls
@@ -37,9 +44,10 @@
 License:	GPL v2+
 Group:		Applications/Communications
 Source0:	http://pl.ekg2.org/%{name}-%{_snap}.tar.bz2
-# Source0-md5:	053be64c441d08cb719bf8267faba6f1
+# Source0-md5:	3ac6f70fdf92daf05d6975763eda460f
 Patch0:		%{name}-perl-install.patch
-Patch1:		%{name}-missing-xwcslen.patch
+# Is it really needed?
+# Patch1:		%{name}-missing-xwcslen.patch
 Patch2:		%{name}-gtk.patch
 URL:		http://ekg2.org/
 %{?with_aspell:BuildRequires:	aspell-devel}
@@ -266,6 +274,18 @@
 %description plugin-readline -l pl.UTF-8
 Interfejs readline.
 
+%package plugin-remote
+Summary:	Remote contol interface
+Summary(pl.UTF-8):	Zdalne sterowanie ekg2
+Group:		Applications/Communications
+Requires:	%{name} = %{epoch}:%{version}-%{release}
+
+%description plugin-remote
+Remote control interface.
+
+%description plugin-remote -l pl.UTF-8
+Zdalne sterowanie ekg2.
+
 %package plugin-scripting-perl
 Summary:	Perl scripting plugin for ekg2
 Summary(pl.UTF-8):	Wtyczka języka Perl dla ekg2
@@ -324,17 +344,7 @@
 sed -i -e '\#/opt/sqlite/lib#s#"$# /usr/lib64"#' m4/sqlite.m4
 
 %build
-%{__libtoolize} --ltdl
-cd libltdl
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-cd ..
-%{__aclocal} -I m4
-%{__autoconf}
-%{__autoheader}
-%{__automake}
+NOCONFIGURE=1 ./autogen.sh || true
 # for hostent.h_addr (should be in CPPFLAGS, but it's overridden in plugins/jabber)
 CFLAGS="%{rpmcflags} -D_GNU_SOURCE"
 %configure \
@@ -480,6 +490,12 @@
 %{_datadir}/%{name}/plugins/readline
 %endif
 
+%if %{with readline}
+%files plugin-remote
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/%{name}/plugins/remote.so
+%endif
+
 %if %{with perl}
 %files plugin-scripting-perl
 %defattr(644,root,root,755)
@@ -521,6 +537,17 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+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
+- more TODO (Unpackaged files, what to do with missing-xwcslen.patch?)
+
+Revision 1.95.2.8  2009/06/22 07:37:20  pawelz
+- merged changes from HEAD (rivchat plugin)
+- up to snap 20090622
+
 Revision 1.102  2009/05/14 15:53:46  pawelz
 - added rivchat protocol support
 
================================================================

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



More information about the pld-cvs-commit mailing list