]> git.pld-linux.org Git - packages/AnotherLevel.git/blob - AnotherLevel.spec
- added using %%{__make} macro.
[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(pl):      X11/Zarz±dcy Okien
8 Source0:        AnotherLevel-0.9.tar.gz
9 Requires:       m4, fvwm2, fvwm2-icons, wmconfig > 0.3
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11 Obsoletes:      TheNextLevel
12 BuildArchitectures:     noarch
13
14 %define         _prefix /usr/X11R6
15 %define         _mandir /usr/X11R6/man
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 %descritpion -l pl
28 AnotherLevel jest u¿yteczn± konfiguracj± popularnego zarz±dcy
29 okien, jakim jest fvwm2. Fvwm oznacza (?) wirtualnego zarz±dcê
30 okien. Zamiast znaku zapytania mo¿na dopisaæ:szybki, elastyczny,
31 przyjazny i fantastyczny - wszystko to pasowa³oby do niego. Ten
32 zarz±dca okien bazuje na konfiguracji pulpitu w stylu TheNextLevel 
33 stworzonej przez Grega J. Bradosa, która wygra³a Red Hat Desktop
34 Contest w 1996 roku.
35
36 %prep
37 %setup -c -q
38
39 %build
40 echo "No build necessary"
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 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/*
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc Sample.Xmodmap
65 %dir %{_sysconfdir}/X11/AnotherLevel
66 %config %{_sysconfdir}/X11/AnotherLevel/*
67 %{_sysconfdir}/X11/TheNextLevel
68 %attr(755,root,root) %{_sysconfdir}/X11/gdm/Sessions/AnotherLevel
69 %{_datadir}/icons/*.xpm
70 %{_datadir}/icons/mini/*.xpm
71 %{_mandir}/man1/*
72 %attr(755,root,root) %{_bindir}/*
This page took 0.061598 seconds and 4 git commands to generate.