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