OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 10-Aug-2002 12:23:52
Branch: HEAD Handle: 2002081011235100
Modified files:
openpkg-src/magicpoint magicpoint.spec
openpkg-web news.txt
Log:
finish packaging
Summary:
Revision Changes Path
1.16 +9 -5 openpkg-src/magicpoint/magicpoint.spec
1.1155 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/magicpoint/magicpoint.spec
============================================================
$ cvs diff -u -r1.15 -r1.16 magicpoint.spec
--- openpkg-src/magicpoint/magicpoint.spec 3 Jul 2002 06:15:43 -0000 1.15
+++ openpkg-src/magicpoint/magicpoint.spec 10 Aug 2002 10:23:51 -0000 1.16
@@ -29,11 +29,11 @@
URL: http://www.mew.org/mgp/
Vendor: WIDE Project
Packager: [EMAIL PROTECTED]
-Distribution: OpenPKG [DEV]
+Distribution: OpenPKG [EXP]
Group: Graphics
License: GPL
Version: 1.09a
-Release: 20020206
+Release: 20020810
# list of sources
Source0: ftp://ftp.mew.org/pub/mgp/magicpoint-%{version}.tar.gz
@@ -42,8 +42,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, flex, bison, make
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20020206, X11, flex, bison, make
+PreReq: OpenPKG, openpkg >= 20020206, X11
AutoReq: no
AutoReqProv: no
@@ -61,7 +61,11 @@
./configure \
--prefix=%{l_prefix} \
--disable-vflib \
- --disable-nls
+ --disable-nls \
+ --with-x \
+ --x-includes=`%{l_prefix}/etc/rc --query x11_incdir` \
+ --x-libraries=`%{l_prefix}/etc/rc --query x11_libdir`
+ PATH="`%{l_prefix}/etc/rc --query x11_bindir`:$PATH"
xmkmf -a
%{l_make} %{l_mflags}
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1154 -r1.1155 news.txt
--- openpkg-web/news.txt 10 Aug 2002 10:15:14 -0000 1.1154
+++ openpkg-web/news.txt 10 Aug 2002 10:23:51 -0000 1.1155
@@ -1,3 +1,4 @@
+10-Aug-2002: Upgraded package: P<magicpoint-1.09a-20020810>
10-Aug-2002: Upgraded package: P<gnutls-0.4.1-20020810>
10-Aug-2002: Upgraded package: P<glimpse-4.16.2-20020810>
10-Aug-2002: Upgraded package: P<dsh-0.0.17-20020810>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]