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