Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
f35eef425c |
11
sord.changes
11
sord.changes
@@ -1,14 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sord
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -36,7 +36,7 @@ BuildRequires: meson
|
||||
BuildRequires: pcre2-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3
|
||||
BuildRequires: pkgconfig(serd-0) >= 0.30.10
|
||||
BuildRequires: pkgconfig(serd-0) >= 0.22.4
|
||||
|
||||
%description
|
||||
Utilities to work with RDF data.
|
||||
@@ -62,7 +62,8 @@ Development files for libsord.
|
||||
Sord is a lightweight C library for storing RDF data in memory.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%{meson} -Ddocs=enabled -Dtests=enabled
|
||||
|
Reference in New Issue
Block a user