X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=urxvt.spec;h=92702fd839c31f5dc8e539a9029cbddbba01dcdb;hb=a0e4502166721a07f251bff6bffc0f4077049ce1;hp=b128df8dac856c730cfcfa0837cc28fd048ab084;hpb=66672474771fc7e238fa76330ddae9d97be1d3ef;p=packages%2Furxvt.git diff --git a/urxvt.spec b/urxvt.spec index b128df8..92702fd 100644 --- a/urxvt.spec +++ b/urxvt.spec @@ -1,53 +1,44 @@ -Summary: urxvt - terminal emulator in an X window -Summary(pl): Emulator terminala dla X Window +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 +Version: 4.6 Release: 1 Group: X11/Applications License: GPL Source0: http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-%{version}.tar.bz2 -# Source0-md5: 72695ff1beb8d95e6b72c645b1079461 +# Source0-md5: f8b5058808125de3412d13668ee2316c Source1: %{name}.desktop -Patch0: rxvt-utmp98.patch -Patch1: rxvt-utmp98-2.patch -Patch2: rxvt-xim.patch -Patch3: rxvt-utmpx.patch +Patch0: %{name}-libname.patch URL: http://software.schmorp.de BuildRequires: XFree86-devel BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool -BuildRequires: utempter-devel BuildRequires: xft-devel +Requires: terminfo BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Rxvt is a VT100 terminal emulator for X. It is intended as a -replacement for xterm(1) for users who do not require the more -esoteric features of xterm. Specifically urxvt does not implement the -Tektronix 4014 emulation, session logging and toolkit style -configurability. As a result, urxvt uses much less swap space than -xterm - a significant advantage on a machine serving many X sessions. +URxvt is a Rxvt modification which includes: +- unicode support +- xft font support (antialiasing) +- background pixmaps +- background tinting %description -l pl -Rxvt jest emulatorem terminala VT100 dla X Window. Jest on -interesuj±cym zamiennikiem dla programu xterm(1) dla u¿ytkowników, -którzy nie potrzebuj± bardziej wyszukanych mo¿liwo¶ci xterma jak -emulacja terminala Tektronix 4014, logowanie sesji czy pewne -mo¿liwo¶ci konfiguracyjnye na poziomie X toolkit. Rezygnacja z tych -mo¿liwo¶ci zaowocowa³a tym, ¿e urxvt potrzebuje o wiele mniej pamiêci -do uruchomienia. +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 -#%patch1 -p1 -#%patch2 -p1 -#%patch3 -p1 +%patch0 -p1 %build mv -f autoconf/{configure.in,xpm.m4} . -CFLAGS="%{rpmcflags} -DLINUX_KEYS" +#CFLAGS="%{rpmcflags} -DLINUX_KEYS" %{__libtoolize} %{__aclocal} -I . %{__autoheader} @@ -62,27 +53,34 @@ CFLAGS="%{rpmcflags} -DLINUX_KEYS" --disable-menubar \ --enable-next-scroll \ --enable-ttygid \ - --with-term=urxvt \ + --with-term=rxvt \ --enable-half-shadow \ --enable-smart-resize \ - --enable-256-color + --enable-256-color \ + --enable-24bit %{__make} %install rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_mandir}/man{1,7} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_desktopdir} install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} +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/* ChangeLog +%doc doc/menu/* Changes doc/README.* %attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_libdir}/liburxvt.so* %{_desktopdir}/urxvt.desktop -%{_mandir}/man1/* +%{_mandir}/man*/*