From d62d705dc7efcbf641e36d31a3cf68a044c15299 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 2 Feb 2023 15:50:39 -0500 Subject: [PATCH] Fix RHEL build --- redland.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/redland.spec b/redland.spec index d0aa1d4..2b147a7 100644 --- a/redland.spec +++ b/redland.spec @@ -8,9 +8,7 @@ License: LGPLv2+ or ASL 2.0 URL: http://librdf.org/ Source0: http://download.librdf.org/source/%{name}-%{version}.tar.gz -%if 0%{?rhel} Patch1: 0001-rhbz-1936659-stub-deprecated.patch -%endif BuildRequires: make BuildRequires: curl-devel @@ -128,9 +126,9 @@ make check %{_mandir}/man1/redland-db-upgrade.1* %{_mandir}/man1/rdfproc.1* %{_mandir}/man3/redland.3* -%if ! 0%{?rhel} %dir %{_libdir}/redland %{_libdir}/redland/librdf_storage_sqlite.so +%if ! 0%{?rhel} %{_datadir}/redland/mysql-v1.ttl %{_datadir}/redland/mysql-v2.ttl %endif