SPECS: Eterm.spec - updated to 0.9.4 - removed applied patches - a...

sparky sparky at pld-linux.org
Wed Sep 27 20:16:52 CEST 2006


Author: sparky                       Date: Wed Sep 27 18:16:52 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.9.4
- removed applied patches
- added --enable-sse2 for amd64, configure options sorted acording to
  ./configure --help

---- Files affected:
SPECS:
   Eterm.spec (1.77 -> 1.78) 

---- Diffs:

================================================================
Index: SPECS/Eterm.spec
diff -u SPECS/Eterm.spec:1.77 SPECS/Eterm.spec:1.78
--- SPECS/Eterm.spec:1.77	Fri Feb 17 20:11:37 2006
+++ SPECS/Eterm.spec	Wed Sep 27 20:16:47 2006
@@ -4,28 +4,25 @@
 Summary(pl):	Terminal dla Enlightenmenta
 Summary(pt_BR):	Eterm versăo %{version}
 Name:		Eterm
-Version:	0.9.3
-Release:	3
+Version:	0.9.4
+Release:	1
 License:	BSD
 Group:		X11/Applications
 Source0:	http://www.eterm.org/download/%{name}-%{version}.tar.gz
-# Source0-md5:	dd089fa7768f945341d721dd4942c702
+# Source0-md5:	b8869ee9c9b9516231af9eefa595cee3
 Source1:	http://www.eterm.org/download/%{name}-bg-%{version}.tar.gz
 # Source1-md5:	e8c6567b13d7fb760bded56c1d1a181d
 Source2:	%{name}.desktop
 Source3:	Escreen.desktop
 Source4:	gnome-eterm.png
 Patch0:		%{name}-am_fix.patch
-Patch1:		%{name}-twin.patch
-Patch2:		%{name}-keys-theme.patch
-Patch3:		%{name}-deadkeys.patch
-Patch4:		%{name}-gcc4.patch
+Patch1:		%{name}-keys-theme.patch
 URL:		http://www.eterm.org/
 BuildRequires:	autoconf >= 2.53
 BuildRequires:	automake
 BuildRequires:	freetype1-devel
 BuildRequires:	imlib2-devel >= 1.0.3
-BuildRequires:	libast-devel >= 0.5
+BuildRequires:	libast-devel >= 0.6
 BuildRequires:	libltdl-devel
 BuildRequires:	libtool
 BuildRequires:	ncurses-devel
@@ -79,10 +76,7 @@
 %prep
 %setup -q -a1
 %patch0 -p1
-%patch1 -p1
-%patch2	-p1
-%patch3 -p0
-%patch4 -p1
+%patch1	-p1
 find themes/ -name "*.cfg*" -exec \
 	sed -i 's/<Eterm-0\.9\..>/<Eterm-%{version}>/' "{}" ";"
 
@@ -93,21 +87,29 @@
 %{__autoconf}
 %{__automake}
 %configure \
-	--disable-static \
-	--enable-shared \
-	--enable-escreen \
-	--enable-etwin \
-	--enable-profile \
-	--disable-stack-trace \
-	--without-debugging \
-	--enable-trans \
-	--enable-multi-charset \
-	--enable-auto-encoding \
+	--disable-static	\
+	--enable-shared		\
+	--enable-escreen	\
+	--enable-etwin		\
+	--enable-escreen-fx	\
+	--enable-profile	\
+	--enable-trans		\
 %ifarch athlon
-	--enable-mmx
+	--enable-mmx		\
 %else
-	--disable-mmx
+	--disable-mmx		\
 %endif
+%ifarch %{x8664}
+	--enable-sse2		\
+%else
+	--disable-sse2		\
+%endif
+	--enable-utmp		\
+	--enable-auto-encoding	\
+	--enable-multi-charset	\
+	--disable-stack-trace	\
+	--enable-name-reporting-escapes \
+	--without-debugging
 %{__make}
 
 %install
@@ -154,6 +156,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.78  2006/09/27 18:16:47  sparky
+- updated to 0.9.4
+- removed applied patches
+- added --enable-sse2 for amd64, configure options sorted acording to
+  ./configure --help
+
 Revision 1.77  2006/02/17 19:11:37  psz
 - security rebuild: CVE-2006-0224
 - STBR (first build and upgrade libast HEAD)
@@ -182,14 +190,14 @@
 - Spanish summary/description fixes
 
 Revision 1.70  2004/09/29 11:29:57  luzik
- - added BRs
+- added BRs
 
 Revision 1.69  2004/09/24 13:18:33  radek
 - massive: missing %defattr (or related cosmetics)
 
 Revision 1.68  2004/09/22 09:29:14  luzik
- - added patch which fix keyboard handling for "in screen" mode
- - rel 10
+- added patch which fix keyboard handling for "in screen" mode
+- rel 10
 
 Revision 1.67  2004/09/22 01:06:44  ankry
 - rel. 9
@@ -233,7 +241,7 @@
 - typo
 
 Revision 1.55  2003/01/28 12:28:57  radek
-- macro %%{_terminfodir} is undefined
+- macro %{_terminfodir} is undefined
 
 Revision 1.54  2003/01/18 22:46:45  juandon
 - removed two lines with define
@@ -259,7 +267,7 @@
 - enabled transparency and multi charset support
 - added ommited files
 - rel.11
-STBR
+  STBR
 
 Revision 1.47  2002/08/13 11:07:13  qboosh
 - require ncurses with Eterm terminal definition; release 10
@@ -293,9 +301,9 @@
 - use new %doc infrastructure.
 
 Revision 1.37  2002/05/21 23:12:35  kloczek
-perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
-             s/^automake -a -c -f/\%\{__automake\}/; \
-	     s/^autoconf/\%\{__autoconf\}/"
+- perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
+               s/^automake -a -c -f/\%\{__automake\}/; \
+               s/^autoconf/\%\{__autoconf\}/"
 
 Revision 1.36  2002/03/29 10:13:47  kloczek
 - release 5.
@@ -324,7 +332,7 @@
 - release 4, working, STBR
 
 Revision 1.29  2002/01/18 02:12:10  kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
 
 Revision 1.28  2001/12/06 07:28:28  kloczek
 - release 3: fixed desktop file (roman).
@@ -337,7 +345,7 @@
 
 Revision 1.25  2001/11/25 17:44:32  blues
 - BR added
-STBR
+  STBR
 
 Revision 1.24  2001/09/26 08:49:14  qboosh
 - BuildRequires: autoconf, automake, libtool
@@ -346,7 +354,7 @@
 - start update to 0.9.1
 
 Revision 1.22  2001/08/12 15:19:57  agaran
-ac-25.ready
+- ac-25.ready
 
 Revision 1.21  2001/07/18 03:20:02  kloczek
 - spec adapterized.
@@ -355,10 +363,10 @@
 - modyfications for using neew rpm automation.
 
 Revision 1.19  2000/06/09 07:54:38  kloczek
-- more %%{__make} macros.
+- more %{__make} macros.
 
 Revision 1.18  2000/06/09 07:22:45  kloczek
-- added using %%{__make} macro.
+- added using %{__make} macro.
 
 Revision 1.17  2000/05/17 00:36:12  kloczek
 - spec adapterized.
@@ -400,9 +408,9 @@
 * Sat Jun 05 1999 Jan Rękorajski <baggins at pld.org.pl>
   [0.8.9-1]
 - update to 0.8.9
-	--disable-static
-	--enable-shared
-	--disable-stack-trace
+  	--disable-static
+  	--enable-shared
+  	--disable-stack-trace
 
 * Tue Feb  9 1999 Michał Kuratczyk <kurkens at polbox.com>
   [0.8.8-2d]
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/Eterm.spec?r1=1.77&r2=1.78&f=u



More information about the pld-cvs-commit mailing list