]> git.pld-linux.org Git - packages/selectwm.git/blob - selectwm.spec
c4111d915932445b12c2eed73080780a63726452
[packages/selectwm.git] / selectwm.spec
1 Summary:        selectwm, select a window manager at X startup
2 Summary(pl.UTF-8):      selectwm - wybór zarządcy okien przy starcie X
3 Name:           selectwm
4 Version:        0.4.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ordiluc.net/selectwm/%{name}-%{version}.tar.bz2
9 # Source0-md5:  160199961c552922b5880ebf7e201c3c
10 Patch0:         %{name}-am_fixes.patch
11 URL:            http://ordiluc.net/selectwm/
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
15 BuildRequires:  glib2-devel >= 2.0.0
16 BuildRequires:  gtk+2-devel >= 1:2.0.0
17 BuildRequires:  pkgconfig
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 selectwm is a simple but robust program that will let you pick a
22 window manager (or other executable) to run at X startup, and
23 optionally after a window manager exits. It uses the GTK+ toolkit, and
24 includes options like a timer to start the default window manager, and
25 modification of the window manager list from within selectwm.
26
27 %description -l pl.UTF-8
28 selectwm to prosty, ale użyteczny program, który pozwala wybrać
29 zarządcę okien (lub inny program) do uruchomienia przy starcie X oraz
30 opcjonalnie po zakończeniu działania zarządcy okien. Używa biblioteki
31 narzędziowej GTK+ i ma takie opcje, jak czas po którym uruchamia
32 domyślnego zarządcę okien oraz modyfikowanie listy zarządców okien z
33 programu.
34
35 %prep
36 %setup -q
37 %patch0 -p0
38
39 %build
40 %{__gettextize}
41 %{__aclocal}
42 %{__autoconf}
43 %{__autoheader}
44 %{__automake}
45 %configure
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 %find_lang %{name}
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files -f %{name}.lang
60 %defattr(644,root,root,755)
61 %doc AUTHORS README
62 %attr(755,root,root) %{_bindir}/selectwm
63 %{_mandir}/man1/*
This page took 0.074845 seconds and 2 git commands to generate.