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