!2 Add devel package Requires cmark

From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2022-06-21 11:19:41 +00:00 committed by Gitee
commit ad11f7b4de
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: cmark
Version: 0.30.2
Release: 1
Release: 2
Summary: CommonMark parsing and rendering library and program in C
License: BSD and MIT
URL: https://github.com/commonmark/cmark
@ -16,7 +16,7 @@ a rationalized version of Markdown syntax with a spec.
%package devel
Summary: Development files for cmark library
Requires: %{name} = %{version}
%description devel
This package provides the development files for cmark.
@ -62,5 +62,8 @@ popd
%{_libdir}/cmake/cmark/cmark*.cmake
%changelog
* Mon Jun 20 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.30.2-2
- Add devel package Requires cmark
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.30.2-1
- initial packaging