Browse Source

use new %ifndef macro

master
parent
commit
a9d2f35e6e
  1. 14
      cvs/cvs.spec

14
cvs/cvs.spec

@ -29,11 +29,11 @@
%define V_cvs2cl 2.38 %define V_cvs2cl 2.38
# optional support for applying the RSE patches # optional support for applying the RSE patches
%if "%{?rse_patches:set}" != "set" %ifndef rse_patches
%define rse_patches no %define rse_patches no
%endif %endif
%if "%{?rse_patch_cvsuser_caller:set}" != "set" %ifndef rse_patch_cvsuser_caller
%define rse_patch_cvsuser_caller cvs %define rse_patch_cvsuser_caller cvs
%endif %endif
# package information # package information
@ -46,7 +46,7 @@ Distribution: OpenPKG [REL]
Group: CVS Group: CVS
License: GPL License: GPL
Version: %{V_cvs} Version: %{V_cvs}
Release: 20020216 Release: 20020224
# list of sources # list of sources
Source0: http://www.cvshome.org/files/19/10/cvs-%{V_cvs}.tar.gz Source0: http://www.cvshome.org/files/19/10/cvs-%{V_cvs}.tar.gz
@ -58,8 +58,8 @@ Source4: rc.cvs
# build information # build information
Prefix: %{l_prefix} Prefix: %{l_prefix}
BuildRoot: %{l_buildroot} BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, perl, patch BuildPreReq: OpenPKG, openpkg >= 20020222, perl, patch
PreReq: OpenPKG, openpkg >= 20020206, perl, patch PreReq: OpenPKG, openpkg >= 20020222, perl, patch
AutoReq: no AutoReq: no
AutoReqProv: no AutoReqProv: no

Loading…
Cancel
Save