rpms/rubygem-mixlib-cli/devel rubygem-mixlib-cli-1.1.0-yaml.patch, NONE, 1.1 rubygem-mixlib-cli.spec, 1.4, 1.5

Matthew Kent mkent at fedoraproject.org
Wed Jun 9 06:11:40 UTC 2010


Author: mkent

Update of /cvs/pkgs/rpms/rubygem-mixlib-cli/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26989

Modified Files:
	rubygem-mixlib-cli.spec 
Added Files:
	rubygem-mixlib-cli-1.1.0-yaml.patch 
Log Message:
* Wed Jun 9 2010 Matthew Kent <mkent at magoazul.com> - 1.1.0-3
- New patch to enable check again.


rubygem-mixlib-cli-1.1.0-yaml.patch:
 Rakefile |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE rubygem-mixlib-cli-1.1.0-yaml.patch ---
--- mixlib-cli-1.1.0/Rakefile.orig	2010-06-08 23:04:18.771352983 -0700
+++ mixlib-cli-1.1.0/Rakefile	2010-06-08 23:04:26.855356694 -0700
@@ -40,6 +40,7 @@
 task :default => :spec
 
 require 'rake/rdoctask'
+require 'yaml'
 Rake::RDocTask.new do |rdoc|
   if File.exist?('VERSION.yml')
     config = YAML.load(File.read('VERSION.yml'))


Index: rubygem-mixlib-cli.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-mixlib-cli/devel/rubygem-mixlib-cli.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- rubygem-mixlib-cli.spec	8 Jun 2010 07:43:25 -0000	1.4
+++ rubygem-mixlib-cli.spec	9 Jun 2010 06:11:40 -0000	1.5
@@ -8,11 +8,12 @@
 Summary: Simple ruby mixin for CLI interfaces
 Name: rubygem-%{gemname}
 Version: 1.1.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Development/Languages
 License: ASL 2.0
 URL: http://github.com/opscode/mixlib-cli
 Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
+Patch0: rubygem-mixlib-cli-1.1.0-yaml.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: ruby(rubygems)
 Requires: ruby(abi) = %{rubyabi}
@@ -37,7 +38,6 @@ This package contains documentation for 
 %prep
 %setup -q -c -T
 
-%build
 mkdir -p .%{gemdir}
 gem install -V \
   --local \
@@ -45,6 +45,11 @@ gem install -V \
   --force --rdoc \
   %{SOURCE0}
 
+pushd .%{geminstdir}
+%patch0 -p1
+
+%build
+
 %install
 rm -rf %{buildroot}
 mkdir -p %{buildroot}%{gemdir}
@@ -58,7 +63,7 @@ rm -rf %{buildroot}
 
 %check
 pushd .%{geminstdir}
-rake spec || :
+rake spec
 
 %files
 %defattr(-, root, root, -)
@@ -77,6 +82,9 @@ rake spec || :
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Wed Jun 9 2010 Matthew Kent <mkent at magoazul.com> - 1.1.0-3
+- New patch to enable check again.
+
 * Tue Jun 8 2010 Matthew Kent <mkent at magoazul.com> - 1.1.0-2
 - Disable check for now.
 



More information about the scm-commits mailing list