Просмотр исходного кода

upgrading package: lsof 4.63 -> 4.64

Ralf S. Engelschall 24 лет назад
Родитель
Сommit
2a49deb6f7
1 измененных файлов с 4 добавлено и 3 удалено
  1. 4 3
      lsof/lsof.spec

+ 4 - 3
lsof/lsof.spec

@@ -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