[rubygem-hoptoad_notifier] Update rubygem-hoptoad_notifier to 2.4.11-5 Resolves: #988789 - Description should end up with a dot

Miroslav Suchý msuchy at fedoraproject.org
Mon Aug 5 14:49:33 UTC 2013


commit 9fc6d729aa7a6a3afe2615b2d4ca00c71cc345fc
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Mon Aug 5 16:49:24 2013 +0200

    Update rubygem-hoptoad_notifier to 2.4.11-5
    Resolves: #988789 - Description should end up with a dot.
    Resolves: #988789 - move LICENSE to main package

 .gitignore                    |    1 +
 rubygem-hoptoad_notifier.spec |   94 +++++++++++++++++++++++++++++++++++++++++
 sources                       |    1 +
 3 files changed, 96 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..50d451c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/hoptoad_notifier-2.4.11.gem
diff --git a/rubygem-hoptoad_notifier.spec b/rubygem-hoptoad_notifier.spec
new file mode 100644
index 0000000..be5408d
--- /dev/null
+++ b/rubygem-hoptoad_notifier.spec
@@ -0,0 +1,94 @@
+%global gem_name hoptoad_notifier
+
+Name: rubygem-%{gem_name}
+Version: 2.4.11
+Release: 5%{?dist}
+Summary: Send your application errors to our hosted service and reclaim your inbox
+Group: Development/Languages
+License: MIT 
+URL: http://www.hoptoadapp.com
+Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
+Requires: ruby(release)
+Requires: ruby(rubygems) 
+Requires: rubygem(builder) 
+Requires: rubygem(activesupport) 
+BuildRequires: ruby(release)
+BuildRequires: rubygems-devel 
+BuildRequires: ruby 
+BuildArch: noarch
+Provides: rubygem(%{gem_name}) = %{version}
+
+%description
+This is the notifier plugin for integrating apps with Hoptoad.
+
+When an uncaught exception occurs, HoptoadNotifier will POST the relevant data
+to the Hoptoad server specified in your environment.
+
+
+%package doc
+Summary: Documentation for %{name}
+Group: Documentation
+Requires: %{name} = %{version}-%{release}
+BuildArch: noarch
+
+%description doc
+Documentation for %{name}.
+
+%prep
+gem unpack %{SOURCE0}
+
+%setup -q -D -T -n  %{gem_name}-%{version}
+
+gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
+
+%build
+# Create the gem as gem install only works on a gem file
+gem build %{gem_name}.gemspec
+
+%gem_install
+
+%install
+mkdir -p %{buildroot}%{gem_dir}
+cp -pa .%{gem_dir}/* \
+        %{buildroot}%{gem_dir}/
+
+
+
+
+%files
+%dir %{gem_instdir}
+%{gem_libdir}
+%exclude %{gem_cache}
+%{gem_spec}
+%{gem_instdir}/generators/
+%{gem_instdir}/script/
+%{gem_instdir}/rails/
+%doc %{gem_instdir}/INSTALL
+%doc %{gem_instdir}/README.md
+%doc %{gem_instdir}/MIT-LICENSE
+
+%files doc
+%doc %{gem_docdir}
+%doc %{gem_instdir}/CHANGELOG
+%doc %{gem_instdir}/README_FOR_HEROKU_ADDON.md
+%doc %{gem_instdir}/TESTING.rdoc
+%doc %{gem_instdir}/SUPPORTED_RAILS_VERSIONS
+%{gem_instdir}/test/
+%{gem_instdir}/Rakefile
+
+%changelog
+* Mon Aug 05 2013 Miroslav Suchý <msuchy at redhat.com> 2.4.11-5
+- 988789 - Description should end up with a dot.
+- 988789 - move LICENSE to main package
+
+* Fri Jul 26 2013 Miroslav Suchý <msuchy at redhat.com> 2.4.11-4
+- set description
+
+* Fri Jul 26 2013 Miroslav Suchý <msuchy at redhat.com> 2.4.11-3
+- remove spec from files
+
+* Thu Jul 25 2013 Miroslav Suchý <msuchy at redhat.com> 2.4.11-2
+- initial package
+
+* Thu Jul 25 2013 msuchy at redhat.com - 2.4.11-1
+- Initial package
diff --git a/sources b/sources
index e69de29..21ee529 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+bd1e4fba3398aaa66fe3bd1ef7f59fb8  hoptoad_notifier-2.4.11.gem


More information about the scm-commits mailing list