jchaloup pushed to golang-github-onsi-ginkgo (f20). "Add buildtime dependency on github.com/onsi/gomega (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 23 09:14:19 UTC 2015


>From 727bc94203a0d8a70d2b5ee22d35f2cf18cf83be Mon Sep 17 00:00:00 2001
From: Jan Chaloupka <jchaloup at redhat.com>
Date: Sat, 7 Feb 2015 18:03:08 +0100
Subject: Add buildtime dependency on github.com/onsi/gomega Fix installtime
 dependency on github.com/onsi/gomega -  related: #1148456


diff --git a/golang-github-onsi-ginkgo.spec b/golang-github-onsi-ginkgo.spec
index 85b81fe..4f2dea2 100644
--- a/golang-github-onsi-ginkgo.spec
+++ b/golang-github-onsi-ginkgo.spec
@@ -10,7 +10,7 @@
 
 Name:		golang-%{provider}-%{project}-%{repo}
 Version:	0
-Release:	0.3.git%{shortcommit}%{?dist}
+Release:	0.4.git%{shortcommit}%{?dist}
 Summary:	A Golang BDD Testing Framework
 License:	MIT
 URL:		http://%{import_path}
@@ -26,8 +26,9 @@ ExclusiveArch:  %{ix86} x86_64 %{arm}
 
 %package devel
 BuildRequires:	golang >= 1.2.1-3
+BuildRequires:	golang(github.com/onsi/gomega)
 Requires:	golang >= 1.2.1-3
-Requires:	golang(github.com/onsi/ginkgo)
+Requires:	golang(github.com/onsi/gomega)
 Summary:	%{summary}
 Provides:	golang(%{import_path}) = %{version}-%{release}
 Provides:	golang(%{import_path}/config) = %{version}-%{release}
@@ -84,6 +85,11 @@ cp -pav {config,ginkgo,integration,internal,reporters,types} %{buildroot}/%{gopa
 %{gopath}/src/%{import_path}/*/*
 
 %changelog
+* Sat Feb 07 2015 jchaloup <jchaloup at redhat.com> - 0-0.4.git17ea479
+- Add buildtime dependency on github.com/onsi/gomega
+- Fix installtime dependency on github.com/onsi/gomega
+  related: #1148456
+
 * Fri Feb 06 2015 jchaloup <jchaloup at redhat.com> - 0-0.3.git17ea479
 - Bump to upstream 17ea479729ee427265ac1e913443018350946ddf
   related: #1148456
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/golang-github-onsi-ginkgo.git/commit/?h=f20&id=727bc94203a0d8a70d2b5ee22d35f2cf18cf83be


More information about the scm-commits mailing list