Add Provides
Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
This commit is contained in:
parent
9d2546a6c5
commit
c085b15e5a
@ -17,7 +17,7 @@ Converts markdown into roff (man pages).}
|
|||||||
%global gosupfiles glide.lock glide.yaml
|
%global gosupfiles glide.lock glide.yaml
|
||||||
|
|
||||||
Name: %{goname}
|
Name: %{goname}
|
||||||
Release: 0.1%{?dist}
|
Release: 0.2%{?dist}
|
||||||
Summary: Converts markdown into roff (man pages)
|
Summary: Converts markdown into roff (man pages)
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -27,6 +27,7 @@ Source1: glide.yaml
|
|||||||
Source2: glide.lock
|
Source2: glide.lock
|
||||||
|
|
||||||
BuildRequires: golang(github.com/russross/blackfriday/v2)
|
BuildRequires: golang(github.com/russross/blackfriday/v2)
|
||||||
|
Provides: go-md2man = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{common_description}
|
%{common_description}
|
||||||
@ -58,6 +59,9 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
|
|||||||
%gopkgfiles
|
%gopkgfiles
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 27 18:13:22 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 2.0.0-0.2.20190624gitf79a8a8
|
||||||
|
- Add Provides
|
||||||
|
|
||||||
* Thu Apr 25 17:25:58 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 2.0.0-0.1.20190624gitf79a8a8
|
* Thu Apr 25 17:25:58 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 2.0.0-0.1.20190624gitf79a8a8
|
||||||
- Prerelease 2.0.0, bump to commit f79a8a8ca69da163eee19ab442bedad7a35bba5a
|
- Prerelease 2.0.0, bump to commit f79a8a8ca69da163eee19ab442bedad7a35bba5a
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user