Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libcbor.git#b3809c8b9149d23ad7eee5597a5a2e8c32cfa887
This commit is contained in:
parent
1b7e01faea
commit
452019130a
@ -1,6 +1,6 @@
|
||||
Name: libcbor
|
||||
Version: 0.7.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A CBOR parsing library
|
||||
|
||||
License: MIT
|
||||
@ -13,6 +13,7 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: python3-breathe
|
||||
BuildRequires: python3-sphinx
|
||||
BuildRequires: python3-sphinx_rtd_theme
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
libcbor is a C library for parsing and generating CBOR.
|
||||
@ -57,6 +58,9 @@ cp doc/build/man/* %{buildroot}%{_mandir}/man1
|
||||
%{_libdir}/pkgconfig/libcbor.pc
|
||||
|
||||
%changelog
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sun Sep 20 2020 Kalev Lember <klember@redhat.com> - 0.7.0-2
|
||||
- Avoid hardcoding man page extension
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user