]> git.pld-linux.org Git - packages/failsafewm.git/blob - failsafewm.spec
- adaptarized
[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 Alt-F2 : window under mouse can be moved until
29 a mouse button is pressed. Alt-F3 : window under mouse can be resized
30 until a mouse button is pressed. Alt-F4 : does currently nothing.
31 Alt-F5 : raise window under mouse cursor
32
33 failsafewm may be still instable.
34
35 %description -l pl
36 failsafewm jest na pocz±tkowym etapie rozwoju. Co¶ dla prawdziwych
37 minimalistów.
38
39 U¿ycie:
40
41 Alt-Tab: zmienia cyklicznie okna. Alt-F2 : przesuwa okno znajduj±ce
42 siê pod kursorem myszy do momentu naci¶niêcia przycisku myszy. Alt-F3
43 : zmienia rozmiary okna do momentu naci¶niêcia przycisku myszy. Alt-F4
44 : na razie nie robi nic. Alt-F5 : uaktywnia okno pod kursorem.
45
46 failsafewm mo¿e nie dzia³aæ najlepiej.
47
48 %prep
49 %setup -q -n failsafewm
50
51 %build
52 %{__make} CFLAGS="%{rpmcflags} %{rpmldflags}"
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 install -d $RPM_BUILD_ROOT%{_bindir}
57
58 install failsafewm $RPM_BUILD_ROOT%{_bindir}
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc AUTHORS
66 %attr(755,root,root) %{_bindir}/*
This page took 0.045125 seconds and 4 git commands to generate.