代码拉取完成,页面将自动刷新
Name: libcbor
Version: 0.5.0
Release: 1%{?dist}
Summary: A CBOR parsing library
Group: System Environment/Libraries
License: MIT
URL: http://libcbor.org
Source0: libcbor-%{version}.tar.gz
BuildRequires: cmake, gcc, gcc-c++, python3-sphinx, python3-breathe
%description
libcbor is a C library for parsing and generating CBOR.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The %{name}-devel contains libraries and header files for %{name}.
%prep
%setup -q
%cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFFIX="/usr" ./
%build
%make_build cbor_shared
cd doc
make man
%install
%make_install
mkdir -p %{buildroot}%{_mandir}/man1
cp doc/build/man/* %{buildroot}%{_mandir}/man1
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%{_libdir}/libcbor.so.?
%{_libdir}/libcbor.so.?.?.?
%doc README.md
%{_mandir}/man1/libcbor.1.gz
%license LICENSE.md
%files devel
%{_includedir}/cbor.h
%{_includedir}/cbor/*.h
%{_includedir}/cbor/internal/*.h
%{_libdir}/libcbor.so
%{_libdir}/pkgconfig/libcbor.pc
%changelog
* Wed Jul 19 2017 Marek Tamaskovic <[email protected]> 0.5.0-1
- Init package.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。