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