Browse Source

use our getopt package for compatibility

master
Michael van Elst 23 years ago committed by Ralf S. Engelschall
parent
commit
b42409e689
  1. 6
      sitecopy/sitecopy.spec

6
sitecopy/sitecopy.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
Group: Web Group: Web
License: GPL License: GPL
Version: 0.13.0 Version: 0.13.0
Release: 20030510 Release: 20030614
# list of sources # list of sources
Source0: http://www.lyra.org/sitecopy/sitecopy-%{version}.tar.gz Source0: http://www.lyra.org/sitecopy/sitecopy-%{version}.tar.gz
@ -41,8 +41,10 @@ Source0: http://www.lyra.org/sitecopy/sitecopy-%{version}.tar.gz
# build information # build information
Prefix: %{l_prefix} Prefix: %{l_prefix}
BuildRoot: %{l_buildroot} BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, openssl, make, gcc, libxml, expat BuildPreReq: OpenPKG, openpkg >= 20020206, make, gcc
BuildPreReq: openssl, libxml, expat, getopt
PreReq: OpenPKG, openpkg >= 20020206 PreReq: OpenPKG, openpkg >= 20020206
PreReq: openssl, libxml, expat, getopt
AutoReq: no AutoReq: no
AutoReqProv: no AutoReqProv: no

Loading…
Cancel
Save