Browse Source

upgrade to 3.0.0b1 and fix substitutions

Ralf S. Engelschall 24 years ago
parent
commit
f8fc1d28ad
1 changed files with 3 additions and 3 deletions
  1. 3 3
      nntpcache/nntpcache.spec

+ 3 - 3
nntpcache/nntpcache.spec

@@ -32,8 +32,8 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [REL]
 Group:        News
 License:      BSD
-Version:      2.3.3
-Release:      20020206
+Version:      3.0.0b1
+Release:      20020330
 
 #   list of sources
 Source0:      ftp://ftp.nntpcache.org/pub/nntpcache/nntpcache-%{version}.tar.gz
@@ -72,7 +72,7 @@ AutoReqProv:  no
 %install
     rm -rf $RPM_BUILD_ROOT
     %{l_shtool} subst \
-        -e "s;chown;true;g" "s;chgrp;true;g" \
+        -e "s;chown;true;g" -e "s;chgrp;true;g" \
         `find . -type f -name Makefile -print`
     %{l_make} %{l_mflags} install \
         prefix=$RPM_BUILD_ROOT%{l_prefix} \