Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
48ec375e95 | ||
|
|
9a7bc544c3 |
3 changed files with 20 additions and 10 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,3 +2,5 @@ htmlentities-4.2.0.gem
|
||||||
/htmlentities-4.2.2.gem
|
/htmlentities-4.2.2.gem
|
||||||
/htmlentities-4.2.3.gem
|
/htmlentities-4.2.3.gem
|
||||||
/htmlentities-4.2.4.gem
|
/htmlentities-4.2.4.gem
|
||||||
|
/htmlentities-4.3.0.gem
|
||||||
|
/htmlentities-4.3.1.gem
|
||||||
|
|
|
||||||
|
|
@ -7,15 +7,17 @@
|
||||||
|
|
||||||
%global rubyabi 1.8
|
%global rubyabi 1.8
|
||||||
|
|
||||||
|
# Some functions removed on 4.2.4. Please don't upgrade this rpm
|
||||||
|
# to 4.3.0+ on F-14-
|
||||||
|
|
||||||
Summary: A module for encoding and decoding (X)HTML entities
|
Summary: A module for encoding and decoding (X)HTML entities
|
||||||
Name: rubygem-%{gemname}
|
Name: rubygem-%{gemname}
|
||||||
Version: 4.2.4
|
Version: 4.3.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://htmlentities.rubyforge.org/
|
URL: http://htmlentities.rubyforge.org/
|
||||||
Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
|
Source0: http://rubygems.org/gems/%{gemname}-%{version}.gem
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
BuildRequires: ruby(abi) = %{rubyabi}
|
BuildRequires: ruby(abi) = %{rubyabi}
|
||||||
BuildRequires: ruby(rubygems)
|
BuildRequires: ruby(rubygems)
|
||||||
|
|
@ -115,11 +117,11 @@ create_symlink_rec %{geminstdir}/lib %{ruby_sitelib}
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
pushd ./%{geminstdir}/test/
|
pushd ./%{geminstdir}/
|
||||||
ruby test_all.rb
|
for f in test/*.rb
|
||||||
|
do
|
||||||
%clean
|
ruby -Ilib $f
|
||||||
rm -rf %{buildroot}
|
done
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
|
@ -141,6 +143,12 @@ rm -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 4 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 4.3.1-1
|
||||||
|
- 4.3.1
|
||||||
|
|
||||||
|
* Sun Apr 03 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 4.3.0-1
|
||||||
|
- 4.3.0
|
||||||
|
|
||||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.4-2
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.4-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
fa03f7fc44769acab2e6c6e6a66d4b67 htmlentities-4.2.4.gem
|
53a9218c02ef3671d6fc9fe843ebd360 htmlentities-4.3.1.gem
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue