# Generated from rdf-reasoner-0.9.0.gem by gem2rpm -*- rpm-spec -*- %global gem_name rdf-reasoner Name: rubygem-%{gem_name} Version: 0.9.0 Release: 1%{?dist} Summary: RDFS/OWL Reasoner for RDF.rb License: Unlicense URL: https://github.com/ruby-rdf/rdf-reasoner Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby >= 3.0 # BuildRequires: rubygem(rdf-spec) >= 3.3 # BuildRequires: rubygem(rdf-spec) < 4 # BuildRequires: rubygem(rdf-vocab) >= 3.3 # BuildRequires: rubygem(rdf-vocab) < 4 # BuildRequires: rubygem(rdf-turtle) >= 3.3 # BuildRequires: rubygem(rdf-turtle) < 4 # BuildRequires: rubygem(json-ld) >= 3.3 # BuildRequires: rubygem(json-ld) < 4 # BuildRequires: rubygem(equivalent-xml) >= 0.6 # BuildRequires: rubygem(equivalent-xml) < 1 # BuildRequires: rubygem(rspec) >= 3.12 # BuildRequires: rubygem(rspec) < 4 # BuildRequires: rubygem(yard) >= 0.9 # BuildRequires: rubygem(yard) < 1 BuildArch: noarch %description Reasons over RDFS/OWL vocabularies to generate statements which are entailed based on base RDFS/OWL rules along with vocabulary information. It can also be used to ask specific questions, such as if a given object is consistent with the vocabulary ruleset. This can be used to implement SPARQL Entailment Regimes. %package doc Summary: Documentation for %{name} Requires: %{name} = %{version}-%{release} BuildArch: noarch %description doc Documentation for %{name}. %prep %setup -q -n %{gem_name}-%{version} %build # Create the gem as gem install only works on a gem file gem build ../%{gem_name}-%{version}.gemspec # %%gem_install compiles any C extensions and installs the gem into ./%%gem_dir # by default, so that we can move it into the buildroot in %%install %gem_install %install mkdir -p %{buildroot}%{gem_dir} cp -a .%{gem_dir}/* \ %{buildroot}%{gem_dir}/ %check pushd .%{gem_instdir} # rspec spec popd %files %dir %{gem_instdir} %license %{gem_instdir}/UNLICENSE %{gem_instdir}/VERSION %{gem_libdir} %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %doc %{gem_instdir}/AUTHORS %doc %{gem_instdir}/README.md %changelog * Fri Sep 01 2023 mockbuilder - 0.9.0-1 - Initial package