ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/rxvt-unicode/doc/rxvt-unicode.spec
Revision: 1.1
Committed: Mon Nov 29 13:29:37 2004 UTC (19 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-4_2
Log Message:
*** empty log message ***

File Contents

# Content
1 Name: rxvt-unicode
2 Version: 4.1
3 Release: 1
4 Summary: rxvt-unicode is an unicode version of rxvt
5 License: GPL
6 Group: Terminals
7 Url: http://software.schmorp.de/
8 Buildroot: /var/tmp/%{name}-root
9
10 Source: http://dist.schmorp.de/%name/%name-%version.tar.bz2
11
12 # Automatically added by buildreq on Mon Oct 11 2004
13 BuildRequires: fontconfig-devel freetype2-devel gcc-c++ glib2 groff-base hostinfo libstdc++-devel pkgconfig xorg-x11-devel xorg-x11-libs xorg-x11-locales termutils-devel
14
15 %description
16 rxvt-unicode is a clone of the well known terminal emulator rxvt, modified to
17 store text in Unicode (either UCS-2 or UCS-4) and to use locale-correct input
18 and output. It also supports mixing multiple fonts at the same time, including
19 Xft fonts.
20
21 %prep
22 %setup -q
23
24 %build
25 %configure --enable-xft --enable-font-styles --enable-utmp --enable-wtmp \
26 --enable-lastlog --enable-transparency --enable-tinting --enable-fading \
27 --enable-menubar --enable-rxvt-scroll --enable-xterm-scroll \
28 --enable-plain-scroll --enable-half-shadow --enable-xgetdefault \
29 --enable-24bit --enable-keepscrolling --enable-selectionscrolling \
30 --enable-mousewheel --enable-slipwheeling --enable-smart-resize \
31 --enable-pointer-blank --enable-xpm-background --enable-next-scroll \
32 --enable-xim --enable-linespace --with-save-lines=2000 --enable-resources
33 make
34
35 %install
36 make install DESTDIR=$RPM_BUILD_ROOT
37 tic -o $RPM_BUILD_ROOT/%_datadir/terminfo doc/etc/rxvt-unicode.terminfo
38
39 %files
40 %doc README.FAQ INSTALL doc/README.menu doc/README.xvt doc/etc doc/menu
41 %{_bindir}/*
42 %{_mandir}/man1/*
43 %{_mandir}/man7/*
44 %{_datadir}/terminfo/r/*
45
46 %changelog
47 * Mon Nov 27 2004 vherva@babbage 4.1-1
48 - 4.1