drop depcrecated virtuoso references
This commit is contained in:
parent
7b83e89c50
commit
98a3870ff9
31
redland.spec
31
redland.spec
@ -1,11 +1,7 @@
|
|||||||
|
|
||||||
%if 0%{?fedora} < 24
|
|
||||||
%global virtuoso 1
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: redland
|
Name: redland
|
||||||
Version: 1.0.17
|
Version: 1.0.17
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
Summary: RDF Application Framework
|
Summary: RDF Application Framework
|
||||||
|
|
||||||
License: LGPLv2+ or ASL 2.0
|
License: LGPLv2+ or ASL 2.0
|
||||||
@ -24,9 +20,8 @@ BuildRequires: raptor2-devel
|
|||||||
BuildRequires: rasqal-devel >= 0.9.26
|
BuildRequires: rasqal-devel >= 0.9.26
|
||||||
BuildRequires: sqlite-devel
|
BuildRequires: sqlite-devel
|
||||||
|
|
||||||
%if ! 0%{?virtuoso}
|
# can probably omit soon (f28 or f29?) -- rex
|
||||||
Obsoletes: redland-virtuoso < %{version}-%{release}
|
Obsoletes: redland-virtuoso < 1.0.17-8
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Redland is a library that provides a high-level interface for RDF
|
Redland is a library that provides a high-level interface for RDF
|
||||||
@ -56,16 +51,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
This package provides Redland's storage support for graphs in memory and
|
This package provides Redland's storage support for graphs in memory and
|
||||||
persistently with PostgreSQL files or URIs.
|
persistently with PostgreSQL files or URIs.
|
||||||
|
|
||||||
%if 0%{?virtuoso}
|
|
||||||
%package virtuoso
|
|
||||||
Summary: Virtuoso storage support for Redland
|
|
||||||
BuildRequires: libiodbc-devel
|
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
||||||
%description virtuoso
|
|
||||||
This package provides Redland's storage support for graphs in memory and
|
|
||||||
persistently with Virtuoso files or URIs.
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -82,7 +67,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|||||||
%configure \
|
%configure \
|
||||||
--enable-release \
|
--enable-release \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-virtuoso=%{?virtuoso:yes}%{!?virtuoso:no}
|
--with-virtuoso=no
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -124,11 +109,6 @@ make check
|
|||||||
%files pgsql
|
%files pgsql
|
||||||
%{_libdir}/redland/librdf_storage_postgresql.so
|
%{_libdir}/redland/librdf_storage_postgresql.so
|
||||||
|
|
||||||
%if 0%{?virtuoso}
|
|
||||||
%files virtuoso
|
|
||||||
%{_libdir}/redland/librdf_storage_virtuoso.so
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc ChangeLog RELEASE.html
|
%doc ChangeLog RELEASE.html
|
||||||
%{_bindir}/redland-config
|
%{_bindir}/redland-config
|
||||||
@ -143,6 +123,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 13 2017 Rex Dieter <rdieter@fedoraproject.org> - 1.0.17-13
|
||||||
|
- drop depcrecated virtuoso references
|
||||||
|
|
||||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.17-12
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.17-12
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user