summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2022-04-18 20:56:28 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2022-04-18 20:56:28 +0000
commit98518d1164cd9a1ee01929d5f4442b9327d28759 (patch)
treeb747d4e985173f0516abd4f9e387e7fc5b63e84b
parentb3e74cb0102a6d3e2e1e81ecb1b057d39118d74c (diff)
automatic import of rubygem-devise_marketableHEADmasterf36
-rw-r--r--.gitignore1
-rw-r--r--rubygem-devise_marketable.spec68
-rw-r--r--sources1
3 files changed, 70 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..d63a784 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/devise_marketable-0.0.4.gem
diff --git a/rubygem-devise_marketable.spec b/rubygem-devise_marketable.spec
new file mode 100644
index 0000000..7edad1e
--- /dev/null
+++ b/rubygem-devise_marketable.spec
@@ -0,0 +1,68 @@
+# Generated from devise_marketable-0.0.4.gem by gem2rpm -*- rpm-spec -*-
+%global gem_name devise_marketable
+
+Name: rubygem-%{gem_name}
+Version: 0.0.4
+Release: 1%{?dist}
+Summary: A simple way to have Devise capture important marketing data
+License: MIT
+URL: http://ninjasandrobots.com/marketable-for-devise
+Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
+BuildRequires: ruby(release)
+BuildRequires: rubygems-devel
+BuildRequires: ruby
+BuildArch: noarch
+
+%description
+A simple way to have Devise capture important marketing data.
+
+
+%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
+%license %{gem_instdir}/LICENSE.txt
+%{gem_libdir}
+%exclude %{gem_cache}
+%{gem_spec}
+
+%files doc
+%doc %{gem_docdir}
+%{gem_instdir}/Gemfile
+%doc %{gem_instdir}/README.md
+%{gem_instdir}/Rakefile
+%{gem_instdir}/devise_marketable.gemspec
+
+%changelog
+* Mon Apr 18 2022 mockbuilder - 0.0.4-1
+- Initial package
diff --git a/sources b/sources
index e69de29..3e3998f 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+3eb640c3e7345828323ee9976c9d35b5 devise_marketable-0.0.4.gem