]> git.pld-linux.org Git - packages/Eterm.git/blob - Eterm.spec
- gzipping documentation,
[packages/Eterm.git] / Eterm.spec
1 Summary:        Terminal for Enlightenment
2 Summary(pl):    Terminal dla Enlightenmenta
3 Name:           Eterm
4 Version:        0.8.8
5 Release:        2d
6 Copyright:      GPL
7 Group:          X11/Applications
8 Group(pl):      X11/Aplikacje
9 Source:         ftp://ftp.enlightenment.org/pub/Eterm/%{name}-%{version}.tar.gz
10 Patch:          Eterm-DESTDIR.patch
11 Requires:       imlib = 1.9.2
12 BuildRoot:      /tmp/%{name}-%{version}-root
13
14 %description
15 Eterm is a color vt102 terminal emulator intended as an xterm(1) replacement
16 for users who want a term program integrated with Enlightenment, or simply
17 want a little more "eye candy". Eterm uses Imlib for advanced graphic
18 abilities.
19
20 %description -l pl
21 Eterm jest kolorowym emulatorem terminala vt102 mogacym byæ zamiennikiem
22 xterm(1) dla u¿ytkowników chc±cych mieæ program terminalowy zintegrowany z
23 zarz±dc± okienek o nazwie Enlightenment lub dla tych któzrzy ch± mieæ 
24 trochê bardziej urozmaicony wygl±d tego typu programu. Eterm uzywa
25 biblioteki IMlib do zaawansowanego operowania na grafice.
26
27 %prep
28 %setup -q
29 %patch -p1
30
31 %build
32 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
33 ./configure \
34         --prefix=/usr/X11R6 \
35         --with-imlib=/usr/X11R6 \
36         --enable-static \
37         --disable-shared \
38         --without-debugging
39 make
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT/usr/X11R6/{bin,lib,man}
44
45 make install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 gzip -9nf $RPM_BUILD_ROOT/usr/X11R6/man/man1/* \
49         doc/*.html
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc doc/*.html.gz
57
58 %attr(755,root,root) /usr/X11R6/bin/*
59 /usr/X11R6/man/man1/*
60
61 /usr/X11R6/share/Eterm
62
63 %changelog
64 * Tue Feb  9 1999 Micha³ Kuratczyk <kurkens@polbox.com>
65   [0.8.8-2d]
66 - added gzipping documentation
67 - cosmetic changes
68
69 * Wed Feb  3 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
70   [0.8.8-1d]
71 - changed pl translation,
72 - added --without-debugging to ./configure parametrs,
73 - updated Requires for imlib (= 1.9.2),
74 - added patch for proper installing with using $DESTDIR,
75 - added Grou(pl).
76
77 * Thu Aug 13 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
78   [0.8-3d]
79 - updated to Eterm-DR-0.8+PL2,
80 - added default background themes,
81 - minor modifications of spec file.
82
83 * Thu Jul 09 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
84   [0.8-2d]
85 - first try at an RPM,
86 - build against glibc-2.1,
87 - added a utmp.c patch,
88 - translation modified for pl,
89 - added %changelog,
90 - changed prefix to /usr/X11R6.
This page took 0.169405 seconds and 3 git commands to generate.