|
|
|
@ -7,8 +7,8 @@
|
|
|
|
|
|
|
|
|
|
Summary: Scripting framework that replaces rake, sake and rubigen
|
|
|
|
|
Name: rubygem-%{gemname}
|
|
|
|
|
Version: 0.12.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.13.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Group: Development/Languages
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: http://github.com/wycats/thor
|
|
|
|
@ -22,6 +22,8 @@ Requires: rubygem(rake)
|
|
|
|
|
Requires: rubygem(diff-lcs)
|
|
|
|
|
BuildRequires: ruby(rubygems)
|
|
|
|
|
BuildRequires: ruby(abi) = %{rubyabi}
|
|
|
|
|
# No rdoc or fakeweb gem packages yet
|
|
|
|
|
#BuildRequires(check): rubygem(rake), rubygem(diff-lcs), rubygem(rdoc), rubygem(fakeweb)
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Provides: rubygem(%{gemname}) = %{version}
|
|
|
|
|
|
|
|
|
@ -64,10 +66,10 @@ find %{buildroot}%{geminstdir}/bin -type f | \
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
# TODO: Specs are shipped in the gem but broken in 0.12.0, attempt to run in
|
|
|
|
|
# next release. Requires older Rake::RDocTask.new in Thorfile and
|
|
|
|
|
# is missing some files. Requested resolution in
|
|
|
|
|
# http://github.com/wycats/thor/issues#issue/9
|
|
|
|
|
# Can't yet run %%check missing a couple dependencies
|
|
|
|
|
#%check
|
|
|
|
|
#pushd .%{geminstdir}
|
|
|
|
|
#ruby -Ilib bin/thor :spec
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
@ -89,6 +91,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{gemdir}/doc/%{gemname}-%{version}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed May 5 2010 Matthew Kent <mkent@magoazul.com> - 0.13.6-1
|
|
|
|
|
- New upstream version.
|
|
|
|
|
|
|
|
|
|
* Fri Dec 18 2009 Matthew Kent <mkent@magoazul.com> - 0.12.0-2
|
|
|
|
|
- Add Requires for rubygem(rake) (#542559).
|
|
|
|
|
- Upstream replaced Source after the gemcutter migration, update to latest
|
|
|
|
|