OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 28-Oct-2004 12:51:05
Branch: HEAD Handle: 2004102811510400
Modified files:
openpkg-src/top top.spec
Removed files:
openpkg-src/top top.patch
Log:
first try, still more to be done
Summary:
Revision Changes Path
1.2 +0 -1050 openpkg-src/top/top.patch
1.10 +7 -8 openpkg-src/top/top.spec
____________________________________________________________________________
rm -f openpkg-src/top/top.patch <<'@@ .'
Index: openpkg-src/top/top.patch
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/top/top.spec
============================================================================
$ cvs diff -u -r1.9 -r1.10 top.spec
--- openpkg-src/top/top.spec 22 Oct 2004 12:40:31 -0000 1.9
+++ openpkg-src/top/top.spec 28 Oct 2004 10:51:04 -0000 1.10
@@ -24,8 +24,8 @@
##
# package version
-%define V_dist 3.5beta12.10
-%define V_opkg 3.5b12.10
+%define V_dist 3.6alpha8
+%define V_opkg 3.6alpha8
# package information
Name: top
@@ -38,11 +38,10 @@
Group: System
License: Freely Redistributable
Version: %{V_opkg}
-Release: 20041022
+Release: 20041028
# list of sources
Source0: ftp://ftp.groupsys.com/pub/top/top-%{V_dist}.tar.gz
-Patch0: top.patch
# build information
Prefix: %{l_prefix}
@@ -65,14 +64,14 @@
%prep
%setup -q -n top-%{V_dist}
- %patch -p0
%build
# configure program
case "%{l_platform -t}" in
- *-freebsd[45]* ) module="freebsd4" ;;
+ *-freebsd[45]* ) module="freebsd" ;;
*-linux2* ) module="linux" ;;
- *-sunos5* ) module="sunos57" ;;
+ *-sunos4* ) module="sunos4" ;;
+ *-sunos5* ) module="sunos5" ;;
* ) echo "platform \"%{l_platform -t}\" not supported" 1>&2; exit 1 ;;
esac
cdefs="%{l_cflags -O}"
@@ -102,7 +101,7 @@
echo "set cdefs = '$cdefs'"
echo "set ColourDef = 'yes'"
) >.defaults
- ./Configure </dev/null
+ ./configure </dev/null
# build program
%{l_make} %{l_mflags}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]