Add missing BR for doxygen
This commit is contained in:
parent
d80fa771c4
commit
b450b6def0
@ -1,6 +1,6 @@
|
||||
Name: libcbor
|
||||
Version: 0.7.0
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: A CBOR parsing library
|
||||
|
||||
License: MIT
|
||||
@ -8,6 +8,7 @@ URL: http://libcbor.org
|
||||
Source0: https://github.com/PJK/%{name}/archive/v%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: python3-breathe
|
||||
@ -58,6 +59,9 @@ cp doc/build/man/* %{buildroot}%{_mandir}/man1
|
||||
%{_libdir}/pkgconfig/libcbor.pc
|
||||
|
||||
%changelog
|
||||
* Fri Jul 15 2022 Davide Cavalca <dcavalca@fedoraproject.org> - 0.7.0-6
|
||||
- Add missing BR for doxygen
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user