OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 08-Oct-2003 12:22:42
Branch: HEAD Handle: 2003100811223903
Added files:
openpkg-re/vcheck vc.fvwm
openpkg-src/fvwm fvwm.spec
Modified files:
openpkg-web news.txt
Log:
new package: fvwm 2.4.16 (Classic Virtual Desktop Window Manager)
Summary:
Revision Changes Path
1.1 +9 -0 openpkg-re/vcheck/vc.fvwm
1.1 +101 -0 openpkg-src/fvwm/fvwm.spec
1.6920 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.fvwm
============================================================================
$ cvs diff -u -r0 -r1.1 vc.fvwm
--- /dev/null 2003-10-08 12:22:40.000000000 +0200
+++ vc.fvwm 2003-10-08 12:22:40.000000000 +0200
@@ -0,0 +1,9 @@
+config = {
+}
+
+prog fvwm = {
+ version = 2.4.16
+ url = ftp://ftp.fvwm.org/pub/fvwm/version-2/
+ regex = fvwm-(2\.4\.\d+)\.tar\.gz
+}
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/fvwm/fvwm.spec
============================================================================
$ cvs diff -u -r0 -r1.1 fvwm.spec
--- /dev/null 2003-10-08 12:22:42.000000000 +0200
+++ fvwm.spec 2003-10-08 12:22:42.000000000 +0200
@@ -0,0 +1,101 @@
+##
+## fvwm.spec -- OpenPKG RPM Specification
+## Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
+## Copyright (c) 2000-2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
+## Copyright (c) 2000-2003 Cable & Wireless <http://www.cw.com/>
+##
+## Permission to use, copy, modify, and distribute this software for
+## any purpose with or without fee is hereby granted, provided that
+## the above copyright notice and this permission notice appear in all
+## copies.
+##
+## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+## SUCH DAMAGE.
+##
+
+# package information
+Name: fvwm
+Summary: Classic Virtual Desktop Window Manager
+URL: http://www.fvwm.org/
+Vendor: Dan Espen
+Packager: The OpenPKG Project
+Distribution: OpenPKG [EVAL]
+Group: XWindow
+License: GPL
+Version: 2.4.16
+Release: 20031008
+
+# list of sources
+Source0: ftp://ftp.fvwm.org/pub/fvwm/version-2/fvwm-%{version}.tar.bz2
+
+# build information
+Prefix: %{l_prefix}
+BuildRoot: %{l_buildroot}
+BuildPreReq: OpenPKG, openpkg >= 20030103, X11, glib, gtk, xpm, gcc
+PreReq: OpenPKG, openpkg >= 20030103, X11, glib, gtk, xpm
+AutoReq: no
+AutoReqProv: no
+
+%description
+ A window manager supporting a very large virtual desktop. It has a
+ small memory footprint and is extremely customizable.
+
+%prep
+ %setup -q
+
+%build
+ # configure program
+ %{l_shtool} subst \
+ -e 's;\(FVWM_MODULESUBDIR=/\${PACKAGE}\)/${VERSION};\1;' \
+ configure
+ x11_bindir=`%{l_prefix}/etc/rc --query x11_bindir`
+ x11_incdir=`%{l_prefix}/etc/rc --query x11_incdir`
+ x11_libdir=`%{l_prefix}/etc/rc --query x11_libdir`
+ PATH=${x11_bindir}:${PATH}
+ CC="%{l_cc}" \
+ CFLAGS="%{l_cflags -O} -I$x11_incdir" \
+ CPPFLAGS="%{l_cppflags} -I$x11_incdir" \
+ LDFLAGS="%{l_ldflags} -L$x11_libdir" \
+ ./configure \
+ --prefix=%{l_prefix} \
+ --x-includes=${x11_incdir} \
+ --x-libraries=${x11_libdir} \
+ --disable-xinerama \
+ --with-x \
+ --with-xpm \
+ --with-gtk \
+ --without-gnome \
+ --disable-gnome-hints \
+ --with-imlib-prefix=/dev/null \
+ --without-rplay-library \
+ --without-stroke-library
+
+ # build program
+ %{l_make} %{l_mflags -O}
+
+%install
+ # install program
+ rm -rf $RPM_BUILD_ROOT
+ %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
+
+ # strip down installation
+ strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
+
+ # determine installation files
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
+
+%files -f files
+
+%clean
+ rm -rf $RPM_BUILD_ROOT
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6919 -r1.6920 news.txt
--- openpkg-web/news.txt 8 Oct 2003 10:06:46 -0000 1.6919
+++ openpkg-web/news.txt 8 Oct 2003 10:22:40 -0000 1.6920
@@ -1,3 +1,4 @@
+08-Oct-2003: New package: P<fvwm-2.4.16-20031008>
08-Oct-2003: Upgraded package: P<openpkg-20031008-20031008>
08-Oct-2003: Upgraded package: P<perl-util-20031008-20031008>
08-Oct-2003: Upgraded package: P<gdb-6.0-20031008>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]