From e5dc0754815dde9743067bbcb73e821bea8892e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Thu, 19 Aug 1999 20:07:25 +0000 Subject: [PATCH] almost raw Changed files: AnotherLevel.spec -> 1.1 --- AnotherLevel.spec | 54 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 AnotherLevel.spec diff --git a/AnotherLevel.spec b/AnotherLevel.spec new file mode 100644 index 0000000..cfe96ec --- /dev/null +++ b/AnotherLevel.spec @@ -0,0 +1,54 @@ +Summary: A customized configuration of the fvwm2 window manager. +Name: AnotherLevel +Version: 0.9 +Release: 1 +Copyright: distributable +Group: User Interface/Desktops +Source: AnotherLevel-0.9.tar.gz +Requires: m4, fvwm2, fvwm2-icons, wmconfig > 0.3, redhat-logos +BuildArchitectures: noarch +BuildRoot: /var/tmp/AnotherLevel-root +Obsoletes: TheNextLevel + +%description +AnotherLevel is a custom configuration of the popular fvwm2 +window manager. Fvwm stands for (?) virtual window manager. +You can fill in the blank for the 'f': fast, flexible, +friendly and fabulous all could apply. This window manager +is based on TheNextLevel desktop configuration, created +by Greg J. Badros, which won the 1996 Red Hat Desktop +Contest. + +AnotherLevel is designed to be easily configured by the +user. + +%prep +%setup -c -q + +%build +echo "No build necessary" + +%install +TOPDIR=$RPM_BUILD_ROOT make install +mkdir -p $RPM_BUILD_ROOT/etc/X11/TheNextLevel +ln -sf ../AnotherLevel/fvwm2rc.m4 \ + $RPM_BUILD_ROOT/etc/X11/TheNextLevel/.fvwm2rc.m4 + +mkdir -p $RPM_BUILD_ROOT/etc/X11/gdm/Sessions +install -m 755 AnotherLevel.session \ + $RPM_BUILD_ROOT/etc/X11/gdm/Sessions/AnotherLevel + +%files +%defattr(-,root,root) +%doc Sample.Xmodmap +%dir /etc/X11/AnotherLevel +%config /etc/X11/AnotherLevel/* +/etc/X11/TheNextLevel +/etc/X11/gdm/Sessions/AnotherLevel +/usr/share/icons/*.xpm +/usr/share/icons/mini/*.xpm +/usr/man/*/* +/usr/X11R6/bin/* + +%clean +rm -rf $RPM_BUILD_ROOT -- 2.44.0