SPECS: urxvt.spec - 5.6, cleanup, use our optflags
freetz
freetz at pld-linux.org
Thu Jul 7 18:27:40 CEST 2005
Author: freetz Date: Thu Jul 7 16:27:40 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 5.6, cleanup, use our optflags
---- Files affected:
SPECS:
urxvt.spec (1.20 -> 1.21)
---- Diffs:
================================================================
Index: SPECS/urxvt.spec
diff -u SPECS/urxvt.spec:1.20 SPECS/urxvt.spec:1.21
--- SPECS/urxvt.spec:1.20 Mon Mar 21 11:05:17 2005
+++ SPECS/urxvt.spec Thu Jul 7 18:27:35 2005
@@ -2,19 +2,19 @@
Summary: Rxvt terminal with unicode support and some improvements
Summary(pl): Terminal Rxvt z obsługą unicode i kilkoma usprawnieniami
Name: urxvt
-Version: 5.3
+Version: 5.6
Release: 1
Group: X11/Applications
License: GPL
Source0: http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-%{version}.tar.bz2
-# Source0-md5: 1a5372a40d728c8a50e059b5d826490e
+# Source0-md5: d194dc03511b64544d2912b88fadd2b5
Source1: %{name}.desktop
-Patch0: %{name}-libname.patch
URL: http://software.schmorp.de
BuildRequires: XFree86-devel
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
+BuildRequires: sed >= 4.0
BuildRequires: xft-devel
Requires: terminfo
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -35,11 +35,9 @@
%prep
%setup -q -n rxvt-unicode-%{version}
-#%patch0 -p1
-
+sed -i -e 's|-O3||' autoconf/configure.in
%build
mv -f autoconf/{configure.in,xpm.m4} .
-#CFLAGS="%{rpmcflags} -DLINUX_KEYS"
%{__libtoolize}
%{__aclocal} -I .
%{__autoheader}
@@ -59,7 +57,8 @@
--enable-smart-resize \
--enable-256-color \
--enable-24bit
-%{__make}
+%{__make} \
+ CPPFLAGS="$CPPFLAGS %{rpmcflags}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -91,6 +90,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.21 2005/07/07 16:27:35 freetz
+- 5.6, cleanup, use our optflags
+
Revision 1.20 2005/03/21 10:05:17 krolik
- updated to ver. 5.3 (fixed Long Escape Sequence Buffer Overflow)
- liburxvt.so was dropped in this version.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/urxvt.spec?r1=1.20&r2=1.21&f=u
More information about the pld-cvs-commit
mailing list