]> git.pld-linux.org Git - packages/9wm.git/blob - 9wm.spec
- definitions of prefix and mandir came back
[packages/9wm.git] / 9wm.spec
1 Summary:        An X window manager resembling the Plan 9 (8-1/2) interface
2 Summary(pl):    Zarz±dca okien emuluj±cy interfejs Plan 9 (8-1/2)
3 Name:           9wm
4 Version:        1.2
5 Release:        3
6 License:        distributable
7 Group:          X11/Window Managers
8 Source0:        http://www.plig.org/xwinman/archive/9wm/pre-%{name}-%{version}.shar.gz
9 Source1:        %{name}.desktop
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11 BuildRequires:  XFree86-devel
12
13 %define   _prefix /usr/X11R6
14 %define   _mandir /usr/X11R6/man
15 %define         _wmpropsdir     /usr/share/wm-properties
16
17 %description
18 9wm emulates the Plan 9 window manager 8-1/2. 9wm is designed to be
19 small and fast. The interface is easy to use, icon-less and
20 click-to-type.
21
22 %description -l pl
23 9wm emuluje zarz±dcê okien 8-1/2 z Plan 9. 9wm zosta³ zaprojektowany
24 tak, aby by³ ma³y i szybki. Interfejs jest ³atwy w u¿yciu i pozbawiony
25 ikon.
26
27 %prep
28 %setup -q -c -T
29 zcat %{SOURCE0} | sh
30
31 %build
32 xmkmf -a
33 %{__make} CDEBUGFLAGS="%{rpmcflags}"
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{_wmpropsdir}
38 %{__make} install install.man DESTDIR=$RPM_BUILD_ROOT
39 install %{SOURCE1} $RPM_BUILD_ROOT%{_wmpropsdir}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc README
47 %attr(755,root,root) %{_bindir}/9wm
48 %{_mandir}/*/*
49 %{_wmpropsdir}/*
This page took 0.048456 seconds and 3 git commands to generate.