]> git.pld-linux.org Git - packages/AnotherLevel.git/blob - AnotherLevel.spec
- macros
[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 Source:         AnotherLevel-0.9.tar.gz
9 Requires:       m4, fvwm2, fvwm2-icons, wmconfig > 0.3
10 BuildRoot:      /tmp/%{name}-%{version}-root
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
19 window manager. Fvwm stands for (?) virtual window manager.
20 You can fill in the blank for the 'f': fast, flexible, 
21 friendly and fabulous all could apply. This window manager
22 is based on TheNextLevel desktop configuration, created
23 by Greg J. Badros, which won the 1996 Red Hat Desktop 
24 Contest.
25
26 AnotherLevel is designed to be easily configured by the 
27 user.
28
29 %prep
30 %setup -c -q
31
32 %build
33 echo "No build necessary"
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 make install TOPDIR=$RPM_BUILD_ROOT \
39         ICONDIR=%{_datadir}/icons \
40         MANDIR=%{_mandir}/man1
41
42 install -d $RPM_BUILD_ROOT/etc/X11/TheNextLevel
43 ln -sf ../AnotherLevel/fvwm2rc.m4 \
44         $RPM_BUILD_ROOT/etc/X11/TheNextLevel/.fvwm2rc.m4
45
46 install -d $RPM_BUILD_ROOT/etc/X11/gdm/Sessions
47 install AnotherLevel.session \
48         $RPM_BUILD_ROOT/etc/X11/gdm/Sessions/AnotherLevel
49
50 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/*
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc Sample.Xmodmap
58 %dir /etc/X11/AnotherLevel
59 %config /etc/X11/AnotherLevel/*
60 /etc/X11/TheNextLevel
61 %attr(755,root,root) /etc/X11/gdm/Sessions/AnotherLevel
62 %{_datadir}/icons/*.xpm
63 %{_datadir}/icons/mini/*.xpm
64 %{_mandir}/man1/*
65 %attr(755,root,root) %{_bindir}/*
This page took 0.075485 seconds and 4 git commands to generate.