Browse Source

require RCS and make sure it is found

master
parent
commit
6c6b25f6dc
  1. 1
      cvstrac/cvstrac.cgi
  2. 4
      cvstrac/cvstrac.spec

1
cvstrac/cvstrac.cgi

@ -1,2 +1,3 @@
#!/bin/sh #!/bin/sh
PATH="@l_prefix@/bin:$PATH"; export PATH
exec @l_prefix@/bin/cvstrac cgi @l_prefix@/var/cvstrac exec @l_prefix@/bin/cvstrac cgi @l_prefix@/var/cvstrac

4
cvstrac/cvstrac.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EXP]
Group: Database Group: Database
License: GPL License: GPL
Version: 1.0.9 Version: 1.0.9
Release: 20020803 Release: 20020806
# list of sources # list of sources
Source0: http://www.hwaci.com/sw/cvstrac/cvstrac-%{version}.tar.gz Source0: http://www.hwaci.com/sw/cvstrac/cvstrac-%{version}.tar.gz
@ -43,7 +43,7 @@ Source1: cvstrac.cgi
Prefix: %{l_prefix} Prefix: %{l_prefix}
BuildRoot: %{l_buildroot} BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020416, make, gcc, sqlite BuildPreReq: OpenPKG, openpkg >= 20020416, make, gcc, sqlite
PreReq: OpenPKG, openpkg >= 20020416, cvs PreReq: OpenPKG, openpkg >= 20020416, cvs, rcs
AutoReq: no AutoReq: no
AutoReqProv: no AutoReqProv: no

Loading…
Cancel
Save