Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a3c341229f | ||
|
|
ce05e5cad2 | ||
|
|
42c09b45b6 | ||
|
|
4bfb21a61c | ||
|
|
a317b9b72c | ||
|
|
2ab4cd8aec |
5 changed files with 19 additions and 25 deletions
|
|
@ -1 +0,0 @@
|
||||||
htmlentities-4.2.0.gem
|
|
||||||
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
htmlentities-4.2.1.gem
|
||||||
|
/htmlentities-4.2.2.gem
|
||||||
|
/htmlentities-4.2.3.gem
|
||||||
|
/htmlentities-4.2.4.gem
|
||||||
21
Makefile
21
Makefile
|
|
@ -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 $$d/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)
|
|
||||||
|
|
@ -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.2.0
|
Version: 4.2.4
|
||||||
Release: 2%{?dist}.respin1
|
Release: 1%{?dist}
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://htmlentities.rubyforge.org/
|
URL: http://htmlentities.rubyforge.org/
|
||||||
|
|
@ -141,6 +141,18 @@ rm -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 1 2011 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 4.2.4-1
|
||||||
|
- 4.2.4
|
||||||
|
|
||||||
|
* Fri Jan 14 2011 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 4.2.3-1
|
||||||
|
- 4.2.3
|
||||||
|
|
||||||
|
* Sun Nov 6 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 4.2.2-1
|
||||||
|
- 4.2.2
|
||||||
|
|
||||||
|
* 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
|
* Wed Jan 13 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 4.2.0-2.respin1
|
||||||
- 4.2.0 (tarball seems respun)
|
- 4.2.0 (tarball seems respun)
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
4f969adda1916cc6f724eb478ea6d215 htmlentities-4.2.0.gem
|
fa03f7fc44769acab2e6c6e6a66d4b67 htmlentities-4.2.4.gem
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue