- 0.7.5
- Move more files to -doc - Now needs rubygem(isolate) for BR
This commit is contained in:
parent
3b4b41d4fd
commit
c895d97fb5
3 changed files with 27 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
rake-compiler-0.7.0.gem
|
||||
rake-compiler-0.7.1.gem
|
||||
/rake-compiler-0.7.5.gem
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
Summary: Rake-based Ruby C Extension task generator
|
||||
Name: rubygem-%{gemname}
|
||||
Version: 0.7.1
|
||||
Version: 0.7.5
|
||||
Release: 1%{?dist}
|
||||
Group: Development/Languages
|
||||
License: MIT
|
||||
|
|
@ -15,6 +15,7 @@ Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
|
|||
|
||||
BuildRequires: ruby(abi) = %{rubyabi}
|
||||
BuildRequires: ruby(rubygems) >= 1.3.5
|
||||
BuildRequires: rubygem(isolate)
|
||||
BuildRequires: rubygem(rake)
|
||||
Requires: ruby(abi) = %{rubyabi}
|
||||
Requires: ruby(rubygems) >= 1.3.5
|
||||
|
|
@ -76,30 +77,51 @@ rmdir %{buildroot}%{gemdir}/bin
|
|||
|
||||
%check
|
||||
pushd .%{geminstdir}
|
||||
|
||||
# Modify Isolate file
|
||||
cp -p Isolate{,.orig}
|
||||
sed -i -e 's|gem |# gem|' Isolate
|
||||
|
||||
rake spec
|
||||
|
||||
# back to the original
|
||||
mv -f Isolate{.orig,}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/rake-compiler
|
||||
|
||||
%dir %{geminstdir}
|
||||
%doc %{geminstdir}/README.rdoc
|
||||
%doc %{geminstdir}/LICENSE.txt
|
||||
%doc %{geminstdir}/History.txt
|
||||
%{geminstdir}/Rakefile
|
||||
%{geminstdir}/cucumber.yml
|
||||
%{geminstdir}/[a-z]*/
|
||||
|
||||
%{geminstdir}/bin/
|
||||
%{geminstdir}/features/
|
||||
%{geminstdir}/lib/
|
||||
%{geminstdir}/tasks/
|
||||
|
||||
%{gemdir}/cache/%{gemname}-%{version}.gem
|
||||
%{gemdir}/specifications/%{gemname}-%{version}.gemspec
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root,-)
|
||||
%{gemdir}/doc/%{gemname}-%{version}
|
||||
%{geminstdir}/Isolate
|
||||
%{geminstdir}/Rakefile
|
||||
%{geminstdir}/spec/
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 30 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.7.5-1
|
||||
- 0.7.5
|
||||
- Move more files to -doc
|
||||
- Now needs rubygem(isolate) for BR
|
||||
|
||||
* Wed Aug 11 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.7.1-1
|
||||
- 0.7.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
0a82ac13904c3d64784cc97fecd7ffa9 rake-compiler-0.7.1.gem
|
||||
ebbae09d4f32fbdd3b6f116c4d254de8 rake-compiler-0.7.5.gem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue