]> git.pld-linux.org Git - packages/failsafewm.git/blob - failsafewm.spec
- fixed format of descriptions
[packages/failsafewm.git] / failsafewm.spec
1 Summary:        Window manager for REAL minimalists
2 Summary(pl):    Menad¿er okien 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 %define         _gcc_ver        %(%{__cc} -dumpversion | cut -b 1)
18 %if %{_gcc_ver} == 2
19 %define         __cxx           "%{__cc}"
20 %endif
21
22 %description
23 failsafewm is at a very early development stage... It is just
24 something for REAL minimalists.
25
26 Usage:
27
28 Alt-Tab: cycles windows
29 Alt-F2 : window under mouse can be moved until a mouse button is pressed.
30 Alt-F3 : window under mouse can be resized until a mouse button is pressed.
31 Alt-F4 : does currently nothing.
32 Alt-F5 : raise window under mouse cursor
33
34 failsafewm may be still instable.
35
36 %description -l pl
37 failsafewm jest na pocz±tkowym etapie rozwoju. Co¶ dla prawdziwych
38 minimalistów.
39
40 U¿ycie:
41
42 Alt-Tab: zmienia cyklicznie okna.
43 Alt-F2 : przesuwa okno znajduj±ce siê pod kursorem myszy do momentu
44          naci¶niêcia przycisku myszy.
45 Alt-F3 : zmienia rozmiary okna do momentu naci¶niêcia przycisku myszy.
46 Alt-F4 : na razie nie robi nic.
47 Alt-F5 : uaktywnia okno pod kursorem.
48
49 failsafewm mo¿e nie dzia³aæ najlepiej.
50
51 %prep
52 %setup -q -n failsafewm
53
54 %build
55 %{__make} CFLAGS="%{rpmcflags} %{rpmldflags}"
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59 install -d $RPM_BUILD_ROOT%{_bindir}
60
61 install failsafewm $RPM_BUILD_ROOT%{_bindir}
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %doc AUTHORS
69 %attr(755,root,root) %{_bindir}/*
This page took 0.414693 seconds and 4 git commands to generate.