]> git.pld-linux.org Git - packages/icewm.git/blob - icewm.spec
- spec adapterized.
[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.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Window Managers
8 Group(es):      X11/Administraadores De Ventanas
9 Group(fr):      X11/Gestionnaires De Fenêtres
10 Group(pl):      X11/Zarz±dcy Okien
11 Source0:        http://download.sourceforge.net/icewm/%{name}-%{version}.src.tar.gz
12 Source1:        IceWM.desktop
13 URL:            http://icewm.sourceforge.net/
14 BuildRequires:  imlib-devel
15 BuildRequires:  libjpeg-devel
16 BuildRequires:  libpng-devel
17 BuildRequires:  libtiff-devel
18 BuildRequires:  libungif-devel
19 BuildRequires:  XFree86-devel
20 BuildRequires:  zlib-devel
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %define         _prefix         /usr/X11R6
24 %define         _sysconfdir     /etc/X11/icewm
25
26 %description
27 Window Manager for X Window System. Can emulate the look of
28 Windows'95, OS/2 Warp 3,4, Motif. Tries to take the best features of
29 the above systems. Features multiple workspaces, opaque move/resize,
30 task bar, window list, mailbox status, digital clock. Fast and small.
31
32 %description -l pl
33 Mened¿er okienek pod X11. Mo¿e emulowaæ wygl±d Windows'95, OS/2 Warp
34 3,4, MWM. Mened¿er ten próbuje wybraæ najlepsze cechy dostêpne w
35 powy¿szych ¶rodowiskach, jak: wiele jednocze¶nie obecnych przestrzeni
36 roboczych, paski narzêdziowe, status skrzynki z poczt±, cyfrowy zegar.
37 Jest przy tym ma³y i szybki.
38
39 %prep
40 %setup -q
41
42 %build
43 LDFLAGS="-s"; export LDFLAGS
44 %configure \
45         --with-shape \
46         --with-sm \
47         --with-imlib \
48         --with-gnome \
49         --with-i18n
50
51 make PREFIX=%{_prefix} optimize="$RPM_OPT_FLAGS"
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 install -d $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties
57
58 make install \
59         PREFIX=$RPM_BUILD_ROOT%{_prefix} \
60         BINDIR=$RPM_BUILD_ROOT%{_bindir} \
61         LIBDIR=$RPM_BUILD_ROOT%{_libdir}/X11/icewm \
62         ETCDIR=$RPM_BUILD_ROOT%{_sysconfdir}
63
64 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties
65
66 gzip -9nf README CHANGES TODO BUGS
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %files
72 %defattr(644,root,root,755)
73 %doc {README,CHANGES,TODO,BUGS}.gz doc/*.html
74 %attr(755,root,root) %{_bindir}/*
75 %dir %{_sysconfdir}
76 %{_libdir}/X11/icewm
77 %{_datadir}/gnome/wm-properties/*
This page took 0.037217 seconds and 3 git commands to generate.