]> git.pld-linux.org Git - packages/icewm.git/blob - icewm.spec
- updated to 0.9.35.
[packages/icewm.git] / icewm.spec
1 Summary:        IceWM X11 Window Manager
2 Summary(pl):    IceWM - Mened¿er okienek X11
3 Name:           icewm
4 Version:        0.9.35
5 Release:        1
6 Copyright:      GPL
7 Group:          X11/Window Managers
8 Group(pl):      X11/Zarz±dcy Okien
9 Source:         http://www.kiss.uni-lj.si/~k4fr0235/icewm/devel/%{name}-%{version}.src.tar.gz
10 URL:            http://berta.fri.uni-lj.si/~markom/icewm/
11 BuildRoot:      /tmp/%{name}-%{version}
12
13 %description
14 Window Manager for X Window System. Can emulate the look of Windows'95,
15 OS/2 Warp 3,4, Motif. Tries to take the best features of the above systems.
16 Features multiple workspaces, opaque move/resize, task bar, window list,
17 mailbox status, digital clock. Fast and small.
18
19 %description -l pl
20 Mened¿er okienek pod X11. Mo¿e emulowaæ wygl±d Windows'95, OS/2 Warp 3,4,
21 MWM. Mened¿er ten próbije wybraæ najjleprze cechy dostêpne w powy¿szych
22 ¶rodowiskach jak wiele jednocze¶nie obecnych przestrzeni roboczych, paski
23 narzêdziowe, status skrzynki z poczt±, cyfrowy zegar. Jest tak¿e ma³y i
24 szybki przy tym.
25
26 %prep
27 %setup -q
28
29 %build
30 ./config \
31         --with-shape \
32         --with-sm \
33         --with-imlib \
34         --with-gnome \
35 #       --with-i18n
36
37 make PREFIX=/usr/X11R6 optimize="$RPM_OPT_FLAGS"
38
39 %install
40 make install \
41         PREFIX=$RPM_BUILD_ROOT/usr/X11R6 \
42         ETCDIR=$RPM_BUILD_ROOT/etc/X11/icewm
43
44 gzip -9nf README CHANGES TODO BUGS
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc {README,CHANGES,TODO,BUGS}.gz doc/*.html
51 /usr/X11R6/lib/X11/icewm
52 %attr(755,root,root) /usr/X11R6/bin/*
53
54 %changelog
55 * Fri Mar 19 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
56   [0.9.34-1]
57 - added gzipping some %doc,
58 - added Group(pl).
59
60 * Fri Nov 20 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
61   [0.9.17-1]
62 - added -q %setup parameter,
63 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
64 - added using %%{name} and %%{version} in Source,
65 - added using $RPM_OPT_FLAGS during compile,
66 - added pl translation,
67 - added %attr and %defattr macros in %files (allows build package from
68   non-root account).
This page took 0.058568 seconds and 4 git commands to generate.