!2 Update to 0.16.10
From: @dwl301 Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
1c910218c5
BIN
sord-0.16.10.tar.bz2
Normal file
BIN
sord-0.16.10.tar.bz2
Normal file
Binary file not shown.
Binary file not shown.
@ -2,14 +2,12 @@
|
|||||||
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||||
|
|
||||||
Name: sord
|
Name: sord
|
||||||
Version: 0.16.8
|
Version: 0.16.10
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A lightweight Resource Description Framework (RDF) C library
|
Summary: A lightweight Resource Description Framework (RDF) C library
|
||||||
License: ISC
|
License: ISC
|
||||||
URL: http://drobilla.net/software/sord/
|
URL: http://drobilla.net/software/sord/
|
||||||
Source0: http://download.drobilla.net/%{name}-%{version}.tar.bz2
|
Source0: http://download.drobilla.net/%{name}-%{version}.tar.bz2
|
||||||
# This fixes a potential BTree crash with GCC 10, patch from upstream
|
|
||||||
Patch0: %{name}-update-zix.patch
|
|
||||||
|
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
@ -19,6 +17,7 @@ BuildRequires: python3
|
|||||||
BuildRequires: serd-devel >= 0.30.0
|
BuildRequires: serd-devel >= 0.30.0
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: pcre-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{name} is a lightweight C library for storing Resource Description
|
%{name} is a lightweight C library for storing Resource Description
|
||||||
@ -79,5 +78,8 @@ install -pm 644 AUTHORS NEWS README.md %{buildroot}%{_pkgdocdir}
|
|||||||
%{_mandir}/man3/%{name}*.3*
|
%{_mandir}/man3/%{name}*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 0.16.10-1
|
||||||
|
- update to 0.16.10
|
||||||
|
|
||||||
* Mon Jun 13 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.16.8-1
|
* Mon Jun 13 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.16.8-1
|
||||||
- Initial Packaging
|
- Initial Packaging
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user