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