]> git.pld-linux.org Git - packages/icewm.git/blob - icewm.spec
- updated to 1.0.0
[packages/icewm.git] / icewm.spec
1 Summary:        IceWM X11 Window Manager
2 Summary(pl):    IceWM - Mened¿er okienek X11
3 Name:           icewm
4 Version:        1.0.0
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}-root
12
13 %define _prefix /usr/X11R6
14
15 %description
16 Window Manager for X Window System. Can emulate the look of Windows'95,
17 OS/2 Warp 3,4, Motif. Tries to take the best features of the above systems.
18 Features multiple workspaces, opaque move/resize, task bar, window list,
19 mailbox status, digital clock. Fast and small.
20
21 %description -l pl
22 Mened¿er okienek pod X11. Mo¿e emulowaæ wygl±d Windows'95, OS/2 Warp 3,4,
23 MWM. Mened¿er ten próbije wybraæ najjleprze cechy dostêpne w powy¿szych
24 ¶rodowiskach jak wiele jednocze¶nie obecnych przestrzeni roboczych, paski
25 narzêdziowe, status skrzynki z poczt±, cyfrowy zegar. Jest tak¿e ma³y i
26 szybki przy tym.
27
28 %prep
29 %setup -q
30
31 %build
32 ./configure \
33         --prefix=/usr/X11R6 \
34         --sysconfdir=/etc/X11/icewm \
35         --with-shape \
36         --with-sm \
37         --with-imlib \
38         --with-gnome \
39         --with-i18n
40
41 make PREFIX=/usr/X11R6 optimize="$RPM_OPT_FLAGS"
42
43 %install
44 make install \
45         PREFIX=$RPM_BUILD_ROOT/usr/X11R6 \
46         BINDIR=$RPM_BUILD_ROOT/usr/X11R6/bin \
47         LIBDIR=$RPM_BUILD_ROOT/usr/X11R6/lib/X11/icewm \
48         ETCDIR=$RPM_BUILD_ROOT/etc/X11/icewm
49
50 gzip -9nf README CHANGES TODO BUGS
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc {README,CHANGES,TODO,BUGS}.gz doc/*.html
58 /usr/X11R6/lib/X11/icewm
59 %attr(755,root,root) /usr/X11R6/bin/*
This page took 0.114592 seconds and 4 git commands to generate.