Documentation for %{name}.
-%package test
+%package tests
Summary: Tests for %{name}
BuildArch: noarch
Requires: rubygem(bundler)
-#Requires: rubygem(guard-test) # not in Fedora
-#Requires: rubygem(rspec-rails) # >= 3 required?
-#Requires: rubygem(simplecov) # really needed?
+#Requires: rubygem(guard-test)
+%if 0%{?fedora} && 0%{?fedora} <= 20 || 0%{?rhel} && 0%{?rhel} <= 7
+#Requires: rubygem(rspec-rails) >= 3.1.0
+%else
+Requires: rubygem(rspec-rails) >= 3.1.0
+Requires: rubygem(rspec-rails) < 3.2
+%endif
+Requires: rubygem(simplecov)
Requires: %{name}-ec2 = %{version}-%{release}
Requires: %{name}-opennebula = %{version}-%{release}
Requires: %{name} = %{version}-%{release}
-%description test
+%description tests
OCCI (the Open Cloud Computing Interface) is a standard by the Open Grid Forum,
specifying a protocol and API to perform various remote management tasks in
clouds. The rOCCI-server extends cloud managers, which are not OCCI-compliant
natively, with its own OCCI interface. It is based on the rOCCI (Ruby OCCI)
Framework.
-This package contains tests for OCCI server.
+This package contains tests for OCCI server. See README.Fedora how to launch them.
%package ec2
done << EOF
rails 4.0.0
rails-api 0.1.0
-rspec-rails 2.14.0
opennebula 4.4.0 lib/backends/bundles/Gemfile.opennebula
EOF
# gems not needed for tests
%{_pkgdocdir}/rdoc/
%{app_root}/README.md
-%files test
+%files tests
%{app_root}/lib/backends/bundles/
%{app_root}/spec/
%{app_root}/test/
%changelog
-* Thu Nov 27 2014 František Dvořák <valtri@civ.zcu.cz> - 1.1.5-1
+* Tue Dec 02 2014 František Dvořák <valtri@civ.zcu.cz> - 1.1.5-1
- Release 1.1.5
-* Sat Oct 04 2014 František Dvořák <valtri@civ.zcu.cz> - 1.1.0-0.beta.2
-- Release 1.1.0.beta.2
-
* Sat Oct 04 2014 František Dvořák <valtri@civ.zcu.cz> - 1.0.5-1
- Initial package