[rubygem-rspec-support] 3.0.3

Mamoru TASAKA mtasaka at fedoraproject.org
Thu Aug 14 08:57:27 UTC 2014


commit af26acca9e8eda5d2e8107e994ba85ec74c8d1e1
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Thu Aug 14 17:57:28 2014 +0900

    3.0.3

 rubygem-rspec-support.spec |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/rubygem-rspec-support.spec b/rubygem-rspec-support.spec
index 19461e0..b40313e 100644
--- a/rubygem-rspec-support.spec
+++ b/rubygem-rspec-support.spec
@@ -1,23 +1,21 @@
 %global	gem_name	rspec-support
 
-%global	mainver	3.0.0
-%global	prever		.beta2
+%global	mainver	3.0.3
+%undefine	prever
 
-%global	mainrel	4
+%global	mainrel	1
 %global	prerpmver	%(echo "%{?prever}" | sed -e 's|\\.||g')
 
 
 Name:		rubygem-%{gem_name}
 Version:	%{mainver}
-Release:	%{?prever:0.}%{mainrel}%{?prever:.%{prerpmver}}%{?dist}.1
+Release:	%{?prever:0.}%{mainrel}%{?prever:.%{prerpmver}}%{?dist}
 
 Summary:	Common functionality to Rspec series
 Group:		Development/Languages
 License:	MIT
 URL:		https://github.com/rspec/rspec-support
 Source0:	https://rubygems.org/gems/%{gem_name}-%{mainver}%{?prever}.gem
-Requires:	ruby(release)
-Requires:	ruby(rubygems)
 BuildRequires:	ruby(release)
 BuildRequires:	rubygems-devel
 
@@ -60,7 +58,9 @@ cp -pa .%{gem_dir}/* \
 
 %files
 %dir	%{gem_instdir}
-%doc	%{gem_instdir}/[A-Z]*
+%doc	%{gem_instdir}/Changelog.md
+%doc	%{gem_instdir}/README.md
+%license	%{gem_instdir}/LICENSE.txt
 
 %{gem_libdir}
 %exclude %{gem_cache}
@@ -70,6 +70,9 @@ cp -pa .%{gem_dir}/* \
 %doc	%{gem_docdir}
 
 %changelog
+* Thu Aug 14 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 3.0.3-1
+- 3.0.3
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.0-0.4.beta2.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list