]> git.pld-linux.org Git - packages/AnotherLevel.git/commitdiff
almost raw
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 19 Aug 1999 20:07:25 +0000 (20:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    AnotherLevel.spec -> 1.1

AnotherLevel.spec [new file with mode: 0644]

diff --git a/AnotherLevel.spec b/AnotherLevel.spec
new file mode 100644 (file)
index 0000000..cfe96ec
--- /dev/null
@@ -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
This page took 0.070053 seconds and 4 git commands to generate.