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