]> git.pld-linux.org Git - packages/failsafewm.git/blob - failsafewm.spec
- removed __cxx subst - no C++ used
[packages/failsafewm.git] / failsafewm.spec
1 Summary:        Window manager for REAL minimalists
2 Summary(pl):    Menad¿er okien dla prawdziwych minimalistów
3 Name:           failsafewm
4 Version:        0.0.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Window Managers
8 Source0:        http://www.small-window-manager.de/%{name}-%{version}.tgz
9 URL:            http://www.small-window-manager.de/
10 BuildRequires:  XFree86-devel
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %define         _prefix         /usr/X11R6
14 %define         _mandir         %{_prefix}/man
15 %define         _sysconfdir     /etc/X11/%{name}
16
17 %description
18 failsafewm is at a very early development stage... It is just
19 something for REAL minimalists.
20
21 Usage:
22
23 Alt-Tab: cycles windows
24 Alt-F2 : window under mouse can be moved until a mouse button is pressed.
25 Alt-F3 : window under mouse can be resized until a mouse button is pressed.
26 Alt-F4 : does currently nothing.
27 Alt-F5 : raise window under mouse cursor
28
29 failsafewm may be still instable.
30
31 %description -l pl
32 failsafewm jest na pocz±tkowym etapie rozwoju. Co¶ dla prawdziwych
33 minimalistów.
34
35 U¿ycie:
36
37 Alt-Tab: zmienia cyklicznie okna.
38 Alt-F2 : przesuwa okno znajduj±ce siê pod kursorem myszy do momentu
39          naci¶niêcia przycisku myszy.
40 Alt-F3 : zmienia rozmiary okna do momentu naci¶niêcia przycisku myszy.
41 Alt-F4 : na razie nie robi nic.
42 Alt-F5 : uaktywnia okno pod kursorem.
43
44 failsafewm mo¿e nie dzia³aæ najlepiej.
45
46 %prep
47 %setup -q -n failsafewm
48
49 %build
50 %{__make} CFLAGS="%{rpmcflags} %{rpmldflags}"
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 install -d $RPM_BUILD_ROOT%{_bindir}
55
56 install failsafewm $RPM_BUILD_ROOT%{_bindir}
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc AUTHORS
64 %attr(755,root,root) %{_bindir}/*
This page took 0.10816 seconds and 4 git commands to generate.