From 30e68ca1560409e0c2eb33cfd1277f025f10c897 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Oct 17 2013 04:05:59 +0000 Subject: removed double quotes from provides and br Signed-off-by: Lokesh Mandvekar --- diff --git a/golang-github-gorilla-mux.spec b/golang-github-gorilla-mux.spec index e3d9870..816cb04 100644 --- a/golang-github-gorilla-mux.spec +++ b/golang-github-gorilla-mux.spec @@ -6,7 +6,7 @@ Name: golang-github-gorilla-mux Version: 0 -Release: 0.8.git%{shortcommit}%{?dist} +Release: 0.9.git%{shortcommit}%{?dist} Summary: A powerful URL router and dispatcher for golang License: BSD URL: http://www.gorillatoolkit.org/pkg/mux @@ -27,9 +27,9 @@ other conditions. %package devel Requires: golang -Requires: golang("github.com/gorilla/context") +Requires: golang(github.com/gorilla/context) Summary: A powerful URL router and dispatcher for golang -Provides: golang("%{import_path}") = %{version}-%{release} +Provides: golang(%{import_path}) = %{version}-%{release} %description devel Package gorilla/mux implements a request router and dispatcher. @@ -64,6 +64,9 @@ cp -av *.go %{buildroot}/%{gopath}/src/%{import_path} %{gopath}/src/%{import_path}/*.go %changelog +* Wed Oct 16 2013 Lokesh Mandvekar 0-0.9.gite718e93 +- double quotes removed from provides and br + * Tue Oct 08 2013 Lokesh Mandvekar 0-0.8.gite718e93 - noarch for f19+ and rhel7+, exclusivearch otherwise