]> git.pld-linux.org Git - packages/AnotherLevel.git/blob - AnotherLevel.spec
- misc fixes and cleanups
[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 BuildRoot:      /tmp/%{name}-%{version}-root
10 Obsoletes:      TheNextLevel
11 BuildArchitectures: noarch
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 rm -rf $RPM_BUILD_ROOT
33 TOPDIR=$RPM_BUILD_ROOT make install
34 install -d $RPM_BUILD_ROOT/etc/X11/TheNextLevel
35 ln -sf ../AnotherLevel/fvwm2rc.m4 \
36         $RPM_BUILD_ROOT/etc/X11/TheNextLevel/.fvwm2rc.m4
37
38 install -d $RPM_BUILD_ROOT/etc/X11/gdm/Sessions
39 install AnotherLevel.session \
40         $RPM_BUILD_ROOT/etc/X11/gdm/Sessions/AnotherLevel
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc Sample.Xmodmap
48 %dir /etc/X11/AnotherLevel
49 %config /etc/X11/AnotherLevel/*
50 /etc/X11/TheNextLevel
51 %attr(755,root,root) /etc/X11/gdm/Sessions/AnotherLevel
52 /usr/share/icons/*.xpm
53 /usr/share/icons/mini/*.xpm
54 /usr/man/*/*
55 /usr/X11R6/bin/*
This page took 0.078088 seconds and 4 git commands to generate.