Sync from SUSE:SLFO:Main sord revision 14a6208a57ae88792b82e8e96b1a0bcb
This commit is contained in:
parent
9e77edd5aa
commit
d116bbdc56
11
sord.changes
11
sord.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 26 13:42:34 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
||||||
|
PatchN.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 10 07:39:01 UTC 2023 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
- Update version for buildtime requirement
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 14 11:39:13 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
Fri Oct 14 11:39:13 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sord
|
# spec file for package sord
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -36,7 +36,7 @@ BuildRequires: meson
|
|||||||
BuildRequires: pcre2-devel
|
BuildRequires: pcre2-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
BuildRequires: pkgconfig(serd-0) >= 0.22.4
|
BuildRequires: pkgconfig(serd-0) >= 0.30.10
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Utilities to work with RDF data.
|
Utilities to work with RDF data.
|
||||||
@ -62,8 +62,7 @@ Development files for libsord.
|
|||||||
Sord is a lightweight C library for storing RDF data in memory.
|
Sord is a lightweight C library for storing RDF data in memory.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{meson} -Ddocs=enabled -Dtests=enabled
|
%{meson} -Ddocs=enabled -Dtests=enabled
|
||||||
|
Loading…
Reference in New Issue
Block a user