OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 09-Oct-2006 08:24:25
Branch: HEAD Handle: 2006100907242500
Modified files:
openpkg-src/skill skill.spec
Log:
update URLs and upgrade (also use Config script)
Summary:
Revision Changes Path
1.23 +7 -14 openpkg-src/skill/skill.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/skill/skill.spec
============================================================================
$ cvs diff -u -r1.22 -r1.23 skill.spec
--- openpkg-src/skill/skill.spec 24 Sep 2006 12:29:09 -0000 1.22
+++ openpkg-src/skill/skill.spec 9 Oct 2006 06:24:25 -0000 1.23
@@ -25,18 +25,18 @@
# package information
Name: skill
Summary: Super-Kill
-URL: ftp://fast.cs.utah.edu/pub/skill/
+URL: http://surf.to/forys/software.html
Vendor: Jeff Forys
Packager: OpenPKG
Distribution: OpenPKG
Class: BASE
Group: ShellUtils
License: BSD
-Version: 4.1.2
-Release: 20060924
+Version: 4.1.3
+Release: 20061009
# list of sources
-Source0: ftp://fast.cs.utah.edu/pub/skill/skill-%{version}.tgz
+Source0: ftp://ftp.flux.utah.edu/pub/skill/skill-%{version}.tgz
# build information
Prefix: %{l_prefix}
@@ -57,7 +57,7 @@
%track
prog skill = {
version = %{version}
- url = ftp://fast.cs.utah.edu/pub/skill/
+ url = ftp://ftp.flux.utah.edu/pub/skill/
regex = skill-(__VER__)\.tgz
}
@@ -65,15 +65,8 @@
%setup -q
%build
- case "%{l_platform -t}" in
- *-freebsd* ) OSTYPE="nbsd-44"; COPTS=""; LIBS="" ;;
- *-netbsd* ) OSTYPE="nbsd-44"; COPTS=""; LIBS="" ;;
- *-linux* ) OSTYPE="linux-1"; COPTS=-O3; LIBS="-s"; ;;
- *-sunos* ) OSTYPE="sys-5r4"; COPTS="-DSYSV_REGEX"; LIBS="" ;;
- * ) echo "Platform %{l_platform -t} still not supported."
1>&2; exit 1 ;;
- esac
- %{l_make} %{l_mflags -O} \
- CC="%{l_cc}" OSTYPE="$OSTYPE" COPTS="$COPTS" LIBS="$LIBS"
+ ./Config
+ %{l_make} %{l_mflags -O} CC="%{l_cc}"
%install
rm -rf $RPM_BUILD_ROOT
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]