Compare commits

...
Sign in to create a new pull request.

7 commits

Author SHA1 Message Date
Mamoru Tasaka
8d6f37e0f2 F-17: Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-15 01:05:48 +09:00
Mamoru Tasaka
be257971b8 2.4.3 2011-12-18 04:16:29 +09:00
Mamoru Tasaka
f4279a0254 2.4.2 2011-11-27 11:26:48 +09:00
Mamoru Tasaka
30a5dc60b4 2.4.1 2011-11-16 00:26:53 +09:00
Mamoru Tasaka
fc681135d2 2.4.0 2011-09-19 16:28:15 +09:00
Mamoru Tasaka
f41484ab25 2.3.2 2011-08-18 01:06:56 +09:00
Mamoru Tasaka
6f53ca6f38 2.3.1 2011-08-14 23:19:13 +09:00
3 changed files with 40 additions and 17 deletions

8
.gitignore vendored
View file

@ -2,3 +2,11 @@
/test-unit-2.1.2.gem
/test-unit-2.2.0.gem
/test-unit-2.3.0.gem
/test-unit-2.3.1.gem
/rubygem-test-unit-2.3.1-missing-files.tar.gz
/test-unit-2.3.2.gem
/test-unit-2.4.0.gem
/test-unit-2.4.1.gem
/test-unit-2.4.2.gem
/test-unit-2.4.3.gem
/test-unit-2.4.4.gem

View file

@ -4,9 +4,12 @@
%global rubyabi 1.8
# svn repository
# http://test-unit.rubyforge.org/svn/trunk/
Summary: Improved version of Test::Unit bundled in Ruby 1.8.x
Name: rubygem-%{gemname}
Version: 2.3.0
Version: 2.4.4
Release: 1%{?dist}
Group: Development/Languages
# lib/test/unit/diff.rb is under GPLv2 or Ruby or Python
@ -18,8 +21,8 @@ Source0: http://rubygems.org/gems/%{gemname}-%{version}.gem
BuildRequires: ruby(abi) = %{rubyabi}
BuildRequires: rubygems
# For %%check
BuildRequires: rubygem(rake)
BuildRequires: rubygem(hoe)
#BuildRequires: rubygem(rake)
#BuildRequires: rubygem(hoe)
Requires: ruby(abi) = %{rubyabi}
Requires: rubygems
@ -54,17 +57,11 @@ gem install \
%{SOURCE0}
find . -name \*.gem | xargs chmod 0644
pushd .%{geminstdir}
# rdoc gem not needed
sed -i -e '/rdoc/s|^gem|#gem|' Rakefile
popd
find . -type f | xargs chmod ugo+r
%build
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{gemdir}
cp -a .%{gemdir}/* \
%{buildroot}%{gemdir}/
@ -80,12 +77,11 @@ find %{buildroot}%{geminstdir}/bin -type f | xargs chmod 0755
## rename!!
mv %{buildroot}%{_bindir}/testrb{,2}
%clean
rm -rf %{buildroot}
%check
pushd .%{geminstdir}
rake test --trace
#rake test --trace
ruby -Ilib ./test/run-test.rb
popd
%files
%defattr(-,root,root,-)
@ -103,14 +99,33 @@ rake test --trace
%files doc
%defattr(-,root,root,-)
%{geminstdir}/Rakefile
%{geminstdir}/html/
%{geminstdir}/images/
%{geminstdir}/sample/
%{geminstdir}/test/
%{gemdir}/doc/%{gemname}-%{version}/
%changelog
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.3-2
- F-17: Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Sun Dec 18 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 2.4.3-1
- 2.4.3
* Sun Nov 27 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 2.4.2-1
- 2.4.2
* Wed Nov 16 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 2.4.1-1
- 2.4.1
* Mon Sep 19 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 2.4.0-1
- 2.4.0
* Thu Aug 18 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 2.3.2-1
- 2.3.2
* Sun Aug 14 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 2.3.1-1
- 2.3.1
* Sun Apr 24 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 2.3.0-1
- 2.3.0

View file

@ -1 +1 @@
393047f217a0156b3b2ea288e171d7f5 test-unit-2.3.0.gem
2fdf0705f7ee7e42676325eff2c32e85 test-unit-2.4.4.gem