Author: caleb Date: Sat Nov 13 15:46:21 2010 GMT Module: packages Tag: HEAD ---- Log message: - Up to 9.09, NFY - TODO: Fix build errors, fontconfig dependency? - Removed previously unsupported 256 color patch, integrated upstream
---- Files affected: packages/urxvt: urxvt.spec (1.53 -> 1.54) ---- Diffs: ================================================================ Index: packages/urxvt/urxvt.spec diff -u packages/urxvt/urxvt.spec:1.53 packages/urxvt/urxvt.spec:1.54 --- packages/urxvt/urxvt.spec:1.53 Sun Jun 6 10:53:45 2010 +++ packages/urxvt/urxvt.spec Sat Nov 13 16:46:16 2010 @@ -1,22 +1,28 @@ # $Revision$, $Date$ +# TODO: +# - Build fails on all platforms, same error for previous TH/TI built version 9.07 +# /usr/bin/ld: rxvtfont.o: undefined reference to symbol 'FcPatternDel' +# /usr/bin/ld: note: 'FcPatternDel' is defined in DSO /usr/lib64/libfontconfig.so so try adding it to the linker command line +# /usr/lib64/libfontconfig.so: could not read symbols: Invalid operation # # Conditional build: # -%bcond_with 256colors # unsupported 256 colors patch (see FAQ) %include /usr/lib/rpm/macros.perl Summary: Rxvt terminal with unicode support and some improvements Summary(pl.UTF-8): Terminal Rxvt z obsługą unicode i kilkoma usprawnieniami Name: urxvt -Version: 9.07 -Release: 2 +Version: 9.09 +Release: 0.1 License: GPL v2+ Group: X11/Applications Source0: http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-%{version}.tar.bz2 -# Source0-md5: 49bb52c99e002bf85eb41d8385d903b5 +# Source0-md5: 3505887adae710382edee90ed5538a01 Source1: %{name}.desktop URL: http://software.schmorp.de/ BuildRequires: autoconf >= 2.50 BuildRequires: fontconfig-devel +BuildRequires: fontconfig-libs +BuildRequires: libev >= 4.0 BuildRequires: libstdc++-devel BuildRequires: perl-devel BuildRequires: pkgconfig @@ -47,17 +53,11 @@ %prep %setup -q -n rxvt-unicode-%{version} -%if %{with 256colors} -patch -p1 < doc/urxvt-8.2-256color.patch -%endif %build %{__autoheader} %{__autoconf} %configure \ -%if %{with 256colors} - --enable-xterm-colors=256 \ -%endif --enable-everything \ --enable-mousewheel \ --enable-next-scroll \ @@ -67,7 +67,8 @@ %{__make} \ CXXFLAGS="%{rpmcxxflags}" \ - CFLAGS="%{rpmcxxflags}" + CFLAGS="%{rpmcxxflags}" \ + LDFLAGS="%{rpmldflags} -lfontconfig" %install rm -rf $RPM_BUILD_ROOT @@ -98,6 +99,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.54 2010/11/13 15:46:16 caleb +- Up to 9.09, NFY +- TODO: Fix build errors, fontconfig dependency? +- Removed previously unsupported 256 color patch, integrated upstream + Revision 1.53 2010/06/06 08:53:45 arekm - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/urxvt/urxvt.spec?r1=1.53&r2=1.54&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
