Hello community,

here is the log from the commit of package go-go-md2man for openSUSE:Factory 
checked in at 2015-06-09 12:24:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go-go-md2man (Old)
 and      /work/SRC/openSUSE:Factory/.go-go-md2man.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go-go-md2man"

Changes:
--------
New Changes file:

--- /dev/null   2015-05-15 19:41:08.266053825 +0200
+++ /work/SRC/openSUSE:Factory/.go-go-md2man.new/go-go-md2man.changes   
2015-06-09 12:24:41.000000000 +0200
@@ -0,0 +1,6 @@
+-------------------------------------------------------------------
+Wed May 27 09:06:10 UTC 2015 - dmacvi...@suse.de
+
+- initial package for version 1.0.2
+
+

New:
----
  go-go-md2man.changes
  go-go-md2man.spec
  v1.0.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ go-go-md2man.spec ++++++
#
# spec file for package go-go-md2man
#
# Copyright (c) 2015 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

%global provider        github
%global provider_tld    com
%global project         cpuguy83
%global repo            go-md2man
%global import_path     %{provider}.%{provider_tld}/%{project}/%{repo}

Name:           go-go-md2man
Version:        1.0.2
Release:        0
Summary:        Convert markdown into man pages
License:        MIT
Group:          Development/Languages/Other
URL:            https://%{import_path}
Source0:        https://%{import_path}/archive/v%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  go-devel
BuildRequires:  go-net
BuildRequires:  golang(github.com/russross/blackfriday)
Provides:       golang(%{import_path}) = %{version}-%{release}
Provides:       golang(%{import_path}/mangen) = %{version}-%{release}
%{go_provides}
%{go_requires}

%description
Tool to converts markdown into man pages

%package doc
Summary:        API documenation
Group:          Documentation/Other
Requires:       %{name} = %{version}

%description doc
API, examples and documentation.

%prep
%setup -q -n %{repo}-%{version}

%build
%goprep %{import_path}
%gobuild ...

%install
%goinstall
%godoc
%gotest %{import_path}

%files
%defattr(-,root,root,-)
%{_bindir}/go-md2man
%doc README.md
%{go_contribdir}/*

%files doc
%defattr(-,root,root,-)
%{go_contribsrcdir}/*

%changelog

Reply via email to