]> git.pld-linux.org Git - packages/urxvt.git/blobdiff - urxvt.spec
- kill -lnsl
[packages/urxvt.git] / urxvt.spec
index 62c7d8ebb31e7059a1e860330a6be271161e12ca..d9d2a8ad95ca1b5bb7679c9ce36e6bf75d99f71f 100644 (file)
@@ -1,19 +1,22 @@
 Summary:       Rxvt terminal with unicode support and some improvements
 Summary(pl):   Terminal Rxvt z obs³ug± unicode i kilkoma usprawnieniami
 Name:          urxvt
-Version:       4.0
+Version:       5.9
 Release:       1
 Group:         X11/Applications
 License:       GPL
 Source0:       http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-%{version}.tar.bz2
-# Source0-md5: d2a9505ab50f79e7f65bbdfe675cdd58
+# Source0-md5: c160e8199d71324d789657c6d1092a4e
 Source1:       %{name}.desktop
 URL:           http://software.schmorp.de
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libstdc++-devel
 BuildRequires: libtool
+BuildRequires: sed >= 4.0
 BuildRequires: xft-devel
+Requires:      terminfo
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -32,16 +35,17 @@ URxvt jest modyfikacj
 
 %prep
 %setup -q -n rxvt-unicode-%{version}
-
+sed -i -e 's|-O3||' autoconf/configure.in
 %build
 mv -f autoconf/{configure.in,xpm.m4} .
-#CFLAGS="%{rpmcflags} -DLINUX_KEYS"
 %{__libtoolize}
 %{__aclocal} -I .
 %{__autoheader}
 %{__autoconf}
 %{__automake} || :
 %configure \
+       --enable-shared \
+       --disable-static \
        --enable-everything \
        --enable-xgetdefault \
        --enable-mousewheel \
@@ -53,7 +57,8 @@ mv -f autoconf/{configure.in,xpm.m4} .
        --enable-smart-resize \
        --enable-256-color \
        --enable-24bit
-%{__make}
+%{__make} \
+       CPPFLAGS="$CPPFLAGS %{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -69,6 +74,9 @@ echo '.so urxvtc.1' >$RPM_BUILD_ROOT%{_mandir}/man1/urxvtd.1
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post  -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc doc/menu/* Changes doc/README.*
This page took 0.080677 seconds and 4 git commands to generate.