Summary: Rxvt terminal with unicode support and some improvements Summary(pl): Terminal Rxvt z obsługą unicode i kilkoma usprawnieniami Name: urxvt Version: 3.1 Release: 1 Group: X11/Applications License: GPL Source0: http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-%{version}.tar.bz2 # Source0-md5: 72695ff1beb8d95e6b72c645b1079461 Source1: %{name}.desktop Patch0: %{name}-nodoc.patch URL: http://software.schmorp.de BuildRequires: XFree86-devel BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool BuildRequires: xft-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description URxvt is a Rxvt modification which includes: - unicode support - xft font support (antialiasing) - background pixmaps - background tinting %description -l pl URxvt jest modyfikacją Rxvt uwzględniającą: - obsługę unicode - obsługę czcionek xft (antialiasing) - możliwość ustawienia grafiki jako tła - cieniowanie tła %prep %setup -q -n rxvt-unicode-%{version} %patch0 -p1 %build mv -f autoconf/{configure.in,xpm.m4} . CFLAGS="%{rpmcflags} -DLINUX_KEYS" %{__libtoolize} %{__aclocal} -I . %{__autoheader} %{__autoconf} %{__automake} || : %configure \ --enable-everything \ --enable-xgetdefault \ --enable-mousewheel \ --disable-menubar \ --enable-next-scroll \ --enable-ttygid \ --with-term=rxvt \ --enable-half-shadow \ --enable-smart-resize \ --enable-256-color \ --enable-24bit %{__make} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_mandir}/man1 %{__make} install \ DESTDIR=$RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_desktopdir} install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} install doc/rxvt.1 $RPM_BUILD_ROOT%{_mandir}/man1/urxvt.1 install doc/rxvtc.1 $RPM_BUILD_ROOT%{_mandir}/man1/urxvtc.1 echo '.so urxvtc.1' >$RPM_BUILD_ROOT%{_mandir}/man1/urxvtd.1 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc doc/menu/* Changes README.unicode doc/README.* doc/FAQ %attr(755,root,root) %{_bindir}/* %{_desktopdir}/urxvt.desktop %{_mandir}/man1/*