diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2021-09-14 07:03:51 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2021-09-14 07:03:51 +0000 |
commit | 3356cd6c86c8e9b712bcb34bb75eac7f57618817 (patch) | |
tree | 1067e4b5f47bedc2037638540cb993bac2c93880 | |
parent | cecab0cf08951a57bd20b27be4105b904e279624 (diff) |
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | rubygem-node_diagram_int.spec | 83 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 85 insertions, 0 deletions
@@ -0,0 +1 @@ +/node_diagram_int-0.1.0.gem diff --git a/rubygem-node_diagram_int.spec b/rubygem-node_diagram_int.spec new file mode 100644 index 0000000..329f252 --- /dev/null +++ b/rubygem-node_diagram_int.spec @@ -0,0 +1,83 @@ +# Generated from node_diagram_int-0.1.0.gem by gem2rpm -*- rpm-spec -*- +%global gem_name node_diagram_int + +Name: rubygem-%{gem_name} +Version: 0.1.0 +Release: 1%{?dist} +Summary: A NodeDiagram library interface +License: GPL-3.0 +URL: https://docs.diligentsoftware.org/diagram-1/node/interface +Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem +BuildRequires: ruby(release) +BuildRequires: rubygems-devel +BuildRequires: ruby >= 2.6.5 +# BuildRequires: rubygem(simplecov) +# BuildRequires: rubygem(simplecov) < 1 +# BuildRequires: rubygem(diagram_int) +# BuildRequires: rubygem(diagram_int) < 1 +BuildArch: noarch + +%description +A NodeDiagram library interface. Donations support +continuous improvement and maintenance. The aim is a reliable, integrable, +and endurable Diagram library. Make a donation at the project's collective +page: https://opencollective.com/diagram. One-time and recurring donations +are available at $1, $2, $4, $8, and $16. Greatly appreciated. + + +%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} +# Run the test suite. +popd + +%files +%dir %{gem_instdir} +%exclude %{gem_instdir}/.gitignore +%{gem_instdir}/.idea +%exclude %{gem_instdir}/.travis.yml +%exclude %{gem_instdir}/.yardopts +%{gem_instdir}/CODE_OF_CONDUCT.md +%license %{gem_instdir}/LICENSE.txt +%{gem_instdir}/bin +%{gem_libdir} +%exclude %{gem_cache} +%{gem_spec} + +%files doc +%doc %{gem_docdir} +%doc %{gem_instdir}/Changelog.md +%{gem_instdir}/Gemfile +%{gem_instdir}/Gemfile.lock +%doc %{gem_instdir}/README.md +%{gem_instdir}/Rakefile +%{gem_instdir}/node_diagram_int.gemspec + +%changelog +* Tue Sep 14 2021 mockbuilder - 0.1.0-1 +- Initial package @@ -0,0 +1 @@ +b3ffcad88e7015270816f9ab6df4fd8b node_diagram_int-0.1.0.gem |