This commit is contained in:
Mamoru Tasaka 2009-08-26 17:05:20 +00:00
commit 7aa58290b1
3 changed files with 10 additions and 3 deletions

View file

@ -1 +1 @@
htmlentities-4.1.0.gem
htmlentities-4.2.0.gem

View file

@ -9,7 +9,7 @@
Summary: A module for encoding and decoding (X)HTML entities
Name: rubygem-%{gemname}
Version: 4.1.0
Version: 4.2.0
Release: 1%{?dist}
Group: Development/Languages
License: MIT
@ -58,6 +58,9 @@ rm -rf %{buildroot}
mkdir -p %{buildroot}%{gemdir}
cp -a ./%{gemdir}/* %{buildroot}%{gemdir}/
# Cleanups
rm -f %{buildroot}%{geminstdir}/setup.rb
# Create symlinks for ruby-%%{gemname}
# Copied from rubygem-gettext.spec
@ -125,6 +128,7 @@ rm -rf %{buildroot}
%dir %{geminstdir}
%doc %{geminstdir}/[A-Z]*
%{geminstdir}/lib/
%doc %{geminstdir}/perf/
%doc %{geminstdir}/test/
%{gemdir}/cache/%{gemname}-%{version}.gem
@ -137,6 +141,9 @@ rm -rf %{buildroot}
%changelog
* Thu Aug 27 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 4.2.0-1
- 4.2.0
* Fri Aug 21 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 4.1.0-1
- 4.1.0

View file

@ -1 +1 @@
ccb03a8085d032ebfdcef45eba91ada2 htmlentities-4.1.0.gem
ad78c92451862e54fa608539d7c1bccd htmlentities-4.2.0.gem