[rubygem-bacon] Update to Bacon 1.2.0.

Vít Ondruch vondruch at fedoraproject.org
Mon Mar 23 09:23:18 UTC 2015


commit 37435fc234590d6b03a8cfa633c3ad73fc7202d8
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Mon Mar 23 10:22:46 2015 +0100

    Update to Bacon 1.2.0.

 .gitignore         |  1 +
 rubygem-bacon.spec | 49 ++++++++++++++++++++++++-------------------------
 sources            |  2 +-
 3 files changed, 26 insertions(+), 26 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cb36a2e..b26d7d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 bacon-1.1.0.gem
+/bacon-1.2.0.gem
diff --git a/rubygem-bacon.spec b/rubygem-bacon.spec
index 9fee456..97b5e96 100644
--- a/rubygem-bacon.spec
+++ b/rubygem-bacon.spec
@@ -1,44 +1,40 @@
 %global gem_name bacon
 
-Summary:        A ruby-based testing framework
-Name:           rubygem-%{gem_name}
-Version:        1.1.0
-Release:        11%{?dist}
-Group:          Development/Languages
-License:        MIT
-URL:            http://chneukirchen.org/repos/bacon
-Source0:        http://gems.rubyforge.org/gems/%{gem_name}-%{version}.gem
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:       ruby(rubygems)
-Requires:       ruby(release)
-BuildRequires:  rubygems-devel
-BuildArch:      noarch
-Provides:       rubygem(%{gem_name}) = %{version}
+Name: rubygem-%{gem_name}
+Version: 1.2.0
+Release: 1%{?dist}
+Summary: A small RSpec clone
+Group: Development/Languages
+License: MIT
+URL: http://github.com/chneukirchen/bacon
+Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
+BuildRequires: ruby(release)
+BuildRequires: rubygems-devel
+BuildRequires: ruby
+BuildArch: noarch
 
 %description
-Bacon is a small and lightweigt RSpec clone, providing essential
-spec framework features.
+Bacon is a small RSpec clone weighing less than 350 LoC but
+nevertheless providing all essential features.
 
 %package doc
 Summary: Documentation for %{name}
 Group: Documentation
-
 Requires: %{name} = %{version}-%{release}
+BuildArch: noarch
 
 %description doc
-This package contains documentation for %{name}.
+Documentation for %{name}.
 
 %prep
 %setup -q -c -T
 %gem_install -n %{SOURCE0}
 
-
 %build
 
-
 %install
 mkdir -p %{buildroot}%{gem_dir}
-cp -pa .%{gem_dir}/* \
+cp -a .%{gem_dir}/* \
         %{buildroot}%{gem_dir}/
 
 
@@ -54,14 +50,14 @@ LANG=C sed 's/\xc2//g' -i %{buildroot}%{gem_instdir}/ChangeLog
 
 
 %check
-pushd $RPM_BUILD_ROOT%{gem_instdir}
+pushd .%{gem_instdir}
 bin/bacon -Ilib:. --automatic --quiet
 popd
 
-
 %files
 %{_bindir}/bacon
 %dir %{gem_instdir}
+%exclude %{gem_instdir}/.*
 %dir %{gem_instdir}/bin
 %{gem_instdir}/bin/bacon
 %{gem_libdir}
@@ -70,15 +66,18 @@ popd
 
 %files doc
 %{gem_instdir}/Rakefile
+%{gem_instdir}/bacon.gemspec
 %{gem_instdir}/test
-%doc %{gem_instdir}/README
+%doc %{gem_instdir}/README.rdoc
 %doc %{gem_instdir}/RDOX
 %doc %{gem_instdir}/COPYING
 %doc %{gem_instdir}/ChangeLog
 %doc %{gem_docdir}
 
-
 %changelog
+* Mon Mar 23 2015 Vít Ondruch <vondruch at redhat.com> - 1.2.0-1
+- Update to Bacon 1.2.0.
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index f535d34..f67d55f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c47c4911567d771c906ff87357b60b83  bacon-1.1.0.gem
+83b8cda878db6ff7e832bd1f70d70be7  bacon-1.2.0.gem


More information about the scm-commits mailing list