Compare commits

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

7 commits

Author SHA1 Message Date
Fedora Release Engineering
bfee063d09 dist-git conversion 2010-07-29 11:51:46 +00:00
Mamoru Tasaka
f0df2a2bd9 - 4.2.1 2010-04-09 16:20:23 +00:00
Mamoru Tasaka
b90186d41a - 4.2.0 (tarball seems respun) 2010-01-12 15:37:51 +00:00
Bill Nottingham
8e7ee14fda Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:31:21 +00:00
Mamoru Tasaka
d7ed168908 - 4.2.0 2009-08-26 17:05:20 +00:00
Mamoru Tasaka
1f6148508b - 4.1.0 2009-08-20 16:24:08 +00:00
Jesse Keating
f3924e9c0f Initialize branch F-11 for rubygem-htmlentities 2009-04-15 07:43:15 +00:00
5 changed files with 23 additions and 25 deletions

View file

@ -1 +0,0 @@
htmlentities-4.0.0.gem

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
htmlentities-4.2.1.gem

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: rubygem-htmlentities
# $Id$
NAME := rubygem-htmlentities
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -9,8 +9,8 @@
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.0.0 Version: 4.2.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/
@ -58,6 +58,9 @@ rm -rf %{buildroot}
mkdir -p %{buildroot}%{gemdir} mkdir -p %{buildroot}%{gemdir}
cp -a ./%{gemdir}/* %{buildroot}%{gemdir}/ cp -a ./%{gemdir}/* %{buildroot}%{gemdir}/
# Cleanups
rm -f %{buildroot}%{geminstdir}/setup.rb
# Create symlinks for ruby-%%{gemname} # Create symlinks for ruby-%%{gemname}
# Copied from rubygem-gettext.spec # Copied from rubygem-gettext.spec
@ -125,6 +128,7 @@ rm -rf %{buildroot}
%dir %{geminstdir} %dir %{geminstdir}
%doc %{geminstdir}/[A-Z]* %doc %{geminstdir}/[A-Z]*
%{geminstdir}/lib/ %{geminstdir}/lib/
%doc %{geminstdir}/perf/
%doc %{geminstdir}/test/ %doc %{geminstdir}/test/
%{gemdir}/cache/%{gemname}-%{version}.gem %{gemdir}/cache/%{gemname}-%{version}.gem
@ -137,6 +141,21 @@ rm -rf %{buildroot}
%changelog %changelog
* Sat Apr 11 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 4.2.1-1
- 4.2.1
* Wed Jan 13 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 4.2.0-2.respin1
- 4.2.0 (tarball seems respun)
* 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
* Sat Jul 25 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 4.0.0-3
- F-12: Mass rebuild
* Fri Mar 6 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> * Fri Mar 6 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
- Cleanups - Cleanups

View file

@ -1 +1 @@
8490050367c95d63f83049852f7e93a8 htmlentities-4.0.0.gem 9ef40bc84cf09c1a653c56c440d166fc htmlentities-4.2.1.gem