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