]> git.pld-linux.org Git - packages/AnotherLevel.git/blob - AnotherLevel.spec
almost raw
[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: User Interface/Desktops
7 Source: AnotherLevel-0.9.tar.gz
8 Requires: m4, fvwm2, fvwm2-icons, wmconfig > 0.3, redhat-logos
9 BuildArchitectures: noarch
10 BuildRoot: /var/tmp/AnotherLevel-root
11 Obsoletes: TheNextLevel
12
13 %description 
14 AnotherLevel is a custom configuration of the popular fvwm2
15 window manager. Fvwm stands for (?) virtual window manager.
16 You can fill in the blank for the 'f': fast, flexible, 
17 friendly and fabulous all could apply. This window manager
18 is based on TheNextLevel desktop configuration, created
19 by Greg J. Badros, which won the 1996 Red Hat Desktop 
20 Contest.
21
22 AnotherLevel is designed to be easily configured by the 
23 user.
24
25 %prep
26 %setup -c -q
27
28 %build
29 echo "No build necessary"
30
31 %install
32 TOPDIR=$RPM_BUILD_ROOT make install
33 mkdir -p $RPM_BUILD_ROOT/etc/X11/TheNextLevel
34 ln -sf ../AnotherLevel/fvwm2rc.m4 \
35         $RPM_BUILD_ROOT/etc/X11/TheNextLevel/.fvwm2rc.m4
36
37 mkdir -p $RPM_BUILD_ROOT/etc/X11/gdm/Sessions
38 install -m 755 AnotherLevel.session \
39         $RPM_BUILD_ROOT/etc/X11/gdm/Sessions/AnotherLevel
40
41 %files
42 %defattr(-,root,root)
43 %doc Sample.Xmodmap
44 %dir /etc/X11/AnotherLevel
45 %config /etc/X11/AnotherLevel/*
46 /etc/X11/TheNextLevel
47 /etc/X11/gdm/Sessions/AnotherLevel
48 /usr/share/icons/*.xpm
49 /usr/share/icons/mini/*.xpm
50 /usr/man/*/*
51 /usr/X11R6/bin/*
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
This page took 0.071144 seconds and 4 git commands to generate.