]> git.pld-linux.org Git - packages/icewm.git/blob - icewm.spec
- updated to 1.0.1,
[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.1
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 BuildRoot:      /tmp/%{name}-%{version}-root
19
20 %define         _prefix         /usr/X11R6
21 %define         _sysconfdir     /etc/X11/icewm
22
23 %description
24 Window Manager for X Window System. Can emulate the look of Windows'95,
25 OS/2 Warp 3,4, Motif. Tries to take the best features of the above systems.
26 Features multiple workspaces, opaque move/resize, task bar, window list,
27 mailbox status, digital clock. Fast and small.
28
29 %description -l pl
30 Mened¿er okienek pod X11. Mo¿e emulowaæ wygl±d Windows'95, OS/2 Warp 3,4,
31 MWM. Mened¿er ten próbije wybraæ najjleprze cechy dostêpne w powy¿szych
32 ¶rodowiskach jak wiele jednocze¶nie obecnych przestrzeni roboczych, paski
33 narzêdziowe, status skrzynki z poczt±, cyfrowy zegar. Jest tak¿e ma³y i
34 szybki przy tym.
35
36 %prep
37 %setup -q
38
39 %build
40 LDFLAGS="-s"; export LDFLAGS
41 %configure \
42         --with-shape \
43         --with-sm \
44         --with-imlib \
45         --with-gnome \
46         --with-i18n
47
48 make PREFIX=/usr/X11R6 optimize="$RPM_OPT_FLAGS"
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 install -d $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties
54
55 make install \
56         PREFIX=$RPM_BUILD_ROOT%{_prefix} \
57         BINDIR=$RPM_BUILD_ROOT%{_bindir} \
58         LIBDIR=$RPM_BUILD_ROOT%{_libdir}/X11/icewm \
59         ETCDIR=$RPM_BUILD_ROOT%{_sysconfdir}
60
61 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties
62
63 gzip -9nf README CHANGES TODO BUGS
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644,root,root,755)
70 %doc {README,CHANGES,TODO,BUGS}.gz doc/*.html
71 %attr(755,root,root) %{_bindir}/*
72 %dir %{_sysconfdir}
73 %{_libdir}/X11/icewm
74 %{_datadir}/gnome/wm-properties/*
This page took 0.040803 seconds and 4 git commands to generate.