vondruch / rpms / ruby

Forked from rpms/ruby 6 years ago
Clone
cvsdist 29f468a
%define	rubyxver	1.8
0ccd24a
%define	rubyver		1.8.6
ab1c353
%define _patchlevel	111
f069eea
%define dotpatchlevel	%{?_patchlevel:.%{_patchlevel}}
f069eea
%define patchlevel	%{?_patchlevel:-p%{_patchlevel}}
81fc3c3
%define	arcver		%{rubyver}%{?patchlevel}
b89a099
%define	sitedir		%{_libdir}/ruby/site_ruby
0ccd24a
# This is required to ensure that noarch files puts under /usr/lib/... for
0ccd24a
# multilib because ruby library is installed under /usr/{lib,lib64}/ruby anyway.
38b1bf1
%define	sitedir2	%{_prefix}/lib/ruby/site_ruby
81fc3c3
%define	_normalized_cpu	%(echo `echo %{_target_cpu} | sed 's/^ppc/powerpc/'`)
cvsdist 53133ba
cvsdist 53133ba
Name:		ruby
f069eea
Version:	%{rubyver}%{?dotpatchlevel}
e2d02a3
Release:	8%{?dist}
d90f4cb
License:	Ruby or GPL+
cvsdist 53133ba
URL:		http://www.ruby-lang.org/
f0df5e4
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ddb078e
BuildRequires:	readline readline-devel ncurses ncurses-devel gdbm gdbm-devel glibc-devel tcl-devel tk-devel libX11-devel autoconf gcc unzip openssl-devel db4-devel byacc
ddb078e
%ifnarch ppc64
ddb078e
BuildRequires:	emacs
ddb078e
%endif
cvsdist 53133ba
81fc3c3
Source0:	ftp://ftp.ruby-lang.org/pub/%{name}/%{rubyxver}/%{name}-%{arcver}.tar.bz2
3646e24
## Dead link
81fc3c3
##Source1:	http://www7.tok2.com/home/misc/files/%{name}/%{name}-refm-rdp-1.8.1-ja-html.tar.gz
81fc3c3
Source1:	%{name}-refm-rdp-1.8.1-ja-html.tar.gz
3646e24
Source2:	ftp://ftp.ruby-lang.org/pub/%{name}/doc/rubyfaq-990927.tar.gz
3646e24
Source3:	ftp://ftp.ruby-lang.org/pub/%{name}/doc/rubyfaq-jp-990927.tar.gz
81fc3c3
Source4:	irb.1
cvsdist 53133ba
Source10:	ruby-mode-init.el
cvsdist 53133ba
0ccd24a
Patch1:		ruby-deadcode.patch
f0df5e4
Patch20:	ruby-rubyprefix.patch
f0df5e4
Patch21:	ruby-deprecated-sitelib-search-path.patch
f0df5e4
Patch22:	ruby-deprecated-search-path.patch
f0df5e4
Patch23:	ruby-multilib.patch
ab1c353
Patch24:	ruby-1.8.6.111-CVE-2007-5162.patch
16b6202
Patch25:	ruby-1.8.6.111-gcc43.patch
cvsdist 53133ba
cvsdist 53133ba
Summary:	An interpreter of object-oriented scripting language
cvsdist 53133ba
Group:		Development/Languages
cvsdist 53133ba
Requires:	%{name}-libs = %{version}-%{release}
cvsdist 1c4905a
cvsdist 1c4905a
%description
cvsdist b27f861
Ruby is the interpreted scripting language for quick and easy
cvsdist 53133ba
object-oriented programming.  It has many features to process text
cvsdist 53133ba
files and to do system management tasks (as in Perl).  It is simple,
cvsdist b27f861
straight-forward, and extensible.
cvsdist b27f861
cvsdist 53133ba
cvsdist b27f861
%package libs
0ccd24a
Summary:	Libraries necessary to run Ruby
cvsdist 53133ba
Group:		Development/Libraries
ea33ea1
Provides:	ruby(abi) = %{rubyxver}
0ccd24a
Provides:	libruby = %{version}-%{release}
0ccd24a
Obsoletes:	libruby <= %{version}-%{release}
cvsdist b27f861
cvsdist b27f861
%description libs
cvsdist b27f861
This package includes the libruby, necessary to run Ruby.
cvsdist b27f861
cvsdist 1875f02
cvsdist b27f861
%package devel
0ccd24a
Summary:	A Ruby development environment
cvsdist 53133ba
Group:		Development/Languages
cvsdist 53133ba
Requires:	%{name}-libs = %{version}-%{release}
ab8b616
Provides:	%{name}-libs-static = %{version}-%{release}
cvsdist 1c4905a
cvsdist b27f861
%description devel
cvsdist 1c4905a
Header files and libraries for building a extension library for the
cvsdist 1c4905a
Ruby or an application embedded Ruby.
cvsdist 1c4905a
cvsdist 53133ba
cvsdist b27f861
%package tcltk
0ccd24a
Summary:	Tcl/Tk interface for scripting language Ruby
cvsdist 53133ba
Group:		Development/Languages
cvsdist 53133ba
Requires:	%{name}-libs = %{version}-%{release}
cvsdist 1c4905a
cvsdist b27f861
%description tcltk
cvsdist 1c4905a
Tcl/Tk interface for the object-oriented scripting language Ruby.
cvsdist 1c4905a
cvsdist 1875f02
b372372
%package irb
0ccd24a
Summary:	The Interactive Ruby
cvsdist 53133ba
Group:		Development/Languages
cvsdist 53133ba
Requires:	%{name} = %{version}-%{release}
0ccd24a
Provides:	irb = %{version}-%{release}
0ccd24a
Obsoletes:	irb <= %{version}-%{release}
cvsdist 1c4905a
b372372
%description irb
cvsdist fb62e67
The irb is acronym for Interactive Ruby.  It evaluates ruby expression
cvsdist 53133ba
from the terminal.
cvsdist 1875f02
cvsdist 1c4905a
b372372
%package rdoc
be9eb09
Summary:	A tool to generate documentation from Ruby source files
be9eb09
Group:		Development/Languages
3646e24
## ruby-irb requires ruby
3646e24
#Requires:	%{name} = %{version}-%{release}
b372372
Requires:	%{name}-irb = %{version}-%{release}
0ccd24a
Provides:	rdoc = %{version}-%{release}
0ccd24a
Obsoletes:	rdoc <= %{version}-%{release}
be9eb09
b372372
%description rdoc
be9eb09
The rdoc is a tool to generate the documentation from Ruby source files.
be9eb09
It supports some output formats, like HTML, Ruby interactive reference (ri),
be9eb09
XML and Windows Help file (chm).
be9eb09
491a2a0
cvsdist b27f861
%package docs
0ccd24a
Summary:	Manuals and FAQs for scripting language Ruby
cvsdist 53133ba
Group:		Documentation
cvsdist 1c4905a
cvsdist b27f861
%description docs
cvsdist 1c4905a
Manuals and FAQs for the object-oriented scripting language Ruby.
cvsdist 1c4905a
cvsdist 1875f02
f8e4dcc
%ifnarch ppc64
cvsdist 53133ba
%package mode
cvsdist 53133ba
Summary:	Emacs Lisp ruby-mode for the scripting language Ruby
cvsdist 53133ba
Group:		Applications/Editors
538e6e5
Requires:	emacs-common
cvsdist 53133ba
cvsdist 53133ba
%description mode
cvsdist 53133ba
Emacs Lisp ruby-mode for the object-oriented scripting language Ruby.
f8e4dcc
%endif
cvsdist 53133ba
cvsdist 53133ba
b372372
%package ri
e5e207b
Summary:	Ruby interactive reference
e5e207b
Group:		Documentation
3646e24
## ruby-irb requires ruby, which ruby-rdoc requires
3646e24
#Requires:	%{name} = %{version}-%{release}
b372372
Requires:	%{name}-rdoc = %{version}-%{release}
0ccd24a
Provides:	ri = %{version}-%{release}
0ccd24a
Obsoletes:	ri <= %{version}-%{release}
e5e207b
b372372
%description ri
e5e207b
ri is a command line tool that displays descriptions of built-in
e5e207b
Ruby methods, classes and modules. For methods, it shows you the calling
e5e207b
sequence and a description. For classes and modules, it shows a synopsis
e5e207b
along with a list of the methods the class or module implements.
e5e207b
e5e207b
cvsdist 1c4905a
%prep
81fc3c3
%setup -q -c -a 2 -a 3
cvsdist 91cfb34
mkdir -p ruby-refm-ja
cvsdist 91cfb34
pushd ruby-refm-ja
81fc3c3
tar fxz %{SOURCE1}
cvsdist 91cfb34
popd
81fc3c3
pushd %{name}-%{arcver}
cvsdist 461df61
%patch1 -p1
f0df5e4
%patch20 -p1
f0df5e4
%patch21 -p1
f0df5e4
%ifarch ppc64 s390x sparc64 x86_64
f0df5e4
%patch22 -p1
f0df5e4
%patch23 -p1
38b1bf1
%endif
0ce3eec
%patch24 -p1
16b6202
%patch25 -p1
cvsdist 53133ba
popd
cvsdist 1c4905a
cvsdist 1c4905a
%build
81fc3c3
pushd %{name}-%{arcver}
cvsdist 91cfb34
for i in config.sub config.guess; do
cvsdist 91cfb34
	test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
cvsdist 91cfb34
done
cvsdist 53133ba
autoconf
cvsdist 53133ba
cvsdist 91cfb34
rb_cv_func_strtod=no
cvsdist 91cfb34
export rb_cv_func_strtod
25b45e3
CFLAGS="$RPM_OPT_FLAGS -Wall"
cvsdist 29f468a
export CFLAGS
cvsdist 91cfb34
%configure \
cvsdist fb62e67
  --with-sitedir='%{sitedir}' \
cvsdist 1c4905a
  --with-default-kcode=none \
e7cc3ee
  --with-bundled-sha1 \
e7cc3ee
  --with-bundled-md5 \
e7cc3ee
  --with-bundled-rmd160 \
cvsdist 1c4905a
  --enable-shared \
cvsdist 1c4905a
  --enable-ipv6 \
f3840b1
  --enable-pthread \
e5e207b
  --with-lookup-order-hack=INET \
38b1bf1
  --disable-rpath \
38b1bf1
  --with-ruby-prefix=%{_prefix}/lib
cvsdist 1c4905a
3646e24
make RUBY_INSTALL_NAME=ruby %{?_smp_mflags} COPY="cp -p" %{?_smp_mflags}
cvsdist 91cfb34
%ifarch ia64
cvsdist 91cfb34
# Miscompilation? Buggy code?
cvsdist 91cfb34
rm -f parse.o
cvsdist 91cfb34
make OPT=-O0 RUBY_INSTALL_NAME=ruby %{?_smp_mflags}
cvsdist 91cfb34
%endif
0ccd24a
0ccd24a
popd
0ccd24a
0ccd24a
%check
81fc3c3
pushd %{name}-%{arcver}
cvsdist 29f468a
%ifnarch ppc64
cvsdist 53133ba
make test
cvsdist 29f468a
%endif
cvsdist 53133ba
popd
cvsdist 1c4905a
cvsdist 1c4905a
%install
f0df5e4
rm -rf $RPM_BUILD_ROOT
cvsdist 53133ba
f8e4dcc
%ifnarch ppc64
3646e24
mkdir -p $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/ruby-mode
3646e24
mkdir -p $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d
f8e4dcc
%endif
cvsdist 1c4905a
cvsdist 1c4905a
# installing documents and exapmles...
3646e24
rm -rf tmp-ruby-docs
cvsdist 1c4905a
mkdir tmp-ruby-docs
cvsdist 1c4905a
cd tmp-ruby-docs
cvsdist 1c4905a
cvsdist 1c4905a
# for ruby.rpm
cvsdist 53133ba
mkdir ruby ruby-libs ruby-devel ruby-tcltk ruby-docs irb
cvsdist 1c4905a
cd ruby
81fc3c3
(cd ../../%{name}-%{arcver} && tar cf - sample) | tar xvf -
cvsdist 53133ba
cd ..
cvsdist 53133ba
cvsdist 53133ba
# for ruby-libs
cvsdist 53133ba
cd ruby-libs
3646e24
(cd ../../%{name}-%{arcver} && tar cf - lib/README*) | tar xf -
3646e24
(cd ../../%{name}-%{arcver}/doc && tar cf - .) | tar xf -
81fc3c3
(cd ../../%{name}-%{arcver} &&
cvsdist b27f861
 tar cf - `find ext \
cvsdist b27f861
  -mindepth 1 \
cvsdist b27f861
  \( -path '*/sample/*' -o -path '*/demo/*' \) -o \
cvsdist b27f861
  \( -name '*.rb' -not -path '*/lib/*' -not -name extconf.rb \) -o \
3646e24
  \( -name 'README*' -o -name '*.txt*' -o -name 'MANUAL*' \)`) | tar xf -
cvsdist 53133ba
cd ..
cvsdist 1c4905a
cvsdist 53133ba
# for irb
cvsdist 53133ba
cd irb
cvsdist 53133ba
mv ../ruby-libs/irb/* .
cvsdist 53133ba
rmdir ../ruby-libs/irb
cvsdist 1c4905a
cd ..
cvsdist 53133ba
cvsdist 53133ba
# for ruby-devel
cvsdist 1c4905a
cd ruby-devel
cvsdist 1c4905a
cvsdist 1c4905a
cd ..
cvsdist 53133ba
cvsdist 53133ba
# for ruby-tcltk
cvsdist 1c4905a
cd ruby-tcltk
cvsdist 1c4905a
for target in tcltklib tk
cvsdist 1c4905a
do
cvsdist 53133ba
 (cd ../ruby-libs &&
3646e24
  tar cf - `find . -path "*/$target/*"`) | tar xf -
cvsdist 53133ba
 (cd ../ruby-libs &&
cvsdist 1c4905a
  rm -rf `find . -name "$target" -type d`)
cvsdist 1c4905a
done
cvsdist 1c4905a
cd ..
cvsdist 53133ba
cvsdist 53133ba
# for ruby-docs
cvsdist 1c4905a
cd ruby-docs
81fc3c3
mkdir refm-ja faq-en faq-ja
3646e24
(cd ../../ruby-refm-ja && tar cf - .) | (cd refm-ja && tar xf -)
3646e24
(cd ../../rubyfaq && tar cf - .) | (cd faq-en && tar xf -)
3646e24
(cd ../../rubyfaq-jp && tar cf - .) | (cd faq-ja && tar xf -)
cvsdist 1c4905a
cvsdist 1c4905a
(cd faq-ja &&
cvsdist 1c4905a
 for f in rubyfaq-jp*.html
cvsdist 1c4905a
 do
cvsdist 1c4905a
  sed -e 's/\(
cvsdist 1c4905a
   < $f > `echo $f | sed -e's/-jp//'`
cvsdist 1c4905a
  rm -f $f; \
cvsdist 1c4905a
 done)
cvsdist 53133ba
cd ..
cvsdist 53133ba
cvsdist 53133ba
# fixing `#!' paths
cvsdist 53133ba
for f in `find . -type f`
cvsdist 53133ba
do
81fc3c3
  sed -e 's,^#![ 	]*\([^ 	]*\)/\(ruby\|wish\|perl\|env\),#!/usr/bin/\2,' < $f > $f.n
cvsdist 53133ba
  if ! cmp $f $f.n
cvsdist 53133ba
  then
cvsdist 53133ba
    mv -f $f.n $f
cvsdist 53133ba
  else
cvsdist 53133ba
    rm -f $f.n
cvsdist 53133ba
  fi
cvsdist 53133ba
done
cvsdist 1c4905a
81fc3c3
# make sure that all doc files are the world-readable
81fc3c3
find -type f | xargs chmod 0644
81fc3c3
81fc3c3
# convert to utf-8
81fc3c3
for i in `find -type f`; do
81fc3c3
	iconv -f utf-8 -t utf-8 $i > /dev/null 2>&1 || (iconv -f euc-jp -t utf-8 $i > $i.new && mv $i.new $i || exit 1)
81fc3c3
	if [ $? != 0 ]; then
81fc3c3
		iconv -f iso8859-1 -t utf-8 $i > $.new && mv $i.new $i || exit 1
81fc3c3
	fi
81fc3c3
done
81fc3c3
cvsdist 1c4905a
# done
cvsdist 53133ba
cd ..
cvsdist 1c4905a
cvsdist 1c4905a
# installing binaries ...
81fc3c3
make -C $RPM_BUILD_DIR/%{name}-%{version}/%{name}-%{arcver} DESTDIR=$RPM_BUILD_ROOT install
cvsdist 1c4905a
25b45e3
# generate ri doc
81fc3c3
rubybuilddir=$RPM_BUILD_DIR/%{name}-%{version}/%{name}-%{arcver}
3646e24
rm -rf %{name}-%{arcver}/.ext/rdoc
81fc3c3
LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir} RUBYLIB=$RPM_BUILD_ROOT%{_libdir}/ruby/%{rubyxver}:$RPM_BUILD_ROOT%{_libdir}/ruby/%{rubyxver}/%{_normalized_cpu}-%{_target_os} make -C $rubybuilddir DESTDIR=$RPM_BUILD_ROOT install-doc
81fc3c3
#DESTDIR=$RPM_BUILD_ROOT LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir} $RPM_BUILD_ROOT%{_bindir}/ruby -I $rubybuilddir -I $RPM_BUILD_ROOT%{_libdir}/ruby/%{rubyxver}/%{_normalized_cpu}-%{_target_os}/ -I $rubybuilddir/lib $RPM_BUILD_ROOT%{_bindir}/rdoc --all --ri-system $rubybuilddir
25b45e3
3646e24
mkdir -p $RPM_BUILD_ROOT%{sitedir2}/%{rubyxver}
3646e24
mkdir -p $RPM_BUILD_ROOT%{sitedir}/%{rubyxver}/%{_normalized_cpu}-%{_target_os}
65c9d6e
cvsdist 1c4905a
# XXX: installing irb
3646e24
install -p -m 0644 %{SOURCE4} $RPM_BUILD_ROOT%{_mandir}/man1/
cvsdist 53133ba
f8e4dcc
%ifnarch ppc64
cvsdist 53133ba
# installing ruby-mode
81fc3c3
cd %{name}-%{arcver}
cvsdist 53133ba
cp misc/*.el $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/ruby-mode
cvsdist 53133ba
cvsdist 53133ba
## for ruby-mode
cvsdist 53133ba
pushd $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/ruby-mode
cvsdist 53133ba
cat <<EOF > path.el
cvsdist 53133ba
(setq load-path (cons "." load-path) byte-compile-warnings nil)
cvsdist 53133ba
EOF
cvsdist 53133ba
emacs --no-site-file -q -batch -l path.el -f batch-byte-compile *.el
cvsdist 53133ba
rm -f path.el*
cvsdist 53133ba
popd
3646e24
install -p -m 644 %{SOURCE10} \
cvsdist 53133ba
	$RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d
cvsdist 53133ba
cvsdist 53133ba
cd ..
f8e4dcc
%endif
cvsdist 1c4905a
81fc3c3
# remove shebang
81fc3c3
for i in $RPM_BUILD_ROOT%{_prefix}/lib/ruby/1.8/{abbrev,generator,irb/{cmd/subirb,ext/save-history},matrix,rdoc/{markup/sample/rdoc2latex,parsers/parse_rb},set,tsort}.rb; do
117d8ed
	sed -i -e '/^#!.*/,1D' $i
cvsdist 1c4905a
done
cvsdist 91cfb34
cvsdist 1c4905a
%clean
f0df5e4
rm -rf $RPM_BUILD_ROOT
cvsdist 1c4905a
rm -rf tmp-ruby-docs
cvsdist 1c4905a
0ccd24a
%post libs -p /sbin/ldconfig
cvsdist 53133ba
0ccd24a
%postun libs -p /sbin/ldconfig
cvsdist 1c4905a
81fc3c3
%files
81fc3c3
%defattr(-, root, root, -)
81fc3c3
%doc %{name}-%{arcver}/COPYING*
81fc3c3
%doc %{name}-%{arcver}/ChangeLog
81fc3c3
%doc %{name}-%{arcver}/GPL
81fc3c3
%doc %{name}-%{arcver}/LEGAL
81fc3c3
%doc %{name}-%{arcver}/LGPL
81fc3c3
%doc %{name}-%{arcver}/NEWS 
81fc3c3
%doc %{name}-%{arcver}/README
81fc3c3
%lang(ja) %doc %{name}-%{arcver}/README.ja
81fc3c3
%doc %{name}-%{arcver}/ToDo 
81fc3c3
%doc %{name}-%{arcver}/doc/ChangeLog-1.8.0
81fc3c3
%doc %{name}-%{arcver}/doc/NEWS-1.8.0
cvsdist 1c4905a
%doc tmp-ruby-docs/ruby/*
81fc3c3
%{_bindir}/ruby
81fc3c3
%{_bindir}/erb
81fc3c3
%{_bindir}/testrb
81fc3c3
%{_mandir}/man1/ruby.1*
81fc3c3
81fc3c3
%files devel
81fc3c3
%defattr(-, root, root, -)
81fc3c3
%doc %{name}-%{arcver}/COPYING*
81fc3c3
%doc %{name}-%{arcver}/ChangeLog
81fc3c3
%doc %{name}-%{arcver}/GPL
81fc3c3
%doc %{name}-%{arcver}/LEGAL
81fc3c3
%doc %{name}-%{arcver}/LGPL
81fc3c3
%doc %{name}-%{arcver}/README.EXT
81fc3c3
%lang(ja) %doc %{name}-%{arcver}/README.EXT.ja
81fc3c3
%{_libdir}/libruby.so
ab8b616
%{_libdir}/libruby-static.a
81fc3c3
%{_libdir}/ruby/%{rubyxver}/*/*.h
81fc3c3
81fc3c3
%files libs
81fc3c3
%defattr(-, root, root, -)
81fc3c3
%doc %{name}-%{arcver}/README
81fc3c3
%lang(ja) %doc %{name}-%{arcver}/README.ja
81fc3c3
%doc %{name}-%{arcver}/COPYING*
81fc3c3
%doc %{name}-%{arcver}/ChangeLog
81fc3c3
%doc %{name}-%{arcver}/GPL
81fc3c3
%doc %{name}-%{arcver}/LEGAL
81fc3c3
%doc %{name}-%{arcver}/LGPL
38b1bf1
%dir %{_prefix}/lib/ruby
38b1bf1
%dir %{_prefix}/lib/ruby/%{rubyxver}
3646e24
%ifarch ppc64 s390x sparc64 x86_64
3646e24
%dir %{_libdir}/ruby
3646e24
%dir %{_libdir}/ruby/%{rubyxver}
81fc3c3
%dir %{_libdir}/ruby/%{rubyxver}/%{_normalized_cpu}-%{_target_os}
00982fe
%{sitedir}
3646e24
%endif
00982fe
%{sitedir2}
81fc3c3
## the following files should goes into ruby-tcltk package.
81fc3c3
%exclude %{_prefix}/lib/ruby/%{rubyxver}/*tk.rb
81fc3c3
%exclude %{_prefix}/lib/ruby/%{rubyxver}/tcltk.rb
81fc3c3
%exclude %{_prefix}/lib/ruby/%{rubyxver}/tk
81fc3c3
%exclude %{_prefix}/lib/ruby/%{rubyxver}/tk*.rb
81fc3c3
%exclude %{_prefix}/lib/ruby/%{rubyxver}/tkextlib
81fc3c3
%exclude %{_libdir}/ruby/%{rubyxver}/*/tcltklib.so
81fc3c3
%exclude %{_libdir}/ruby/%{rubyxver}/*/tkutil.so
81fc3c3
## the following files should goes into ruby-rdoc package.
81fc3c3
%exclude %{_prefix}/lib/ruby/%{rubyxver}/rdoc
81fc3c3
## the following files should goes into ruby-irb package.
81fc3c3
%exclude %{_prefix}/lib/ruby/%{rubyxver}/irb.rb
81fc3c3
%exclude %{_prefix}/lib/ruby/%{rubyxver}/irb
81fc3c3
## files in ruby-libs from here
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/*.rb
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/bigdecimal
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/cgi
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/date
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/digest
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/dl
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/drb
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/io
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/net
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/openssl
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/optparse
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/racc
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/rexml
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/rinda
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/rss
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/runit
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/shell
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/soap
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/test
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/uri
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/webrick
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/wsdl
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/xmlrpc
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/xsd
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/yaml
81fc3c3
%{_libdir}/libruby.so.*
81fc3c3
%{_libdir}/ruby/%{rubyxver}/*/*.so
81fc3c3
%{_libdir}/ruby/%{rubyxver}/*/digest
81fc3c3
%{_libdir}/ruby/%{rubyxver}/*/io
81fc3c3
%{_libdir}/ruby/%{rubyxver}/*/racc
81fc3c3
%{_libdir}/ruby/%{rubyxver}/*/rbconfig.rb
81fc3c3
81fc3c3
%files tcltk
81fc3c3
%defattr(-, root, root, -)
81fc3c3
%doc %{name}-%{arcver}/COPYING*
81fc3c3
%doc %{name}-%{arcver}/ChangeLog
81fc3c3
%doc %{name}-%{arcver}/GPL
81fc3c3
%doc %{name}-%{arcver}/LEGAL
81fc3c3
%doc %{name}-%{arcver}/LGPL
cvsdist 1c4905a
%doc tmp-ruby-docs/ruby-tcltk/ext/*
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/*-tk.rb
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/tcltk.rb
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/tk
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/tk*.rb
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/tkextlib
81fc3c3
%{_libdir}/ruby/%{rubyxver}/*/tcltklib.so
81fc3c3
%{_libdir}/ruby/%{rubyxver}/*/tkutil.so
81fc3c3
81fc3c3
%files rdoc
81fc3c3
%defattr(-, root, root, -)
81fc3c3
%doc %{name}-%{arcver}/COPYING*
81fc3c3
%doc %{name}-%{arcver}/ChangeLog
81fc3c3
%doc %{name}-%{arcver}/GPL
81fc3c3
%doc %{name}-%{arcver}/LEGAL
81fc3c3
%doc %{name}-%{arcver}/LGPL
81fc3c3
%{_bindir}/rdoc
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/rdoc
81fc3c3
81fc3c3
%files irb
81fc3c3
%defattr(-, root, root, -)
81fc3c3
%doc %{name}-%{arcver}/COPYING*
81fc3c3
%doc %{name}-%{arcver}/ChangeLog
81fc3c3
%doc %{name}-%{arcver}/GPL
81fc3c3
%doc %{name}-%{arcver}/LEGAL
81fc3c3
%doc %{name}-%{arcver}/LGPL
cvsdist 53133ba
%doc tmp-ruby-docs/irb/*
81fc3c3
%{_bindir}/irb
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/irb.rb
81fc3c3
%{_prefix}/lib/ruby/%{rubyxver}/irb
81fc3c3
%{_mandir}/man1/irb.1*
81fc3c3
81fc3c3
%files ri
81fc3c3
%defattr(-, root, root, -)
81fc3c3
%doc %{name}-%{arcver}/COPYING*
81fc3c3
%doc %{name}-%{arcver}/ChangeLog
81fc3c3
%doc %{name}-%{arcver}/GPL
81fc3c3
%doc %{name}-%{arcver}/LEGAL
81fc3c3
%doc %{name}-%{arcver}/LGPL
81fc3c3
%{_bindir}/ri
81fc3c3
%{_datadir}/ri
e5e207b
cvsdist b27f861
%files docs
81fc3c3
%defattr(-, root, root, -)
81fc3c3
%doc %{name}-%{arcver}/COPYING*
81fc3c3
%doc %{name}-%{arcver}/ChangeLog
81fc3c3
%doc %{name}-%{arcver}/GPL
81fc3c3
%doc %{name}-%{arcver}/LEGAL
81fc3c3
%doc %{name}-%{arcver}/LGPL
cvsdist 1c4905a
%doc tmp-ruby-docs/ruby-docs/*
25947e6
%doc tmp-ruby-docs/ruby-libs/*
cvsdist 1c4905a
f8e4dcc
%ifnarch ppc64
81fc3c3
%files mode
81fc3c3
%defattr(-, root, root, -)
81fc3c3
%doc %{name}-%{arcver}/COPYING*
81fc3c3
%doc %{name}-%{arcver}/ChangeLog
81fc3c3
%doc %{name}-%{arcver}/GPL
81fc3c3
%doc %{name}-%{arcver}/LEGAL
81fc3c3
%doc %{name}-%{arcver}/LGPL
81fc3c3
%doc %{name}-%{arcver}/misc/README
81fc3c3
%{_datadir}/emacs/site-lisp/ruby-mode
81fc3c3
%{_datadir}/emacs/site-lisp/site-start.d/ruby-mode-init.el
f8e4dcc
%endif
cvsdist 53133ba
cvsdist 1c4905a
%changelog
16b6202
* Tue Feb 19 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.111-8
e2d02a3
- Rebuild for gcc-4.3.
e2d02a3
ab8b616
* Tue Jan 15 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.111-7
ab8b616
- Revert the change of libruby-static.a. (#428384)
ab8b616
117d8ed
* Fri Jan 11 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.111-6
117d8ed
- Fix an unnecessary replacement for shebang. (#426835)
117d8ed
871224e
* Fri Jan  4 2008 Akira TAGOH <tagoh@redhat.com> - 1.8.6.111-5
871224e
- Rebuild.
871224e
3646e24
* Fri Dec 28 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.111-4
3646e24
- Clean up again.
3646e24
81fc3c3
* Fri Dec 21 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.111-3
81fc3c3
- Clean up the spec file.
81fc3c3
- Remove ruby-man-1.4.6 stuff. this is entirely the out-dated document.
81fc3c3
  this could be replaced by ri.
81fc3c3
- Disable the static library building.
81fc3c3
81fc3c3
* Tue Dec 04 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.8.6.111-2
b4cc79c
 - Rebuild for openssl bump
b4cc79c
37698a6
* Wed Oct 31 2007 Akira TAGOH <tagoh@redhat.com>
37698a6
- Fix the dead link.
37698a6
ab1c353
* Mon Oct 29 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.111-1
ab1c353
- New upstream release.
ab1c353
- ruby-1.8.6.111-CVE-2007-5162.patch: Update a bit with backporting the changes
ab1c353
   at trunk to enable the fix without any modifications on the users' scripts.
ab1c353
   Note that Net::HTTP#enable_post_connection_check isn't available anymore.
ab1c353
   If you want to disable this post-check, you should give OpenSSL::SSL::VERIFY_NONE
ab1c353
   to Net::HTTP#verify_mode= instead of.
ab1c353
cc412b2
* Mon Oct 15 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.110-2
cc412b2
- Enable pthread support for ppc too. (#201452)
cc412b2
- Fix unexpected dependencies appears in ruby-libs. (#253325)
cc412b2
0ce3eec
* Wed Oct 10 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.110-1
0ce3eec
- New upstream release.
0ce3eec
  - ruby-r12567.patch: removed.
0ce3eec
- ruby-1.8.6-CVE-2007-5162.patch: security fix for Net::HTTP that is
0ce3eec
  insufficient verification of SSL certificate.
0ce3eec
443bb96
* Thu Aug 23 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.36-4
443bb96
- Rebuild
443bb96
d90f4cb
* Fri Aug 10 2007 Akira TAGOH <tagoh@redhat.com>
d90f4cb
- Update License tag.
d90f4cb
9b0a2c6
* Mon Jul 25 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.36-3
9b0a2c6
- ruby-r12567.patch: backport patch from upstream svn to get rid of
9b0a2c6
  the unnecessary declarations. (#245446)
9b0a2c6
1d08690
* Wed Jul 20 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6.36-2
a479a6b
- New upstream release.
a479a6b
  - Fix Etc::getgrgid to get the correct gid as requested. (#236647)
a479a6b
5bb64d0
* Wed Mar 28 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6-2
5bb64d0
- Fix search path breakage. (#234029)
5bb64d0
0ccd24a
* Thu Mar 15 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.6-1
0ccd24a
- New upstream release.
0ccd24a
- clean up a spec file.
0ccd24a
18a6567
* Tue Feb 13 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.5.12-2
6b52542
- Rebuild
6b52542
5e0f0e1
* Mon Feb  5 2007 Akira TAGOH <tagoh@redhat.com> - 1.8.5.12-1
5e0f0e1
- New upstream release.
33bfb39
f069eea
* Mon Dec 11 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.5.2-1
f069eea
- security fix release.
f069eea
44c8f2b
* Fri Oct 27 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.5-4
44c8f2b
- security fix release.
44c8f2b
- ruby-1.8.5-cgi-CVE-2006-5467.patch: fix a CGI multipart parsing bug that
44c8f2b
  causes the denial of service. (#212396)
44c8f2b
978382f
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.8.5-3
978382f
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
978382f
3feca6f
* Tue Sep 26 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.5-2
3feca6f
- fixed rbconfig.rb to refer to DESTDIR for sitearchdir. (#207311)
3feca6f
f3840b1
* Mon Aug 28 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.5-1
f3840b1
- New upstream release.
f3840b1
- removed the unnecessary patches:
f3840b1
  - ruby-1.8.4-no-eaccess.patch
f3840b1
  - ruby-1.8.4-64bit-pack.patch
f3840b1
  - ruby-1.8.4-fix-insecure-dir-operation.patch
f3840b1
  - ruby-1.8.4-fix-insecure-regexp-modification.patch
f3840b1
  - ruby-1.8.4-fix-alias-safe-level.patch
e7cc3ee
- build with --enable-pthread except on ppc.
25b45e3
- ruby-1.8.5-hash-memory-leak.patch: backported from CVS to fix a memory leak
25b45e3
  on Hash. [ruby-talk:211233]
f3840b1
00982fe
* Mon Aug  7 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-12
00982fe
- owns sitearchdir. (#201208)
00982fe
f0df5e4
* Thu Jul 20 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-11
ee34bfa
- security fixes [CVE-2006-3694]
f0df5e4
  - ruby-1.8.4-fix-insecure-dir-operation.patch:
f0df5e4
  - ruby-1.8.4-fix-insecure-regexp-modification.patch: fixed the insecure
f0df5e4
    operations in the certain safe-level restrictions. (#199538)
f0df5e4
  - ruby-1.8.4-fix-alias-safe-level.patch: fixed to not bypass the certain
f0df5e4
    safe-level restrictions. (#199543)
f0df5e4
f388649
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.8.4-10.fc6.1
f388649
- rebuild
f388649
4507279
* Mon Jun 19 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-10
289c2c8
- fixed the wrong file list again. moved tcltk library into ruby-tcltk.
4507279
  (#195872)
289c2c8
7ef51c1
* Thu Jun  8 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-8
7ef51c1
- ruby-deprecated-sitelib-search-path.patch: correct the order of search path.
7ef51c1
f8e4dcc
* Wed Jun  7 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-7
f8e4dcc
- exclude ppc64 to make ruby-mode package. right now emacs.ppc64 isn't provided
34e0f2c
  and buildsys became much stricter.
f8e4dcc
- ruby-deprecated-sitelib-search-path.patch: applied to add more search path
f8e4dcc
  for backward compatiblity.
f8e4dcc
- added byacc to BuildReq. (#194161)
f8e4dcc
1e31b28
* Wed May 17 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-6
ea33ea1
- ruby-deprecated-search-path.patch: added the deprecated installation paths
ea33ea1
  to the search path for the backward compatibility.
ea33ea1
- added a Provides: ruby(abi) to ruby-libs.
3b8c5a2
- ruby-1.8.4-64bit-pack.patch: backport patch from upstream to fix unpack("l")
3b8c5a2
  not working on 64bit arch and integer overflow on template "w". (#189350)
63eb84a
- updated License tag to be more comfortable, and with a pointer to get more
63eb84a
  details, like Python package does. (#179933)
1e31b28
- clean up.
ea33ea1
38b1bf1
* Wed Apr 19 2006 Akira TAGOH <tagoh@redhat.com>
3b8c5a2
- ruby-rubyprefix.patch: moved all arch-independent modules under /usr/lib/ruby
3b8c5a2
  and keep arch-dependent modules under /usr/lib64/ruby for 64bit archs.
3b8c5a2
  so 'rubylibdir', 'sitelibdir' and 'sitedir' in Config::CONFIG points to
3b8c5a2
  the kind of /usr/lib/ruby now. (#184199)
38b1bf1
b89a099
* Mon Apr 17 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-4
b89a099
- correct sitelibdir. (#184198)
b89a099
66c8f56
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.8.4-3.2
66c8f56
- bump again for double-long bug on ppc(64)
66c8f56
a68b401
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.8.4-3.1
a68b401
- rebuilt for new gcc4.1 snapshot and glibc changes
a68b401
51bc637
* Mon Feb  6 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-3
51bc637
- ruby-1.8.4-no-eaccess.patch: backported from ruby CVS to avoid conflict
51bc637
  between newer glibc. (#179835)
51bc637
b147747
* Wed Jan  4 2006 Akira TAGOH <tagoh@redhat.com> - 1.8.4-2
b147747
- ruby-tcltk-multilib.patch: fixed a typo.
b147747
9136cfa
* Tue Dec 27 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.4-1
9136cfa
- New upstream release.
9136cfa
  - fixed a missing return statement. (#140833)
9136cfa
  - fixed an use of uninitialized variable. (#144890)
9136cfa
b372372
* Fri Dec 16 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.4-0.4.preview2
b372372
- updates to 1.8.4-preview2.
b372372
- renamed the packages to ruby-* (#175765)
b372372
  - irb  -> ruby-irb
b372372
  - rdoc -> ruby-rdoc
b372372
  - ri   -> ruby-ri
b372372
- added tcl-devel and tk-devel into BuildRequires.
b372372
cc38424
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
cc38424
- rebuilt
cc38424
9640442
* Thu Nov 10 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.4-0.3.preview1
9640442
- rebuilt against the latest openssl.
9640442
3e607e8
* Tue Nov  1 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.4-0.2.preview1
3e607e8
- build-deps libX11-devel instead of xorg-x11-devel.
3e607e8
d4bcc3b
* Mon Oct 31 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.4-0.1.preview1
d4bcc3b
- New upstream release.
d4bcc3b
- ruby-1.8.2-strscan-memset.patch: removed because it's no longer needed.
d4bcc3b
25947e6
* Tue Oct  4 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.3-4
25947e6
- moved the documents from ruby-libs to ruby-docs, which contains the arch
25947e6
  specific thing and to be multilib support. (#168826)
25947e6
f62bb23
* Mon Oct  3 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.3-3
f62bb23
- fixed the wrong file list. the external library for tcl/tk was included
f62bb23
  in ruby-libs unexpectedly.
f62bb23
6955a36
* Mon Sep 26 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.3-2
1424a6b
- ruby-multilib.patch: added another chunk for multilib. (#169127)
6955a36
714d9f4
* Wed Sep 21 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.3-1
714d9f4
- New upstream release.
714d9f4
- Build-Requires xorg-x11-devel instead of XFree86-devel.
714d9f4
- ruby-multilib.patch: applied for only 64-bit archs.
714d9f4
- ruby-1.8.2-xmlrpc-CAN-2005-1992.patch: removed. it has already been in upstream.
714d9f4
5a3ed36
* Tue Jun 21 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-9
5a3ed36
- ruby-1.8.2-xmlrpc-CAN-2005-1992.patch: fixed the arbitrary command execution
5a3ed36
  on XMLRPC server. (#161096)
5a3ed36
790a28c
* Thu Jun 16 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-8
790a28c
- ruby-1.8.2-tcltk-multilib.patch: applied to get tcltklib.so built. (#160194)
790a28c
6773d6f
* Thu Apr  7 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-7
6773d6f
- ruby-1.8.2-deadcode.patch: removed the dead code from the source. (#146108)
6773d6f
- make sure that all documentation files in ruby-docs are the world-
6773d6f
  readable. (#147279)
6773d6f
703f9a3
* Tue Mar 22 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-6
703f9a3
- ruby-1.8.2-strscan-memset.patch: fixed an wrong usage of memset(3).
703f9a3
491a2a0
* Tue Mar 15 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-5
491a2a0
- rebuilt
491a2a0
843544c
* Tue Jan 25 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-4
843544c
- fixed the wrong generation of file manifest. (#146055)
843544c
- spec file clean up.
843544c
be9eb09
* Mon Jan 24 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-3
be9eb09
- separated out to rdoc package.
be9eb09
- make the dependency of irb for rdoc. (#144708)
be9eb09
c9af1b7
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> - 1.8.2-2
c9af1b7
- Rebuilt for new readline.
c9af1b7
e5e207b
* Wed Jan  5 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-1
e5e207b
- New upstream release.
e5e207b
- ruby-1.8.1-ia64-stack-limit.patch: removed - it's no longer needed.
e5e207b
- ruby-1.8.1-cgi_session_perms.patch: likewise.
e5e207b
- ruby-1.8.1-cgi-dos.patch: likewise.
e5e207b
- generated Ruby interactive documentation - senarated package.
e5e207b
  it's now provided as ri package. (#141806)
e5e207b
jbj 09f66cf
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 1.8.1-10
jbj 09f66cf
- rebuild against db-4.3.21.
jbj 09f66cf
e571bc8
* Wed Nov 10 2004 Akira TAGOH <tagoh@redhat.com> - 1.8.1-9
e571bc8
- ruby-1.8.1-cgi-dos.patch: security fix [CAN-2004-0983]
e571bc8
- ruby-1.8.1-cgi_session_perms.patch: security fix [CAN-2004-0755]
e571bc8
e8a83aa
* Fri Oct 29 2004 Akira TAGOH <tagoh@redhat.com> - 1.8.1-8
e8a83aa
- added openssl-devel and db4-devel into BuildRequires (#137479)
e8a83aa
b3a4283
* Wed Oct  6 2004 Akira TAGOH <tagoh@redhat.com> - 1.8.1-7
538e6e5
- require emacs-common instead of emacs.
538e6e5
cvsdist 68281ea
* Wed Jun 23 2004 Akira TAGOH <tagoh@redhat.com> 1.8.1-4
cvsdist 68281ea
- updated the documentation.
cvsdist 68281ea
cvsdist c78efb9
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist c78efb9
- rebuilt
cvsdist c78efb9
cvsdist 461df61
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 461df61
- rebuilt
cvsdist 461df61
cvsdist 461df61
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 461df61
- rebuilt
cvsdist 461df61
cvsdist 461df61
* Wed Feb 04 2004 Akira TAGOH <tagoh@redhat.com> 1.8.1-1
cvsdist 461df61
- New upstream release.
cvsdist 461df61
- don't use any optimization for ia64 to avoid the build failure.
cvsdist 461df61
- ruby-1.8.1-ia64-stack-limit.patch: applied to fix SystemStackError when the optimization is disabled.
cvsdist 461df61
cvsdist 42f1dc6
* Sat Dec 13 2003 Jeff Johnson <jbj@jbj.org> 1.8.0-3
cvsdist 42f1dc6
- rebuild against db-4.2.52.
cvsdist 42f1dc6
cvsdist 42f1dc6
* Thu Sep 25 2003 Jeff Johnson <jbj@jbj.org> 1.8.0-2
cvsdist 42f1dc6
- rebuild against db-4.2.42.
cvsdist 42f1dc6
cvsdist 29f468a
* Tue Aug  5 2003 Akira TAGOH <tagoh@redhat.com> 1.8.0-1
cvsdist 29f468a
- New upstream release.
cvsdist 29f468a
cvsdist 29f468a
* Thu Jul 24 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-9.1
cvsdist 29f468a
- rebuilt
cvsdist 29f468a
cvsdist 29f468a
* Thu Jul 24 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-9
cvsdist 29f468a
- ruby-1.6.8-castnode.patch: handling the nodes with correct cast.
cvsdist 29f468a
  use this patch now instead of ruby-1.6.8-fix-x86_64.patch.
cvsdist 29f468a
cvsdist 29f468a
* Fri Jul 04 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-8
cvsdist 29f468a
- rebuilt
cvsdist 29f468a
cvsdist 29f468a
* Fri Jul 04 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-7
cvsdist 29f468a
- fix the gcc warnings. (#82192)
cvsdist 29f468a
- ruby-1.6.8-fix-x86_64.patch: correct a patch.
cvsdist 29f468a
  NOTE: DON'T USE THIS PATCH FOR BIG ENDIAN ARCHITECTURE.
cvsdist 29f468a
- ruby-1.6.7-long2int.patch: removed.
cvsdist 29f468a
cvsdist 29f468a
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 29f468a
- rebuilt
cvsdist 29f468a
cvsdist 91cfb34
* Fri Feb  7 2003 Jens Petersen <petersen@redhat.com> - 1.6.8-5
cvsdist 91cfb34
- rebuild against ucs4 tcltk
cvsdist 91cfb34
cvsdist 91cfb34
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 91cfb34
- rebuilt
cvsdist 91cfb34
cvsdist 91cfb34
* Wed Jan 22 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-3
cvsdist 91cfb34
- ruby-1.6.8-multilib.patch: applied to fix the search path issue on x86_64
cvsdist 91cfb34
cvsdist 91cfb34
* Tue Jan 21 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-2
cvsdist 91cfb34
- ruby-1.6.8-require.patch: applied to fix the search bug in require.
cvsdist 91cfb34
- don't apply long2int patch to s390 and s390x. it doesn't work.
cvsdist 91cfb34
cvsdist 91cfb34
* Wed Jan 15 2003 Akira TAGOH <tagoh@redhat.com> 1.6.8-1
cvsdist 91cfb34
- New upstream release.
cvsdist 91cfb34
- removed some patches. it's no longer needed.
cvsdist 91cfb34
  - ruby-1.6.7-100.patch
cvsdist 91cfb34
  - ruby-1.6.7-101.patch
cvsdist 91cfb34
  - ruby-1.6.7-102.patch
cvsdist 91cfb34
  - ruby-1.6.7-103.patch
cvsdist 91cfb34
  - 801_extmk.rb-shellwords.patch
cvsdist 91cfb34
  - 801_mkmf.rb-shellwords.patch
cvsdist 91cfb34
  - 804_parse.y-new-bison.patch
cvsdist 91cfb34
  - 805_uri-bugfix.patch
cvsdist 91cfb34
  - ruby-1.6.6-900_XXX_strtod.patch
cvsdist 91cfb34
  - ruby-1.6.7-sux0rs.patch
cvsdist 91cfb34
  - ruby-1.6.7-libobj.patch
cvsdist 91cfb34
cvsdist 91cfb34
* Wed Jan 15 2003 Jens Petersen <petersen@redhat.com> 1.6.7-14
cvsdist 91cfb34
- rebuild to update tcltk deps
cvsdist 91cfb34
cvsdist 91cfb34
* Mon Dec 16 2002 Elliot Lee <sopwith@redhat.com> 1.6.7-13
cvsdist 91cfb34
- Remove ExcludeArch: x86_64
cvsdist 91cfb34
- Fix x86_64 ruby with long2int.patch (ruby was assuming that sizeof(long) 
cvsdist 91cfb34
  == sizeof(int). The patch does not fix the source of the problem, just 
cvsdist 91cfb34
  makes it a non-issue.)
cvsdist 91cfb34
- _smp_mflags
cvsdist 91cfb34
cvsdist 91cfb34
* Tue Dec 10 2002 Tim Powers <timp@redhat.com> 1.6.7-12
cvsdist 91cfb34
- rebuild to fix broken tcltk deps
cvsdist 91cfb34
cvsdist 91cfb34
* Tue Oct 22 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-11
cvsdist 91cfb34
- use %%configure macro instead of configure script.
cvsdist 91cfb34
- use the latest config.{sub,guess}.
cvsdist 91cfb34
- get archname from rbconfig.rb for %%dir
cvsdist 91cfb34
- applied some patches from Debian:
cvsdist 91cfb34
  - 801_extmk.rb-shellwords.patch: use Shellwords
cvsdist 91cfb34
  - 801_mkmf.rb-shellwords.patch: mkmf.rb creates bad Makefile. the Makefile
cvsdist 91cfb34
    links libruby.a to the target.
cvsdist 91cfb34
  - 803_sample-fix-shbang.patch: all sample codes should be
cvsdist 91cfb34
    s|/usr/local/bin|/usr/bin|g
cvsdist 91cfb34
  - 804_parse.y-new-bison.patch: fix syntax warning.
cvsdist 91cfb34
  - 805_uri-bugfix.patch: uri.rb could not handle correctly broken mailto-uri.
cvsdist 91cfb34
- add ExcludeArch x86_64 temporarily to fix Bug#74581. Right now ruby can't be
cvsdist 91cfb34
  built on x86_64.
cvsdist 91cfb34
cvsdist 610dd04
* Tue Aug 27 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-10
cvsdist 610dd04
- moved sitedir to /usr/lib/ruby/site_ruby again according as our perl and
cvsdist 610dd04
  python.
cvsdist 610dd04
- ruby-1.6.7-resolv1.patch, ruby-1.6.7-resolv2.patch: applied to fix 'Too many
cvsdist 610dd04
  open files - "/etc/resolv.conf"' issue. (Bug#64830)
cvsdist 610dd04
cvsdist 1a01b05
* Thu Jul 18 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-9
cvsdist 1a01b05
- add the owned directory.
cvsdist 1a01b05
cvsdist fb62e67
* Fri Jul 12 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-8
cvsdist fb62e67
- fix typo.
cvsdist fb62e67
cvsdist fb62e67
* Thu Jul 04 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-7
cvsdist fb62e67
- removed the ruby-mode-xemacs because it's merged to the xemacs sumo.
cvsdist fb62e67
cvsdist fb62e67
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist fb62e67
- automated rebuild
cvsdist fb62e67
cvsdist fb62e67
* Wed Jun 19 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-5
cvsdist fb62e67
- fix the stripped binary.
cvsdist fb62e67
- use the appropriate macros.
cvsdist fb62e67
cvsdist fb62e67
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist fb62e67
- automated rebuild
cvsdist fb62e67
cvsdist fb62e67
* Thu May 23 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-3
cvsdist fb62e67
- ruby-1.6.7-libobj.patch: applied to fix autoconf2.53 error.
cvsdist fb62e67
cvsdist df80c1c
* Mon Mar 18 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-2
cvsdist df80c1c
- ruby-man-1.4.6-jp.tar.bz2: removed.
cvsdist df80c1c
- ruby-refm-rdp-1.4.7-ja-html.tar.bz2: uses it instead of.
cvsdist df80c1c
- ruby-1.6.7-500-marshal-proc.patch, ruby-1.6.7-501-class-var.patch:
cvsdist df80c1c
  removed.
cvsdist df80c1c
- ruby-1.6.7-100.patch: applied a bug fix patch.
cvsdist df80c1c
  (ruby-dev#16274: patch for 'wm state')
cvsdist df80c1c
  (PR#206ja: SEGV handle EXIT) 
cvsdist df80c1c
- ruby-1.6.7-101.patch: applied a bug fix patch.
cvsdist df80c1c
  (ruby-list#34313: singleton should not be Marshal.dump'ed)
cvsdist df80c1c
  (ruby-dev#16411: block local var)
cvsdist df80c1c
- ruby-1.6.7-102.patch: applied a bug fix patch.
cvsdist df80c1c
  (handling multibyte chars is partially broken)
cvsdist df80c1c
- ruby-1.6.7-103.patch: applied a bug fix patch.
cvsdist df80c1c
  (ruby-dev#16462: preserve reference for GC, but link should be cut)
cvsdist df80c1c
cvsdist 53133ba
* Fri Mar  8 2002 Akira TAGOH <tagoh@redhat.com> 1.6.7-1
cvsdist 53133ba
- New upstream release.
cvsdist 53133ba
- ruby-1.6.6-100.patch, ruby-1.6.6-501-ruby-mode.patch:
cvsdist 53133ba
  removed. these patches no longer should be needed.
cvsdist 53133ba
- ruby-1.6.7-500-marshal-proc.patch: applied a fix patch.
cvsdist 53133ba
  (ruby-dev#16178: Marshal::dump should call Proc#call.)
cvsdist 53133ba
- ruby-1.6.7-501-class-var.patch: applied a fix patch.
cvsdist 53133ba
  (ruby-talk#35157: class vars broken in 1.6.7)
cvsdist 53133ba
cvsdist 53133ba
* Wed Feb 27 2002 Akira TAGOH <tagoh@redhat.com> 1.6.6-5
cvsdist 53133ba
- Disable alpha because nothing is xemacs for alpha now.
cvsdist 53133ba
cvsdist 53133ba
* Tue Feb  5 2002 Akira TAGOH <tagoh@redhat.com> 1.6.6-3
cvsdist 53133ba
- Fixed the duplicate files.
cvsdist 53133ba
cvsdist 53133ba
* Tue Feb  5 2002 Akira TAGOH <tagoh@redhat.com> 1.6.6-2
cvsdist 53133ba
- Fixed the missing %%defattr
cvsdist 53133ba
cvsdist 53133ba
* Fri Feb  1 2002 Akira TAGOH <tagoh@redhat.com> 1.6.6-1
cvsdist 53133ba
- New upstream release.
cvsdist 53133ba
- Applied bug fix patches:
cvsdist 53133ba
  - ruby-1.6.6-501-ruby-mode.patch: ruby-talk#30479: disables font-lock
cvsdist 53133ba
    coloring.
cvsdist 53133ba
  - ruby-1.6.6-100.patch: ruby-talk#30203: Ruby 1.6.6 bug and fix
cvsdist 53133ba
                          ruby-list#33047: regex bug
cvsdist 53133ba
                          PR#230: problem with -d in 1.6.6
cvsdist 53133ba
- Added ruby-mode and ruby-mode-xemacs packages.
cvsdist 53133ba
- Ruby works fine for ia64. so re-enable to build with ia64.
cvsdist 53133ba
  (probably it should be worked for alpha)
cvsdist 53133ba
cvsdist 53133ba
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 53133ba
- automated rebuild
cvsdist 1875f02
cvsdist b27f861
* Thu Jul 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.6.4-2
cvsdist b27f861
- Remove Japanese description and summaries; they belong in specspo and
cvsdist b27f861
  break rpm
cvsdist b27f861
- Clean up specfile
cvsdist b27f861
- Mark language specific files (README.jp) as such
cvsdist b27f861
- bzip2 sources
cvsdist b27f861
- rename the libruby package to ruby-libs for consistency
cvsdist b27f861
- Exclude ia64 (doesn't build - the code doesn't seem to be 64-bit clean
cvsdist b27f861
  [has been excluded on alpha forever])
cvsdist b27f861
cvsdist b27f861
* Tue Jul 17 2001 Akira TAGOH <tagoh@redhat.com> 1.6.4-1
cvsdist b27f861
- rebuild for Red Hat 7.2
cvsdist b27f861
cvsdist b27f861
* Mon Jun 04 2001 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- upgrade to nwe upstream version 1.6.4.
cvsdist b27f861
cvsdist b27f861
* Mon Apr 02 2001 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- applied patch:
cvsdist b27f861
  - fixed method cache bug. etc. (Patch103, Patch104)
cvsdist b27f861
cvsdist b27f861
* Tue Mar 27 2001 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- applied patch:
cvsdist b27f861
  - fixed marshal for bignum bug.
cvsdist b27f861
  - fixed scope of constant variables bug.
cvsdist b27f861
cvsdist b27f861
* Tue Mar 20 2001 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- upgraded to new upstream version 1.6.3.
cvsdist b27f861
cvsdist b27f861
* Fri Feb 09 2001 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- fixed bad group for libruby.
cvsdist b27f861
- Applied patch: upgraded to cvs version (2001-02-08):
cvsdist b27f861
  fixed minor bugs.
cvsdist b27f861
cvsdist b27f861
* Thu Jan 18 2001 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Applied patch: upgraded to cvs version (2001-01-15):
cvsdist b27f861
  fixed minor bugs(e.g. ruby makes extention librares too large...).
cvsdist b27f861
cvsdist b27f861
* Wed Jan 10 2001 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Applied patch: upgraded to cvs version (2001-01-09):
cvsdist b27f861
  fixed minor bugs.
cvsdist b27f861
cvsdist b27f861
* Sat Dec 30 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Applied bug fix patch.
cvsdist b27f861
cvsdist b27f861
* Mon Dec 25 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Updated to new upstream version 1.6.2.
cvsdist b27f861
cvsdist b27f861
* Fri Dec 22 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Removed ruby_cvs.2000122019.patch, added ruby_cvs.2000122215.patch
cvsdist b27f861
  (upgraded ruby to latest cvs version, 1.6.2-preview4).
cvsdist b27f861
cvsdist b27f861
* Wed Dec 20 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Removed ruby_cvs.2000121413.patch, added ruby_cvs.2000122019.patch
cvsdist b27f861
  (upgraded ruby to latest cvs version).
cvsdist b27f861
- new package: libruby
cvsdist b27f861
cvsdist b27f861
* Thu Dec 14 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Removed ruby_cvs.2000101901.patch, added ruby_cvs.2000121413.patch
cvsdist b27f861
  (upgraded ruby to latest cvs version).
cvsdist b27f861
- Removed ruby-dev.11262.patch, ruby-dev.11265.patch, 
cvsdist b27f861
  and ruby-dev.11268.patch (included into above patch).
cvsdist b27f861
cvsdist b27f861
* Sun Nov 12 2000 MACHINO, Satoshi <machino@vinelinux.org> 1.6.1-0vl9
cvsdist b27f861
- build on gcc-2.95.3
cvsdist b27f861
cvsdist b27f861
* Thu Oct 19 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Added ruby-dev.11268.patch.
cvsdist b27f861
cvsdist b27f861
* Thu Oct 19 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Removed ruby_cvs.2000101117.patch and added ruby_cvs.2000101901.patch
cvsdist b27f861
  (upgraded ruby to latest cvs version).
cvsdist b27f861
- Added ruby-dev.11262.patch.
cvsdist b27f861
- Added ruby-dev.11265.patch.
cvsdist b27f861
  
cvsdist b27f861
* Wed Oct 11 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Removed ruby_cvs.2000100313.patch and added ruby_cvs.2000101117.patch
cvsdist b27f861
  (upgraded ruby to latest cvs version).
cvsdist b27f861
cvsdist b27f861
* Mon Oct 09 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Removed ruby_cvs.2000100313.patch and added ruby_cvs.2000100313.patch
cvsdist b27f861
  (upgraded ruby to latest cvs version).
cvsdist b27f861
cvsdist b27f861
* Tue Oct 03 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Removed ruby_cvs.2000100218.patch and added ruby_cvs.2000100313.patch
cvsdist b27f861
  (upgraded ruby to latest cvs version).
cvsdist b27f861
cvsdist b27f861
* Mon Oct 02 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Removed ruby_cvs.2000092718.patch and added ruby_cvs.2000100218.patch
cvsdist b27f861
  (upgraded ruby to latest cvs version).
cvsdist b27f861
cvsdist b27f861
* Thu Sep 27 2000 akira yamada <akira@vinelinux.org>
cvsdist b27f861
- Updated to upstream version 1.6.1.
cvsdist b27f861
- Removed ruby_cvs.2000082901.patch and added ruby_cvs.2000092718.patch
cvsdist b27f861
  (upgraded ruby to latest cvs version).
cvsdist b27f861
cvsdist 1c4905a
* Tue Aug 29 2000 akira yamada <akira@redhat.com>
cvsdist 1c4905a
- Updated to version 1.4.6.
cvsdist 1c4905a
- removed ruby-dev.10123.patch(included into ruby-1.4.6).
cvsdist 1c4905a
- Added ruby_cvs.2000082901.patch(upgraded ruby to latest cvs version).
cvsdist 1c4905a
cvsdist 1c4905a
* Tue Jun 27 2000 akira yamada <akira@redhat.com>
cvsdist 1c4905a
- Updated manuals to version 1.4.5.
cvsdist 1c4905a
cvsdist 1c4905a
* Sun Jun 25 2000 akira yamada <akira@redhat.com>
cvsdist 1c4905a
- Added ruby-dev.10123.patch.
cvsdist 1c4905a
cvsdist 1c4905a
* Sat Jun 24 2000 akira yamada <akira@redhat.com>
cvsdist 1c4905a
- Updated to version 1.4.5.
cvsdist 1c4905a
- Removed ruby_cvs.2000062401.patch(included into ruby-1.4.5).
cvsdist 1c4905a
cvsdist 1c4905a
* Thu Jun 22 2000 akira yamada <akira@redhat.com>
cvsdist 1c4905a
- Updated to version 1.4.4(06/22/2000 CVS).
cvsdist 1c4905a
- Removed ruby-dev.10054.patch(included into ruby_cvs.patch).
cvsdist 1c4905a
cvsdist 1c4905a
* Thu Jun 22 2000 akira yamada <akira@redhat.com>
cvsdist 1c4905a
- Renamed to ruby_cvs20000620.patch from ruby_cvs.patch.
cvsdist 1c4905a
cvsdist 1c4905a
* Tue Jun 20 2000 akira yamada <akira@redhat.com>
cvsdist 1c4905a
- Updated to version 1.4.4(06/20/2000 CVS).
cvsdist 1c4905a
- Removed ruby-list.23190.patch(included into ruby_cvs.patch).
cvsdist 1c4905a
- Added ruby-dev.10054.patch.
cvsdist 1c4905a
cvsdist 1c4905a
* Tue Jun 15 2000 akira yamada <akira@redhat.com>
cvsdist 1c4905a
- Updated to version 1.4.4(06/12/2000 CVS).
cvsdist 1c4905a
- Added manuals and FAQs.
cvsdist 1c4905a
- Split into ruby, ruby-devel, ruby-tcltk, ruby-docs, irb.
cvsdist 1c4905a
cvsdist 1c4905a
* Tue Jun 13 2000 Mitsuo Hamada <mhamada@redhat.com>
cvsdist 1c4905a
- Updated to version 1.4.4
cvsdist 1c4905a
cvsdist 1c4905a
* Wed Dec 08 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
cvsdist 1c4905a
- Updated to version 1.4.3
cvsdist 1c4905a
cvsdist 1c4905a
* Mon Sep 20 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
cvsdist 1c4905a
- Updated to version 1.4.2 (Sep 18)
cvsdist 1c4905a
cvsdist 1c4905a
* Fri Sep 17 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
cvsdist 1c4905a
- Updated to version 1.4.2
cvsdist 1c4905a
cvsdist 1c4905a
* Tue Aug 17 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
cvsdist 1c4905a
- Updated to version 1.4.0
cvsdist 1c4905a
cvsdist 1c4905a
* Fri Jul 23 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
cvsdist 1c4905a
- 2nd release
cvsdist 1c4905a
- Updated to version 1.2.6(15 Jul 1999)
0ccd24a
- striped %%{prefix}/bin/ruby
cvsdist 1c4905a
cvsdist 1c4905a
* Mon Jun 28 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
cvsdist 1c4905a
- Updated to version 1.2.6(21 Jun 1999)
cvsdist 1c4905a
cvsdist 1c4905a
* Wed Apr 14 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
cvsdist 1c4905a
- Updated to version 1.2.5
cvsdist 1c4905a
cvsdist 1c4905a
* Fri Apr 09 1999 Atsushi Yamagata <yamagata@plathome.co.jp>
cvsdist 1c4905a
- Updated to version 1.2.4
cvsdist 1c4905a
cvsdist 1c4905a
* Fri Dec 25 1998 Toru Hoshina <hoshina@best.com>
cvsdist 1c4905a
- Version up to 1.2 stable.
cvsdist 1c4905a
cvsdist 1c4905a
* Fri Nov 27 1998 Toru Hoshina <hoshina@best.com>
cvsdist 1c4905a
- Version up to 1.1c9.
cvsdist 1c4905a
cvsdist 1c4905a
* Thu Nov 19 1998 Toru Hoshina <hoshina@best.com>
cvsdist 1c4905a
- Version up to 1.1c8, however it appear short life :-P
cvsdist 1c4905a
cvsdist 1c4905a
* Fri Nov 13 1998 Toru Hoshina <hoshina@best.com>
cvsdist 1c4905a
- Version up.
cvsdist 1c4905a
cvsdist 1c4905a
* Mon Sep 22 1998 Toru Hoshina <hoshina@best.com>
cvsdist 1c4905a
- To make a libruby.so.
cvsdist 1c4905a
cvsdist 1c4905a
* Mon Sep 21 1998 Toru Hoshina <hoshina@best.com>
cvsdist 1c4905a
- Modified SPEC in order to install libruby.a so that it should be used by
cvsdist 1c4905a
  another ruby entention.
cvsdist 1c4905a
- 2nd release.
cvsdist 1c4905a
cvsdist 1c4905a
* Mon Mar 9 1998 Shoichi OZAWA <shoch@jsdi.or.jp>
cvsdist 1c4905a
- Added a powerPC arch part. Thanks, MURATA Nobuhiro <nob@makioka.y-min.or.jp>