Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
a77681ba
Commit
a77681ba
authored
Jul 15, 2014
by
Michal Simon
Browse files
added:
%if 0%{?rhel} > 5 conditionals for python-nose1.1 so it builds for rawhide
parent
b76cfaea
Changes
1
Hide whitespace changes
Inline
Side-by-side
dist/fts-rest.spec
View file @
a77681ba
...
...
@@ -13,7 +13,9 @@ Source0: https://grid-deployment.web.cern.ch/grid-deployment/dms/fts3/tar
BuildRequires: cmake
BuildRequires: python-jsonschema
%if 0%{?rhel} > 5
BuildRequires: python-nose1.1
%endif
BuildRequires: python-pylons
BuildRequires: scipy
BuildRequires: m2crypto
...
...
@@ -81,9 +83,11 @@ fi
make %{?_smp_mflags}
%check
%if 0%{?rhel} > 5
pushd src/fts3rest
PYTHONPATH=../ nosetests1.1 --with-xunit --xunit-file=/tmp/nosetests.xml
popd
%endif
%install
mkdir -p %{buildroot}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment