]> git.pld-linux.org Git - packages/icewm.git/blob - icewm.spec
c3dd7bf5da5b3fbb4257acfbf3aae5890d723028
[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.4
5 Release:        2
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:        ftp://download.sourceforge.net/pub/sourceforge/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 >= 1.0.8
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 %configure \
44         --with-shape \
45         --with-sm \
46         --with-imlib \
47         --with-gnome \
48         --with-i18n
49
50 %{__make} PREFIX=%{_prefix} optimize="$RPM_OPT_FLAGS"
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 install -d $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties
55
56 %{__make} install \
57         PREFIX=$RPM_BUILD_ROOT%{_prefix} \
58         BINDIR=$RPM_BUILD_ROOT%{_bindir} \
59         LIBDIR=$RPM_BUILD_ROOT%{_libdir}/X11/icewm \
60         ETCDIR=$RPM_BUILD_ROOT%{_sysconfdir}
61
62 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties
63
64 gzip -9nf README CHANGES TODO BUGS
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %files
70 %defattr(644,root,root,755)
71 %doc {README,CHANGES,TODO,BUGS}.gz doc/*.html
72 %attr(755,root,root) %{_bindir}/*
73 %dir %{_sysconfdir}
74 %{_libdir}/X11/icewm
75 %{_datadir}/gnome/wm-properties/*
This page took 0.048274 seconds and 3 git commands to generate.