Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir     : eterm/Eterm


Modified Files:
        ChangeLog Eterm.spec 


Log Message:
Fri Jun 25 17:48:24 2004                        Michael Jennings (mej)

Chris Schoeneman <[EMAIL PROTECTED]> pointed out that Eterm didn't get
keypresses if another app (like synergy) decided to listen for its
events.  This should correct that behavior.
----------------------------------------------------------------------

===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/ChangeLog,v
retrieving revision 1.385
retrieving revision 1.386
diff -u -3 -r1.385 -r1.386
--- ChangeLog   10 May 2004 22:43:54 -0000      1.385
+++ ChangeLog   25 Jun 2004 21:51:59 -0000      1.386
@@ -5219,3 +5219,9 @@
 
 Revert change from February 29th.  I never could reproduce it anyway.
 ----------------------------------------------------------------------
+Fri Jun 25 17:48:24 2004                        Michael Jennings (mej)
+
+Chris Schoeneman <[EMAIL PROTECTED]> pointed out that Eterm didn't get
+keypresses if another app (like synergy) decided to listen for its
+events.  This should correct that behavior.
+----------------------------------------------------------------------
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/Eterm.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- Eterm.spec  2 Mar 2004 15:49:59 -0000       1.11
+++ Eterm.spec  25 Jun 2004 21:52:00 -0000      1.12
@@ -1,19 +1,16 @@
-%define bzip     0
+%if %{!?compression:1}0
+%define compression gz
+%endif
 
 Summary: Enlightened terminal emulator
 Name: Eterm
 Version: 0.9.3
-Release: 0.1
+Release: 0.2
 Copyright: BSD
 Group: User Interface/X
 Requires: imlib2, imlib2-loader_jpeg, imlib2-loader_png
-%if %{bzip}
-Source0: ftp://ftp.eterm.org/pub/Eterm/%{name}-%{version}.tar.bz2
-Source1: ftp://ftp.eterm.org/pub/Eterm/%{name}-bg-%{version}.tar.bz2
-%else
-Source0: ftp://ftp.eterm.org/pub/Eterm/%{name}-%{version}.tar.gz
-Source1: ftp://ftp.eterm.org/pub/Eterm/%{name}-bg-%{version}.tar.gz
-%endif
+Source0: ftp://ftp.eterm.org/pub/Eterm/%{name}-%{version}.tar.%{compression}
+Source1: ftp://ftp.eterm.org/pub/Eterm/%{name}-bg-%{version}.tar.%{compression}
 URL: http://www.eterm.org/
 BuildRoot: /var/tmp/%{name}-%{version}-root
 
@@ -69,14 +66,14 @@
 chmod 0644 $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/Utilities/Eterm.desktop
 
 %post
-test -x /sbin/ldconfig && /sbin/ldconfig
+/sbin/ldconfig || :
 
 if [ -d /usr/share/terminfo -a ! -f /usr/share/terminfo/E/Eterm ]; then
     tic -o/usr/share/terminfo $RPM_DOC_DIR/%{name}-%{version}/%{name}.ti || :
 fi
 
 %postun
-test -x /sbin/ldconfig && /sbin/ldconfig
+/sbin/ldconfig || :
 
 %clean
 rm -rf $RPM_BUILD_ROOT




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to