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