- Update to 0.7.0
Resolves: rhbz#1813738 Resolves: rhbz#1863978
This commit is contained in:
parent
2c553cec7c
commit
95cc771a34
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/libcbor-0.5.0.tar.gz
|
||||
/v0.7.0.tar.gz
|
||||
|
||||
15
libcbor.spec
15
libcbor.spec
@ -1,11 +1,11 @@
|
||||
Name: libcbor
|
||||
Version: 0.5.0
|
||||
Release: 9%{?dist}
|
||||
Version: 0.7.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A CBOR parsing library
|
||||
|
||||
License: MIT
|
||||
URL: http://libcbor.org
|
||||
Source0: libcbor-%{version}.tar.gz
|
||||
Source0: https://github.com/PJK/%{name}/archive/v%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc
|
||||
@ -29,14 +29,14 @@ The %{name}-devel contains libraries and header files for %{name}.
|
||||
|
||||
|
||||
%build
|
||||
%cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFFIX="/usr" ./
|
||||
%cmake -B . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFFIX="/usr" ./
|
||||
%make_build cbor_shared
|
||||
cd doc
|
||||
make man
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%make_install
|
||||
mkdir -p %{buildroot}%{_mandir}/man1
|
||||
cp doc/build/man/* %{buildroot}%{_mandir}/man1
|
||||
|
||||
@ -57,6 +57,11 @@ cp doc/build/man/* %{buildroot}%{_mandir}/man1
|
||||
%{_libdir}/pkgconfig/libcbor.pc
|
||||
|
||||
%changelog
|
||||
* Mon Sep 07 2020 Attila Lakatos <alakatos@redhat.com> - 0.7.0-1
|
||||
- update to 0.7.0
|
||||
Resolves: rhbz#1813738
|
||||
Resolves: rhbz#1863978
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-9
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libcbor-0.5.0.tar.gz) = 5c2e9610d9fbb0bfc59f89a180f70b58539a1760fd39cad696af372c164a87828a23bb4d3a54d8e9d846be5271204800f0ad63656ef830f06a0ccdd10edfdb2c
|
||||
SHA512 (v0.7.0.tar.gz) = 4e2ed55ef17b8b77f82d780b1ee998d0342b67e6beabc24795117e5e222549640fe7fd261c8e78524d6489d03f7f5aa46b987709790a81f93e4d7409c32fecda
|
||||
|
||||
Loading…
Reference in New Issue
Block a user