diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2021-09-16 17:38:48 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2021-09-16 17:38:48 +0000 |
commit | d9a44eb278df29d39faaa91027ae423dfc1ede45 (patch) | |
tree | 3c45fb7ee6fad7a3278853bc1da7789affa4b116 | |
parent | 5e125695ad9acb1238fb38b129b64405ba1f63bb (diff) |
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | rubygem-wcc-contentful-app.spec | 113 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 115 insertions, 0 deletions
@@ -0,0 +1 @@ +/wcc-contentful-app-1.0.0.gem diff --git a/rubygem-wcc-contentful-app.spec b/rubygem-wcc-contentful-app.spec new file mode 100644 index 0000000..4bb8c83 --- /dev/null +++ b/rubygem-wcc-contentful-app.spec @@ -0,0 +1,113 @@ +# Generated from wcc-contentful-app-1.0.0.gem by gem2rpm -*- rpm-spec -*- +%global gem_name wcc-contentful-app + +Name: rubygem-%{gem_name} +Version: 1.0.0 +Release: 1%{?dist} +Summary: [](https://rubygems.org/gems/wcc-contentful-app) [](https://travis-ci.org/watermarkchurch/wcc-contentful) [](https://coveralls.io/github/watermarkchurch/wcc-contentful?branch=master) # WCC::Contentful::App This gem specifies default models, controllers, views, and javascripts that get installed into all Watermarkchurch apps that use contentful. It is a highly opinionated starting point for a very flexible site design using Contentful. You probably should not use this +License: MIT +URL: https://github.com/watermarkchurch/wcc-contentful +Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem +BuildRequires: ruby(release) +BuildRequires: rubygems-devel +BuildRequires: ruby >= 2.3 +# BuildRequires: rubygem(capybara) >= 3.9 +# BuildRequires: rubygem(capybara) < 4 +# BuildRequires: rubygem(coveralls) +# BuildRequires: rubygem(dotenv) >= 2.2 +# BuildRequires: rubygem(dotenv) < 3 +# BuildRequires: rubygem(erb_lint) >= 0.0.26 +# BuildRequires: rubygem(erb_lint) < 0.1 +# BuildRequires: rubygem(httplog) >= 1.0 +# BuildRequires: rubygem(httplog) < 2 +# BuildRequires: rubygem(rails-controller-testing) >= 1.0 +# BuildRequires: rubygem(rails-controller-testing) < 2 +# BuildRequires: rubygem(rspec) >= 3.0 +# BuildRequires: rubygem(rspec) < 4 +# BuildRequires: rubygem(rspec_junit_formatter) >= 0.4.1 +# BuildRequires: rubygem(rspec_junit_formatter) < 0.5 +# BuildRequires: rubygem(rubocop) = 0.68 +# BuildRequires: rubygem(simplecov) >= 0.16.1 +# BuildRequires: rubygem(simplecov) < 0.17 +# BuildRequires: rubygem(vcr) >= 5.0 +# BuildRequires: rubygem(vcr) < 6 +# BuildRequires: rubygem(webmock) >= 3.0 +# BuildRequires: rubygem(webmock) < 4 +# BuildRequires: rubygem(guard) >= 2.14 +# BuildRequires: rubygem(guard) < 3 +# BuildRequires: rubygem(guard-rspec) >= 4.7 +# BuildRequires: rubygem(guard-rspec) < 5 +# BuildRequires: rubygem(guard-rubocop) >= 1.3.0 +# BuildRequires: rubygem(guard-rubocop) < 1.4 +# BuildRequires: rubygem(guard-shell) >= 0.7.1 +# BuildRequires: rubygem(guard-shell) < 0.8 +# BuildRequires: rubygem(generator_spec) >= 0.9.4 +# BuildRequires: rubygem(generator_spec) < 0.10 +# BuildRequires: rubygem(rails) >= 5 +# BuildRequires: rubygem(rails) < 6 +# BuildRequires: rubygem(rspec-rails) >= 3.7 +# BuildRequires: rubygem(rspec-rails) < 4 +# BuildRequires: rubygem(sqlite3) >= 1.3.6 +# BuildRequires: rubygem(sqlite3) < 1.4 +# BuildRequires: rubygem(timecop) >= 0.9.1 +# BuildRequires: rubygem(timecop) < 0.10 +# BuildRequires: rubygem(typhoeus) >= 1.4.0 +# BuildRequires: rubygem(typhoeus) < 1.5 +BuildArch: noarch + +%description +Models, Controllers, and Views common to Watermark Church apps. + + +%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} +%{gem_instdir}/Guardfile +%{gem_instdir}/app +%{gem_instdir}/bin +%{gem_instdir}/config +%{gem_libdir} +%exclude %{gem_cache} +%{gem_spec} + +%files doc +%doc %{gem_docdir} +%exclude %{gem_instdir}/.rspec +%doc %{gem_instdir}/README.md +%{gem_instdir}/Rakefile +%doc %{gem_instdir}/doc +%{gem_instdir}/wcc-contentful-app.gemspec + +%changelog +* Thu Sep 16 2021 mockbuilder - 1.0.0-1 +- Initial package @@ -0,0 +1 @@ +268925dfcf89160c3b9ad8bf88a8ca02 wcc-contentful-app-1.0.0.gem |