packages (DEVEL): ekg2/ekg2.spec - package remote plugin - more TODO (Unpac...

pawelz pawelz at pld-linux.org
Mon Jun 22 09:44:17 CEST 2009


Author: pawelz                       Date: Mon Jun 22 07:44:17 2009 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- package remote plugin
- more TODO (Unpackaged files, what to do with missing-xwcslen.patch?)

---- Files affected:
packages/ekg2:
   ekg2.spec (1.95.2.8 -> 1.95.2.9) 

---- Diffs:

================================================================
Index: packages/ekg2/ekg2.spec
diff -u packages/ekg2/ekg2.spec:1.95.2.8 packages/ekg2/ekg2.spec:1.95.2.9
--- packages/ekg2/ekg2.spec:1.95.2.8	Mon Jun 22 09:37:20 2009
+++ packages/ekg2/ekg2.spec	Mon Jun 22 09:44:12 2009
@@ -1,6 +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
@@ -269,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
@@ -473,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)
@@ -514,6 +537,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+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
================================================================

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



More information about the pld-cvs-commit mailing list