]> git.pld-linux.org Git - packages/urxvt.git/commitdiff
- up to 9.10 auto/th/urxvt-9_10-1
authorJan Palus <jan.palus@gmail.com>
Thu, 16 Dec 2010 12:12:24 +0000 (12:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- urxvt-fontconfig.patch applied upstream
- restore 256colors bcond
- don't pass flags to make - ac/am handles them correctly

Changed files:
    urxvt.spec -> 1.57

urxvt.spec

index 1255144e5d3421a9a65da3cae3b18bbf70ea4d6a..066c481faa06645752b749c43e72c06dfa6714e7 100644 (file)
@@ -1,15 +1,15 @@
+%bcond_with    256colors       # build with 256 color support
 %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.09
+Version:       9.10
 Release:       1
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-%{version}.tar.bz2
-# Source0-md5: 3505887adae710382edee90ed5538a01
+# Source0-md5: a23aa40b31e843878b6f9c44768de430
 Source1:       %{name}.desktop
-Patch0:                %{name}-fontconfig.patch
 URL:           http://software.schmorp.de/
 BuildRequires: autoconf >= 2.50
 BuildRequires: fontconfig-devel
@@ -43,13 +43,15 @@ URxvt jest modyfikacją Rxvt uwzględniającą:
 
 %prep
 %setup -q -n rxvt-unicode-%{version}
-%patch0 -p1
 
 %build
 %{__aclocal} -I.
 %{__autoheader}
 %{__autoconf}
 %configure \
+%if %{with 256colors}
+       --enable-256-color \
+%endif
        --enable-everything \
        --enable-mousewheel \
        --enable-next-scroll \
@@ -57,10 +59,7 @@ URxvt jest modyfikacją Rxvt uwzględniającą:
        --disable-afterimage \
        --enable-smart-resize
 
-%{__make} \
-       CXXFLAGS="%{rpmcxxflags}" \
-       CFLAGS="%{rpmcxxflags}" \
-       LDFLAGS="%{rpmldflags} -lfontconfig"
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.088957 seconds and 4 git commands to generate.