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