[rubygem-simplecov] update to latest release

tdawson tdawson at fedoraproject.org
Tue Feb 4 21:58:58 UTC 2014


commit 1a29f45e23e9e762727feefed7bff508a2f63e0d
Author: Troy Dawson <tdawson at redhat.com>
Date:   Tue Feb 4 15:59:29 2014 -0600

    update to latest release

 .gitignore             |    1 +
 rubygem-simplecov.spec |   20 ++++++++------------
 sources                |    2 +-
 3 files changed, 10 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5b95679..39498b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /simplecov-0.7.1.gem
+/simplecov-0.8.2.gem
diff --git a/rubygem-simplecov.spec b/rubygem-simplecov.spec
index 880c7e9..9a9bd66 100644
--- a/rubygem-simplecov.spec
+++ b/rubygem-simplecov.spec
@@ -3,8 +3,8 @@
 
 Summary:       Code coverage analysis tool for Ruby 1.9
 Name:          rubygem-%{gem_name}
-Version:       0.7.1
-Release:       8%{?dist}
+Version:       0.8.2
+Release:       1%{?dist}
 Group:         Development/Languages
 License:       MIT
 URL:           http://github.com/colszowka/simplecov
@@ -54,16 +54,8 @@ gem unpack %{SOURCE0}
 gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
 
 %build
-mkdir -p ./%{gem_dir}
-
 gem build %{gem_name}.gemspec
-
-gem install -V \
-        --local \
-        --install-dir ./%{gem_dir} \
-        --force \
-        --rdoc \
-        %{gem_name}-%{version}.gem
+%gem_install
 
 %install
 mkdir -p %{buildroot}%{gem_dir}
@@ -87,7 +79,7 @@ chmod 0755 %{buildroot}%{gem_instdir}/Rakefile
 
 %files
 %dir %{gem_instdir}
-%doc %{gem_instdir}/LICENSE
+%doc %{gem_instdir}/MIT-LICENSE
 %{gem_instdir}/Appraisals
 %{gem_instdir}/cucumber.yml
 %{gem_instdir}/features
@@ -105,6 +97,10 @@ chmod 0755 %{buildroot}%{gem_instdir}/Rakefile
 %{gem_instdir}/CONTRIBUTING.md
 
 %changelog
+* Tue Feb 04 2014 Troy Dawson <tdawson at redhat.com> - 0.8.2-1
+- Updated to version 0.8.2
+- Update to latest ruby spec guidelines
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 685f9d5..a250ec3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b8bf6ed1beb5277e06b6c3fb6dbf124c  simplecov-0.7.1.gem
+c63097560a9db8e314a024e145eacbe6  simplecov-0.8.2.gem


More information about the scm-commits mailing list