diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2021-09-14 09:22:53 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2021-09-14 09:22:53 +0000 |
commit | fdc9618ee0b7e32495ffb4f86068cbe7d1b34183 (patch) | |
tree | 76f717987b60501c7049c2e5bbf8d3d19e1d7268 | |
parent | d9bfa90b8d8e089051ded48408be0d726faca473 (diff) |
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | rubygem-omniauth-applicaster.spec | 72 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 74 insertions, 0 deletions
@@ -0,0 +1 @@ +/omniauth-applicaster-1.8.0.gem diff --git a/rubygem-omniauth-applicaster.spec b/rubygem-omniauth-applicaster.spec new file mode 100644 index 0000000..69dea08 --- /dev/null +++ b/rubygem-omniauth-applicaster.spec @@ -0,0 +1,72 @@ +# Generated from omniauth-applicaster-1.8.0.gem by gem2rpm -*- rpm-spec -*- +%global gem_name omniauth-applicaster + +Name: rubygem-%{gem_name} +Version: 1.8.0 +Release: 1%{?dist} +Summary: Omniauth strategy for http://accounts.applicaster.com +License: MIT +Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem +BuildRequires: ruby(release) +BuildRequires: rubygems-devel +BuildRequires: ruby +# BuildRequires: rubygem(rspec) >= 3.1 +# BuildRequires: rubygem(rspec) < 4 +# BuildRequires: rubygem(webmock) +BuildArch: noarch + +%description +Omniauth strategy for http://accounts.applicaster.com. + + +%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} +%exclude %{gem_instdir}/.gitignore +%license %{gem_instdir}/LICENSE.txt +%{gem_libdir} +%exclude %{gem_cache} +%{gem_spec} + +%files doc +%doc %{gem_docdir} +%exclude %{gem_instdir}/.rspec +%{gem_instdir}/Gemfile +%doc %{gem_instdir}/README.md +%{gem_instdir}/Rakefile +%{gem_instdir}/omniauth-applicaster.gemspec +%{gem_instdir}/spec + +%changelog +* Tue Sep 14 2021 mockbuilder - 1.8.0-1 +- Initial package @@ -0,0 +1 @@ +f49a23cfc1de08f3a88479f8df50c728 omniauth-applicaster-1.8.0.gem |