[fts-rest] Initial import (#1098480).

MIchal Simon simonm at fedoraproject.org
Tue Jul 15 14:25:32 UTC 2014


commit 4fe898788cfd4ab0b0a3f926043ce35412eec53d
Author: simonm <michal.simon at cern.ch>
Date:   Tue Jul 15 16:25:42 2014 +0200

    Initial import (#1098480).

 .gitignore    |    1 +
 fts-rest.spec |    6 +++++-
 sources       |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0f981c3..b005d66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /fts-rest-3.2.6.tar.gz
+/fts-rest-3.2.7.tar.gz
diff --git a/fts-rest.spec b/fts-rest.spec
index 6639768..2d5d74d 100644
--- a/fts-rest.spec
+++ b/fts-rest.spec
@@ -2,7 +2,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib(1))")}
 
 Name:           fts-rest
-Version:        3.2.6
+Version:        3.2.7
 Release:        1%{?dist}
 BuildArch:      noarch
 Summary:        FTS3 Rest Interface
@@ -14,7 +14,9 @@ Source0:        https://grid-deployment.web.cern.ch/grid-deployment/dms/fts3/tar
 BuildRequires:  cmake
 BuildRequires:  python2-devel
 BuildRequires:  python-jsonschema
+%if 0%{?rhel} > 5
 BuildRequires:  python-nose1.1
+%endif
 BuildRequires:  python-pylons
 BuildRequires:  scipy
 BuildRequires:  m2crypto
@@ -91,9 +93,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}
diff --git a/sources b/sources
index 385f0d8..344b210 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-419677d64b443e82e7eeea86c529711b  fts-rest-3.2.6.tar.gz
+9b2a5981aceb43ff73b20efd63006687  fts-rest-3.2.7.tar.gz


More information about the scm-commits mailing list