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