rpms/aterm/devel aterm-debuginfo.patch, NONE, 1.1 aterm.spec, 1.15, 1.16

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Wed Feb 7 08:28:36 UTC 2007


Author: awjb

Update of /cvs/extras/rpms/aterm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5198/devel

Modified Files:
	aterm.spec 
Added Files:
	aterm-debuginfo.patch 
Log Message:
- fix #227377 (debuginfo package)


aterm-debuginfo.patch:

--- NEW FILE aterm-debuginfo.patch ---
--- configure.orig	2007-02-07 09:21:40.000000000 +0100
+++ configure	2007-02-07 09:21:58.000000000 +0100
@@ -3945,12 +3945,6 @@
 
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
-
-
-if test -n "`echo $CFLAGS' ' | grep '\-g ' 2> /dev/null`" ; then
-  CFLAGS=`echo "$CFLAGS " | sed "s/-g / /"`
-fi
-
 if test "x$GCC" = "xyes"; then
   if test -z "`echo $CFLAGS | grep '\-Wall' 2> /dev/null`" ; then
     CFLAGS="$CFLAGS -Wall"


Index: aterm.spec
===================================================================
RCS file: /cvs/extras/rpms/aterm/devel/aterm.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- aterm.spec	12 Sep 2006 06:43:51 -0000	1.15
+++ aterm.spec	7 Feb 2007 08:28:04 -0000	1.16
@@ -1,6 +1,6 @@
 Name:           aterm
 Version:        1.0.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 
 Summary:        Afterstep XVT, VT102 emulator for the X Window system
 Group:          User Interface/X
@@ -8,6 +8,7 @@
 URL:            http://aterm.sourceforge.net
 Source0:        ftp://ftp.afterstep.org/apps/aterm/aterm-1.0.0.tar.bz2
 Source1:        aterm.desktop
+Patch0:         aterm-debuginfo.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires:  desktop-file-utils
@@ -17,16 +18,16 @@
 BuildRequires:  mesa-libGL-devel
 
 %description
-aterm,  version  1.00 is  a colour vt102 terminal emulator, based on
-rxvt 2.4.8  with  Alfredo  Kojima´s  additions  of  fast  transparency,
-intended  as  an xterm(1) replacement for users who do not require fea-
-tures such as Tektronix 4014 emulation and toolkit-style  configurabil-
-ity.   As  a  result,  aterm uses much less swap space -- a significant
+aterm, version 1.00 is a colour vt102 terminal emulator, based on
+rxvt 2.4.8 with Alfredo Kojima´s additions of fast transparency,
+intended as an xterm(1) replacement for users who do not require fea-
+tures such as Tektronix 4014 emulation and toolkit-style configurabil-
+ity. As a result, aterm uses much less swap space -- a significant
 advantage on a machine serving many X sessions.
 
 %prep
 %setup -q
-
+%patch0
 
 %build
 %configure --enable-fading --enable-background-image \
@@ -35,7 +36,6 @@
 --enable-big5 --enable-greek --enable-ttygid \
 --enable-xgetdefault --with-term=rxvt \
 --x-includes=%{_includedir} --x-libraries=%{_libdir}
-
 make %{?_smp_mflags}
 
 
@@ -65,6 +65,10 @@
 
 
 %changelog
+* Wed Feb 07 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+1.0.0-7
+- fix #227377 (debuginfo package)
+
 * Tue Sep 12 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 1.0.0-6
 - FE6 rebuild




More information about the scm-commits mailing list