]> git.pld-linux.org Git - packages/fvwm.git/blame - fvwm.spec
almost raw
[packages/fvwm.git] / fvwm.spec
CommitLineData
594c48e1
JR
1Summary: An X Window System based window manager.
2Name: fvwm
3Version: 1.24r
4Release: 17
5Copyright: GPL
6Group: User Interface/Desktops
7Requires: fvwm2-icons
8Source0: sunsite.unc.edu:/pub/Linux/X11/window-managers/fvwm-1.24r.tar.gz
9Source1: fvwm-1.24r-system.fvwmrc
10Patch0: fvwm-1.24r-fsstnd.patch
11Patch1: fvwm-1.24r-imake.patch
12Patch2: fvwm-1.24r-security.patch
13Patch3: fvwm-1.24r-fvwmman.patch
14Buildroot: /var/tmp/fvwm-root
15
16%description
17FVWM (the F stands for whatever you want, but the VWM stands for
18Virtual Window Manager) is a window manager for the X Window System.
19FVWM was derived from the twm window manager. FVWM is designed to
20minimize memory consumption, to provide window frames with a 3D look, and
21to provide a simple virtual desktop. FVWM can be configured to look like
22Motif.
23
24Install the fvwm package if you'd like to use the FVWM window manager. If
25you install fvwm, you'll also need to install fvwm2-icons.
26
27%prep
28%setup
29%patch0 -p1 -b .fsstnd
30%patch1 -p1 -b .imake
31%patch2 -p1 -b .security
32%patch3 -p1 -b .fvwmman
33
34%build
35export PATH=$PATH:/usr/X11R6/bin
36xmkmf
37make Makefiles
38make
39
40%install
41rm -rf $RPM_BUILD_ROOT
42make install install.man DESTDIR=$RPM_BUILD_ROOT
43mkdir -p $RPM_BUILD_ROOT/etc/X11/fvwm/
44install $RPM_SOURCE_DIR/fvwm-1.24r-system.fvwmrc $RPM_BUILD_ROOT/etc/X11/fvwm/system.fvwmrc
45strip $RPM_BUILD_ROOT/usr/X11R6/bin/fvwm
46strip $RPM_BUILD_ROOT/usr/X11R6/lib/X11/fvwm/* || :
47
48%files
49/usr/X11R6/lib/X11/fvwm
50/usr/X11R6/bin/fvwm
51%dir /etc/X11/fvwm
52%config /etc/X11/fvwm/system.fvwmrc
53/usr/X11R6/man/*/*
54%doc sample.fvwmrc/*
55
56%clean
57rm -rf $RPM_BUILD_ROOT
This page took 0.058226 seconds and 4 git commands to generate.