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