- 4.2.0
This commit is contained in:
parent
23be7d60d5
commit
7aa58290b1
3 changed files with 10 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
htmlentities-4.1.0.gem
|
||||
htmlentities-4.2.0.gem
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
ccb03a8085d032ebfdcef45eba91ada2 htmlentities-4.1.0.gem
|
||||
ad78c92451862e54fa608539d7c1bccd htmlentities-4.2.0.gem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue