]> git.pld-linux.org Git - packages/fvwm.git/blame - fvwm.spec
- misc fixes and cleanups
[packages/fvwm.git] / fvwm.spec
CommitLineData
b34d70e6
JR
1Summary: An X Window System based window manager.
2Name: fvwm
3Version: 1.24r
4Release: 18
5Copyright: GPL
6Group: User Interface/Desktops
7Requires: fvwm2-icons
8Source0: ftp://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: /tmp/%{name}-%{version}-root
15
16%define _prefix /usr/X11R6
17%define _mandir /usr/X11R6/man
594c48e1
JR
18
19%description
20FVWM (the F stands for whatever you want, but the VWM stands for
21Virtual Window Manager) is a window manager for the X Window System.
22FVWM was derived from the twm window manager. FVWM is designed to
23minimize memory consumption, to provide window frames with a 3D look, and
24to provide a simple virtual desktop. FVWM can be configured to look like
25Motif.
26
27Install the fvwm package if you'd like to use the FVWM window manager. If
28you install fvwm, you'll also need to install fvwm2-icons.
29
30%prep
b34d70e6
JR
31%setup -q
32%patch0 -p1
33%patch1 -p1
34%patch2 -p1
35%patch3 -p1
594c48e1
JR
36
37%build
38export PATH=$PATH:/usr/X11R6/bin
39xmkmf
40make Makefiles
41make
42
43%install
44rm -rf $RPM_BUILD_ROOT
b34d70e6
JR
45install -d $RPM_BUILD_ROOT/etc/X11/fvwm/
46
594c48e1 47make install install.man DESTDIR=$RPM_BUILD_ROOT
594c48e1 48install $RPM_SOURCE_DIR/fvwm-1.24r-system.fvwmrc $RPM_BUILD_ROOT/etc/X11/fvwm/system.fvwmrc
b34d70e6
JR
49strip --strip-unneeded $RPM_BUILD_ROOT%{_bindir}/fvwm \
50 $RPM_BUILD_ROOT%{_libdir}/X11/fvwm/* || :
594c48e1 51
b34d70e6 52gzip -9nf $RPM_BUILD_ROOT%{_mandir}/*/*
594c48e1
JR
53
54%clean
55rm -rf $RPM_BUILD_ROOT
b34d70e6
JR
56
57%files
58%doc sample.fvwmrc/*
59%dir /etc/X11/fvwm
60%config /etc/X11/fvwm/system.fvwmrc
61%{_libdir}/X11/fvwm
62%{_bindir}/fvwm
63%{_mandir}/*/*
This page took 0.040983 seconds and 4 git commands to generate.