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