]> git.pld-linux.org Git - packages/icewm.git/blob - icewm.spec
994f14657b9e4637dc589025a9e47d659ff442e7
[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(pl):      X11/Zarz±dcy Okien
9 Source:         http://download.sourceforge.net/icewm/%{name}-%{version}.src.tar.gz
10 Source1:        IceWM.desktop
11 URL:            http://icewm.sourceforge.net/
12 BuildRequires:  imlib-devel
13 BuildRequires:  libjpeg-devel
14 BuildRequires:  libpng-devel
15 BuildRequires:  libtiff-devel
16 BuildRequires:  libungif-devel
17 BuildRequires:  XFree86-devel
18 BuildRequires:  zlib-devel
19 BuildRoot:      /tmp/%{name}-%{version}-root
20
21 %define         _prefix         /usr/X11R6
22 %define         _sysconfdir     /etc/X11/icewm
23
24 %description
25 Window Manager for X Window System. Can emulate the look of Windows'95,
26 OS/2 Warp 3,4, Motif. Tries to take the best features of the above systems.
27 Features multiple workspaces, opaque move/resize, task bar, window list,
28 mailbox status, digital clock. Fast and small.
29
30 %description -l pl
31 Mened¿er okienek pod X11. Mo¿e emulowaæ wygl±d Windows'95, OS/2 Warp 3,4,
32 MWM. Mened¿er ten próbuje wybraæ najlepsze cechy dostêpne w powy¿szych
33 ¶rodowiskach, jak: wiele jednocze¶nie obecnych przestrzeni roboczych, paski
34 narzêdziowe, status skrzynki z poczt±, cyfrowy zegar. Jest przy tym ma³y i
35 szybki.
36
37 %prep
38 %setup -q
39
40 %build
41 LDFLAGS="-s"; export LDFLAGS
42 %configure \
43         --with-shape \
44         --with-sm \
45         --with-imlib \
46         --with-gnome \
47         --with-i18n
48
49 make PREFIX=/usr/X11R6 optimize="$RPM_OPT_FLAGS"
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
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.024378 seconds and 2 git commands to generate.