|
|
@@ -32,8 +32,8 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [REL]
|
|
|
Group: Filesystem
|
|
|
License: BSD
|
|
|
-Version: 4.63
|
|
|
-Release: 20020519
|
|
|
+Version: 4.64
|
|
|
+Release: 20020626
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/lsof_%{version}.tar.gz
|
|
|
@@ -60,9 +60,10 @@ AutoReqProv: no
|
|
|
*-freebsd* ) platform="freebsd" ;;
|
|
|
*-linux* ) platform="linux" ;;
|
|
|
*-solaris* ) platform="solaris" ;;
|
|
|
+ * ) echo "Platform %{l_target} not supported" 1>&2; exit 1 ;;
|
|
|
esac
|
|
|
./Configure -n $platform
|
|
|
- %{l_make} %{l_mflags -O}
|
|
|
+ %{l_make} %{l_mflags}
|
|
|
|
|
|
%install
|
|
|
rm -rf $RPM_BUILD_ROOT
|