|
|
@@ -24,8 +24,8 @@
|
|
|
##
|
|
|
|
|
|
# package version
|
|
|
-%define V_dist 3.6alpha9
|
|
|
-%define V_opkg 3.6alpha9
|
|
|
+%define V_dist 3.6alpha10pre
|
|
|
+%define V_opkg 3.6alpha10pre
|
|
|
|
|
|
# package information
|
|
|
Name: top
|
|
|
@@ -38,7 +38,7 @@ Class: EVAL
|
|
|
Group: System
|
|
|
License: Freely Redistributable
|
|
|
Version: %{V_opkg}
|
|
|
-Release: 20041129
|
|
|
+Release: 20050126
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.groupsys.com/pub/top/top-%{V_dist}.tar.gz
|
|
|
@@ -57,13 +57,14 @@ AutoReqProv: no
|
|
|
|
|
|
%track
|
|
|
prog top = {
|
|
|
+ comment = "tho:26.01.05: No support for FreBSD 5, but for others. Update anyway."
|
|
|
version = %{V_dist}
|
|
|
url = ftp://ftp.groupsys.com/pub/top/
|
|
|
regex = top-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
|
|
|
%prep
|
|
|
- %setup -q -n top-%{V_dist}
|
|
|
+ %setup -q -n top-3.6alpha10
|
|
|
|
|
|
%build
|
|
|
# configure program
|