Skip to:
Attempting to build this package under Fedora 10 fails with the following message:
syntax error near unexpected token `||'
This seems to be due to the following line in the .spec file:
%check || :
Changing this line to either of the following seems to fix the problem:
%check:
%check
Closing after releases.
http://svn.middleware.georgetown.edu/view/cpp-xmltooling?view=rev&revision=520
Attempting to build this package under Fedora 10 fails with the following message:
syntax error near unexpected token `||'
This seems to be due to the following line in the .spec file:
%check || :
Changing this line to either of the following seems to fix the problem:
%check:
%check