Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 6df1daed5a7918f10e5fd9066a652f9c > files > 4

golang-gopkg-russross-blackfriday-1-1.6.0-2.mga9.src.rpm

# Generated by go2rpm
%bcond_without check

# https://github.com/russross/blackfriday
%global goipath         gopkg.in/russross/blackfriday.v1
%global forgeurl        https://github.com/russross/blackfriday
Version:                1.6.0

%gometa

%global godevelheader %{expand:
Obsoletes:      golang-blackfriday-devel < 1.5.2-3
}

%global common_description %{expand:
Blackfriday is a Markdown processor implemented in Go. It is paranoid about its
input (so you can safely feed it user-supplied data), it is fast, it supports
common extensions (tables, smart punctuation substitutions, etc.), and it is
safe for all utf-8 (unicode) input.

HTML output is currently supported, along with Smartypants extensions.}

%global golicenses      LICENSE.txt
%global godocs          README.md

%global gosupfiles glide.lock glide.yaml

Name:           %{goname}
Release:        %mkrel 2
Summary:        Markdown processor for Go
Group:		    Development/Other

# Upstream license specification: BSD-2-Clause
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}
Source1:        glide.yaml
Source2:        glide.lock
BuildArch:      noarch

%description
%{common_description}

%gopkg

%prep
%goprep
cp %{SOURCE1} %{SOURCE2} .

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles


%changelog
* Mon Mar 21 2022 umeabot <umeabot> 1.6.0-2.mga9
+ Revision: 1814107
- Mageia 9 Mass Rebuild

* Thu Feb 25 2021 guillomovitch <guillomovitch> 1.6.0-1.mga9
+ Revision: 1690561
- new version 1.6.0

* Sun Aug 30 2020 guillomovitch <guillomovitch> 1.5.2-5.mga8
+ Revision: 1619872
- fix obsoletes tag
- renaming
- rename to golang-gopkg-russross-blackfriday-1

* Fri Feb 14 2020 umeabot <umeabot> 1.5.2-2.mga8
+ Revision: 1521780
- Mageia 8 Mass Rebuild

* Tue Jan 01 2019 bcornec <bcornec> 1.5.2-1.mga7
+ Revision: 1348239
- update to upstream golang-blackfriday 1.5.2

* Sat Dec 08 2018 bcornec <bcornec> 1.5.1-1.mga7
+ Revision: 1338874
- update to upstream golang-blackfriday 1.5.1

* Tue Oct 16 2018 bcornec <bcornec> 1.5-1.mga7
+ Revision: 1320669
- update to upstream golang-blackfriday 1.5

* Sun Sep 23 2018 umeabot <umeabot> 1.2-7.mga7
+ Revision: 1298010
- Mageia 7 Mass Rebuild

* Thu Jun 02 2016 joequant <joequant> 1.2-6.mga6
+ Revision: 1019909
- move files to goroot
+ umeabot <umeabot>
- Mageia 6 Mass Rebuild
+ tv <tv>
- disable debuginfo

* Fri Jan 23 2015 bcornec <bcornec> 1.2-3.mga5
+ Revision: 811979
- The BuildRequires for golang-net-devel shold be on the devel package

* Thu Jan 22 2015 bcornec <bcornec> 1.2-2.mga5
+ Revision: 811833
- Import the go blackfriday module to support go-md2man
- Created package structure for golang-blackfriday.