]> git.pld-linux.org Git - packages/AnotherLevel.git/blob - AnotherLevel.spec
- spec adapterized.
[packages/AnotherLevel.git] / AnotherLevel.spec
1 Summary:        A customized configuration of the fvwm2 window manager.
2 Name:           AnotherLevel
3 Version:        0.9
4 Release:        1
5 Copyright:      distributable
6 Group:          X11/Window Managers
7 Group(de):      X11/Fenstermanager
8 Group(pl):      X11/Zarz±dcy Okien
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 BuildArchitectures:     noarch
14
15 %define         _prefix /usr/X11R6
16 %define         _mandir /usr/X11R6/man
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 %descritpion -l pl
29 AnotherLevel jest u¿yteczn± konfiguracj± popularnego zarz±dcy
30 okien, jakim jest fvwm2. Fvwm oznacza (?) wirtualnego zarz±dcê
31 okien. Zamiast znaku zapytania mo¿na dopisaæ:szybki, elastyczny,
32 przyjazny i fantastyczny - wszystko to pasowa³oby do niego. Ten
33 zarz±dca okien bazuje na konfiguracji pulpitu w stylu TheNextLevel 
34 stworzonej przez Grega J. Bradosa, która wygra³a Red Hat Desktop
35 Contest w 1996 roku.
36
37 %prep
38 %setup -c -q
39
40 %build
41 echo "No build necessary"
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install TOPDIR=$RPM_BUILD_ROOT \
47         ICONDIR=%{_datadir}/icons \
48         MANDIR=%{_mandir}/man1
49
50 install -d $RPM_BUILD_ROOT%{_sysconfdir}/X11/TheNextLevel
51 ln -sf ../AnotherLevel/fvwm2rc.m4 \
52 $RPM_BUILD_ROOT%{_sysconfdir}/X11/TheNextLevel/.fvwm2rc.m4
53
54 install -d $RPM_BUILD_ROOT%{_sysconfdir}/X11/gdm/Sessions
55 install AnotherLevel.session \
56 $RPM_BUILD_ROOT%{_sysconfdir}/X11/gdm/Sessions/AnotherLevel
57
58 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/*
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc Sample.Xmodmap
66 %dir %{_sysconfdir}/X11/AnotherLevel
67 %config %{_sysconfdir}/X11/AnotherLevel/*
68 %{_sysconfdir}/X11/TheNextLevel
69 %attr(755,root,root) %{_sysconfdir}/X11/gdm/Sessions/AnotherLevel
70 %{_datadir}/icons/*.xpm
71 %{_datadir}/icons/mini/*.xpm
72 %{_mandir}/man1/*
73 %attr(755,root,root) %{_bindir}/*
This page took 0.26647 seconds and 4 git commands to generate.