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

fvwm.spec [new file with mode: 0644]

diff --git a/fvwm.spec b/fvwm.spec
new file mode 100644 (file)
index 0000000..79ef9f0
--- /dev/null
+++ b/fvwm.spec
@@ -0,0 +1,57 @@
+Summary: An X Window System based window manager.
+Name: fvwm
+Version: 1.24r
+Release: 17
+Copyright: GPL
+Group: User Interface/Desktops
+Requires: fvwm2-icons
+Source0: sunsite.unc.edu:/pub/Linux/X11/window-managers/fvwm-1.24r.tar.gz
+Source1: fvwm-1.24r-system.fvwmrc
+Patch0: fvwm-1.24r-fsstnd.patch
+Patch1: fvwm-1.24r-imake.patch
+Patch2: fvwm-1.24r-security.patch
+Patch3: fvwm-1.24r-fvwmman.patch
+Buildroot: /var/tmp/fvwm-root
+
+%description
+FVWM (the F stands for whatever you want, but the VWM stands for
+Virtual Window Manager) is a window manager for the X Window System. 
+FVWM was derived from the twm window manager.  FVWM is designed to
+minimize memory consumption, to provide window frames with a 3D look, and
+to provide a simple virtual desktop.  FVWM can be configured to look like
+Motif.
+
+Install the fvwm package if you'd like to use the FVWM window manager.  If
+you install fvwm, you'll also need to install fvwm2-icons.
+
+%prep
+%setup
+%patch0 -p1 -b .fsstnd
+%patch1 -p1 -b .imake
+%patch2 -p1 -b .security
+%patch3 -p1 -b .fvwmman
+
+%build
+export PATH=$PATH:/usr/X11R6/bin
+xmkmf
+make Makefiles
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install install.man DESTDIR=$RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT/etc/X11/fvwm/
+install $RPM_SOURCE_DIR/fvwm-1.24r-system.fvwmrc $RPM_BUILD_ROOT/etc/X11/fvwm/system.fvwmrc
+strip $RPM_BUILD_ROOT/usr/X11R6/bin/fvwm
+strip $RPM_BUILD_ROOT/usr/X11R6/lib/X11/fvwm/* || :
+
+%files
+/usr/X11R6/lib/X11/fvwm
+/usr/X11R6/bin/fvwm
+%dir /etc/X11/fvwm
+%config /etc/X11/fvwm/system.fvwmrc
+/usr/X11R6/man/*/*
+%doc sample.fvwmrc/*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
This page took 0.063988 seconds and 4 git commands to generate.