]> git.pld-linux.org Git - packages/AnotherLevel.git/blob - AnotherLevel.spec
- pl summary, typos etc.
[packages/AnotherLevel.git] / AnotherLevel.spec
1 Summary:        A customized configuration of the fvwm2 window manager
2 Summary(pl):    U¿yteczna konfiguracja zarz±dcy okien fvwm2
3 Name:           AnotherLevel
4 Version:        0.9
5 Release:        1
6 License:        distributable
7 Group:          X11/Window Managers
8 Group(de):      X11/Fenstermanager
9 Group(pl):      X11/Zarz±dcy Okien
10 Source0:        %{name}-%{version}.tar.gz
11 Requires:       m4, fvwm2, fvwm2-icons, wmconfig > 0.3
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13 Obsoletes:      TheNextLevel
14 BuildArch:      noarch
15
16 %define         _prefix         /usr/X11R6
17 %define         _mandir         /usr/X11R6/man
18
19 %description 
20 AnotherLevel is a custom configuration of the popular fvwm2 window
21 manager. Fvwm stands for (?) virtual window manager. You can fill in
22 the blank for the 'f': fast, flexible, friendly and fabulous all could
23 apply. This window manager is based on TheNextLevel desktop
24 configuration, created by Greg J. Badros, which won the 1996 Red Hat
25 Desktop Contest.
26
27 AnotherLevel is designed to be easily configured by the user.
28
29 %description -l pl
30 AnotherLevel jest u¿yteczn± konfiguracj± popularnego zarz±dcy okien,
31 jakim jest fvwm2. Fvwm oznacza (?) wirtualnego zarz±dcê okien. Zamiast
32 znaku zapytania mo¿na dopisaæ: szybki, elastyczny, przyjazny i
33 fantastyczny - wszystko to pasowa³oby do niego. Ten zarz±dca okien
34 bazuje na konfiguracji pulpitu w stylu TheNextLevel stworzonej przez
35 Grega J. Bradosa, która wygra³a Red Hat Desktop Contest w 1996 roku.
36
37 %prep
38 %setup -c -q
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install TOPDIR=$RPM_BUILD_ROOT \
44         ICONDIR=%{_datadir}/icons \
45         MANDIR=%{_mandir}/man1
46
47 install -d $RPM_BUILD_ROOT%{_sysconfdir}/X11/TheNextLevel
48 ln -sf ../AnotherLevel/fvwm2rc.m4 \
49         $RPM_BUILD_ROOT%{_sysconfdir}/X11/TheNextLevel/.fvwm2rc.m4
50
51 install -d $RPM_BUILD_ROOT%{_sysconfdir}/X11/gdm/Sessions
52 install AnotherLevel.session \
53         $RPM_BUILD_ROOT%{_sysconfdir}/X11/gdm/Sessions/AnotherLevel
54
55 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/*
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc Sample.Xmodmap
63 %dir %{_sysconfdir}/X11/AnotherLevel
64 %config %{_sysconfdir}/X11/AnotherLevel/*
65 %{_sysconfdir}/X11/TheNextLevel
66 %attr(755,root,root) %{_sysconfdir}/X11/gdm/Sessions/AnotherLevel
67 %{_datadir}/icons/*.xpm
68 %{_datadir}/icons/mini/*.xpm
69 %{_mandir}/man1/*
70 %attr(755,root,root) %{_bindir}/*
This page took 0.062578 seconds and 4 git commands to generate.