From 1c4905a20ed28a9776e3963ae1dbfc9ea25d5c0b Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 11:54:29 +0000 Subject: auto-import changelog data from ruby-1.4.6-2.src.rpm Tue Aug 29 2000 akira yamada - Updated to version 1.4.6. - removed ruby-dev.10123.patch(included into ruby-1.4.6). - Added ruby_cvs.2000082901.patch(upgraded ruby to latest cvs version). Tue Jun 27 2000 akira yamada - Updated manuals to version 1.4.5. Sun Jun 25 2000 akira yamada - Added ruby-dev.10123.patch. Sat Jun 24 2000 akira yamada - Updated to version 1.4.5. - Removed ruby_cvs.2000062401.patch(included into ruby-1.4.5). Thu Jun 22 2000 akira yamada - Updated to version 1.4.4(06/22/2000 CVS). - Removed ruby-dev.10054.patch(included into ruby_cvs.patch). Thu Jun 22 2000 akira yamada - Renamed to ruby_cvs20000620.patch from ruby_cvs.patch. Tue Jun 20 2000 akira yamada - Updated to version 1.4.4(06/20/2000 CVS). - Removed ruby-list.23190.patch(included into ruby_cvs.patch). - Added ruby-dev.10054.patch. Thu Jun 15 2000 akira yamada - Updated to version 1.4.4(06/12/2000 CVS). - Added manuals and FAQs. - Split into ruby, ruby-devel, ruby-tcltk, ruby-docs, irb. Tue Jun 13 2000 Mitsuo Hamada - Updated to version 1.4.4 Wed Dec 08 1999 Atsushi Yamagata - Updated to version 1.4.3 Mon Sep 20 1999 Atsushi Yamagata - Updated to version 1.4.2 (Sep 18) Fri Sep 17 1999 Atsushi Yamagata - Updated to version 1.4.2 Tue Aug 17 1999 Atsushi Yamagata - Updated to version 1.4.0 Fri Jul 23 1999 Atsushi Yamagata - 2nd release - Updated to version 1.2.6(15 Jul 1999) - striped /usr/bin/ruby Mon Jun 28 1999 Atsushi Yamagata - Updated to version 1.2.6(21 Jun 1999) Wed Apr 14 1999 Atsushi Yamagata - Updated to version 1.2.5 Fri Apr 09 1999 Atsushi Yamagata - Updated to version 1.2.4 Fri Dec 25 1998 Toru Hoshina - Version up to 1.2 stable. Fri Nov 27 1998 Toru Hoshina - Version up to 1.1c9. Thu Nov 19 1998 Toru Hoshina - Version up to 1.1c8, however it appear short life :-P Fri Nov 13 1998 Toru Hoshina - Version up. Tue Sep 22 1998 Toru Hoshina - To make a libruby.so. Mon Sep 21 1998 Toru Hoshina - Modified SPEC in order to install libruby.a so that it should be used by another ruby entention. - 2nd release. Mon Mar 09 1998 Shoichi OZAWA - Added a powerPC arch part. Thanks, MURATA Nobuhiro --- diff --git a/.cvsignore b/.cvsignore index e69de29..14e83ed 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1,5 @@ +ruby-1.4.6.tar.gz +ruby-man-1.4.6-jp.tar.gz +ruby-man-1.4.6.tar.gz +rubyfaq-990927.tar.gz +rubyfaq-jp-990927.tar.gz diff --git a/ruby.spec b/ruby.spec new file mode 100644 index 0000000..f823d2f --- /dev/null +++ b/ruby.spec @@ -0,0 +1,355 @@ +%define rubyver 1.4.6 +%define manver %{rubyver} +%define rpmrel 2 +Summary: An interpeter of object-oriented scripting language +Name: ruby +Version: %{rubyver} +Release: %{rpmrel} +#Distribution: +Copyright: distributable +Group: Development/Languages +Source0: ftp://ftp.netlab.co.jp/pub/lang/%{name}/%{name}-%{version}.tar.gz +Source1: ftp://ftp.netlab.co.jp/pub/lang/%{name}/doc/%{name}-man-%{manver}.tar.gz +Source2: ftp://ftp.netlab.co.jp/pub/lang/%{name}/doc/%{name}-man-%{manver}-jp.tar.gz +Source3: ftp://ftp.netlab.co.jp/pub/lang/%{name}/doc/rubyfaq-990927.tar.gz +Source4: ftp://ftp.netlab.co.jp/pub/lang/%{name}/doc/rubyfaq-jp-990927.tar.gz +Patch1: ruby-jcode.rb-utf8.patch +Patch2: ruby_cvs.2000082917.patch +URL: http://www.ruby-lang.org/ +Prefix: /usr +BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: readline readline-devel ncurses ncurses-devel gdbm gdbm-devel glibc-devel tcl tk +Vendor: Red Hat, Inc. +Packager: akira yamada +Summary(ja): ���֥������Ȼظ�����Ruby���󥿥ץ꥿ + +%description +Ruby is the interpreted scripting language for quick and +easy object-oriented programming. It has many features to +process text files and to do system management tasks (as in +Perl). It is simple, straight-forward, and extensible. + +%description -l ja +Ruby�ϥ���ץ뤫�Ķ��Ϥʥ��֥������Ȼظ�������ץȸ���Ǥ��� +Ruby�Ϻǽ餫����ʥ��֥������Ȼظ�����Ȥ����߷פ���Ƥ��� +�����顤���֥������Ȼظ��ץ�����ߥ󥰤��ڤ˹Ԥ���������� +������������̾�μ�³�����Υץ�����ߥ󥰤��ǽ�Ǥ��� + +Ruby�ϥƥ����Ƚ����ط���ǽ�Ϥʤɤ�ͥ�졤Perl��Ʊ�����餤���� +�Ǥ�������˥���ץ��ʸˡ�ȡ��㳰�����䥤�ƥ졼���ʤɤε��� +�ˤ�äơ����ʬ����䤹���ץ�����ߥ󥰤�����ޤ��� + +%package -n ruby-devel +Summary: A Ruby development environment. +Group: Development/Languages +Requires: ruby = %{PACKAGE_VERSION} +URL: http://www.ruby-lang.org/ + +%description -n ruby-devel +Header files and libraries for building a extension library for the +Ruby or an application embedded Ruby. + +%description -n ruby-devel -l ja +Ruby�Τ���γ�ĥ�饤�֥���Ruby���Ȥ߹�������ץꥱ���������뤿�� +��ɬ�פȤʤ�إå��ե������饤�֥��Ǥ��� + +%package -n ruby-tcltk +Summary: Tcl/Tk interface for scripting language Ruby. +Group: Development/Languages +Requires: ruby = %{PACKAGE_VERSION} +URL: http://www.ruby-lang.org/ + +%description -n ruby-tcltk +Tcl/Tk interface for the object-oriented scripting language Ruby. + +%description -n ruby-tcltk -l ja +Ruby��Tcl/Tk�饤�֥��ؤΥ��󥿥ե��������󶡤����ĥ�饤�֥��Ǥ��� + +%package -n irb +Summary: The Intaractive Ruby. +Group: Development/Languages +Requires: ruby = %{PACKAGE_VERSION} +URL: http://www.ruby-lang.org/ + +%description -n irb +The irb is acronym for Interactive RuBy. It evaluates ruby expression +from the terminal. + +%description -n irb -l ja +irb�Ȥ�Interactive RuBy��ά�ǡ�����Ū��Ruby�μ������Ϥ���ɾ�������뤳 +�Ȥ���ǽ�Ǥ��� + +%package -n ruby-docs +Summary: Manuals and FAQs for scripting language Ruby. +Group: Documentation +URL: http://www.ruby-lang.org/ + +%description -n ruby-docs +Manuals and FAQs for the object-oriented scripting language Ruby. + +%description -n ruby-docs -l ja +���֥������Ȼظ�������ץȸ���Ruby�ˤĤ��ƤΥ���奢���FAQ�Ǥ��� + +%prep + +%setup -q -c -a 1 -a 2 -a 3 -a 4 + +cd %{name}-%{version} +#%patch0 -p1 +%patch1 -p1 +%patch2 -p1 + +#%patch10 -p1 + +cd ../../.. + + +%build + +cd %{name}-%{version} +#CFLAGS="${RPM_OPT_FLAGS}" ./configure \ +# --prefix=%{prefix} \ +# --mandir=%{prefix}/man \ +# --with-default-kcode=none \ +# --with-dbm-include=/usr/include/db1 \ +# --enable-shared \ +# --enable-ipv6 \ +# --with-lookup-order-hack=INET +# ${RPM_ARCH}-linux +%configure \ + --prefix=%{prefix} \ + --mandir=%{prefix}/share/man \ + --with-default-kcode=none \ + --with-dbm-include=/usr/include/db1 \ + --enable-shared \ + --enable-ipv6 \ + --with-lookup-order-hack=INET + +make +make test + +cd .. + + +%install + +rm -rf ${RPM_BUILD_ROOT} + +# installing documents and exapmles... +mkdir tmp-ruby-docs +cd tmp-ruby-docs + +# for ruby.rpm +mkdir ruby +cd ruby +(cd ../../%{name}-%{version} && + tar cf - misc sample lib/README*) | tar xvf - +(cd ../../%{name}-%{version} && + tar cf - `find ext + -mindepth 1 + \( -path '*/sample/*' -o -path '*/demo/*' \) -o + \( -name '*.rb' -not -path '*/lib/*' -not -name extconf.rb \) -o + \( -name 'README*' -o -name '*.txt*' -o -name 'MANUAL*' \)`) | tar xvf - + +# fixing `#!' paths +for f in `find . -type f` +do + sed -e 's,^#![ ]*\([^ ]*\)/\(ruby\|with\|perl\|env\),#!/usr/bin/\2,' < $f > $f.n + mv -f $f.n $f +done + +cd .. +# for ruby-devel.rpm +mkdir ruby-devel +cd ruby-devel + +cd .. +# for ruby-tcltk.rpm +mkdir ruby-tcltk +cd ruby-tcltk +for target in tcltklib tk +do + (cd ../ruby && + tar cf - `find . -path "*/$target/*"`) | tar xvf - + (cd ../ruby && + rm -rf `find . -name "$target" -type d`) +done + +cd .. +# for ruby-docs.rpm +mkdir ruby-docs +cd ruby-docs +mkdir doc-en doc-ja faq-en faq-ja +(cd ../../ruby-man-`echo %{manver} | sed -e 's/\.[0-9]*$//'` && tar cf - .) | (cd doc-en && tar xvf -) +(cd ../../ruby-man-`echo %{manver} | sed -e 's/\.[0-9]*$//'`-jp && tar cf - .) | (cd doc-ja && tar xvf -) +(cd ../../rubyfaq && tar cf - .) | (cd faq-en && tar xvf -) +(cd ../../rubyfaq-jp && tar cf - .) | (cd faq-ja && tar xvf -) + +(cd faq-ja && + for f in rubyfaq-jp*.html + do + sed -e 's/\( ruby-all.files +egrep '(\.[ah]|libruby\.so)$' ruby-all.files > ruby-devel.files + +# for ruby-tcltk.rpm +cp /dev/null ruby-tcltk.files +for f in `cd %{name}-%{version}/ext/tk && find lib -type f; echo *.so` +do + grep "/`basename $f`$" ruby-all.files >> ruby-tcltk.files +done +for f in `cd %{name}-%{version}/ext/tcltklib && find lib -type f; echo *.so` +do + grep "/`basename $f`$" ruby-all.files >> ruby-tcltk.files +done + +# for irb.rpm +egrep 'irb' ruby-all.files > irb.files + +# for ruby.rpm +sort ruby-all.files \ + ruby-devel.files ruby-tcltk.files irb.files | + uniq -u > ruby.files + +strip ${RPM_BUILD_ROOT}%{prefix}/bin/%{name} + +%clean +rm -rf ${RPM_BUILD_ROOT} +rm -f *.files +rm -rf tmp-ruby-docs + +%post -p /sbin/ldconfig -n ruby + +%postun -p /sbin/ldconfig -n ruby + +%files -f ruby.files -n ruby +%defattr(-, root, root) +%doc %{name}-%{version}/README +%doc %{name}-%{version}/README.jp +%doc %{name}-%{version}/COPYING* +%doc %{name}-%{version}/ChangeLog +%doc %{name}-%{version}/ToDo +%doc tmp-ruby-docs/ruby/* + +%files -f ruby-devel.files -n ruby-devel +%defattr(-, root, root) +%doc %{name}-%{version}/README.EXT +%doc %{name}-%{version}/README.EXT.jp + +%files -f ruby-tcltk.files -n ruby-tcltk +%defattr(-, root, root) +%doc tmp-ruby-docs/ruby-tcltk/ext/* + +%files -f irb.files -n irb +%defattr(-, root, root) + +%files -n ruby-docs +%defattr(-, root, root) +%doc tmp-ruby-docs/ruby-docs/* + +%changelog +* Tue Aug 29 2000 akira yamada +- Updated to version 1.4.6. +- removed ruby-dev.10123.patch(included into ruby-1.4.6). +- Added ruby_cvs.2000082901.patch(upgraded ruby to latest cvs version). + +* Tue Jun 27 2000 akira yamada +- Updated manuals to version 1.4.5. + +* Sun Jun 25 2000 akira yamada +- Added ruby-dev.10123.patch. + +* Sat Jun 24 2000 akira yamada +- Updated to version 1.4.5. +- Removed ruby_cvs.2000062401.patch(included into ruby-1.4.5). + +* Thu Jun 22 2000 akira yamada +- Updated to version 1.4.4(06/22/2000 CVS). +- Removed ruby-dev.10054.patch(included into ruby_cvs.patch). + +* Thu Jun 22 2000 akira yamada +- Renamed to ruby_cvs20000620.patch from ruby_cvs.patch. + +* Tue Jun 20 2000 akira yamada +- Updated to version 1.4.4(06/20/2000 CVS). +- Removed ruby-list.23190.patch(included into ruby_cvs.patch). +- Added ruby-dev.10054.patch. + +* Tue Jun 15 2000 akira yamada +- Updated to version 1.4.4(06/12/2000 CVS). +- Added manuals and FAQs. +- Split into ruby, ruby-devel, ruby-tcltk, ruby-docs, irb. + +* Tue Jun 13 2000 Mitsuo Hamada +- Updated to version 1.4.4 + +* Wed Dec 08 1999 Atsushi Yamagata +- Updated to version 1.4.3 + +* Mon Sep 20 1999 Atsushi Yamagata +- Updated to version 1.4.2 (Sep 18) + +* Fri Sep 17 1999 Atsushi Yamagata +- Updated to version 1.4.2 + +* Tue Aug 17 1999 Atsushi Yamagata +- Updated to version 1.4.0 + +* Fri Jul 23 1999 Atsushi Yamagata +- 2nd release +- Updated to version 1.2.6(15 Jul 1999) +- striped %{prefix}/bin/ruby + +* Mon Jun 28 1999 Atsushi Yamagata +- Updated to version 1.2.6(21 Jun 1999) + +* Wed Apr 14 1999 Atsushi Yamagata +- Updated to version 1.2.5 + +* Fri Apr 09 1999 Atsushi Yamagata +- Updated to version 1.2.4 + +* Fri Dec 25 1998 Toru Hoshina +- Version up to 1.2 stable. + +* Fri Nov 27 1998 Toru Hoshina +- Version up to 1.1c9. + +* Thu Nov 19 1998 Toru Hoshina +- Version up to 1.1c8, however it appear short life :-P + +* Fri Nov 13 1998 Toru Hoshina +- Version up. + +* Mon Sep 22 1998 Toru Hoshina +- To make a libruby.so. + +* Mon Sep 21 1998 Toru Hoshina +- Modified SPEC in order to install libruby.a so that it should be used by + another ruby entention. +- 2nd release. + +* Mon Mar 9 1998 Shoichi OZAWA +- Added a powerPC arch part. Thanks, MURATA Nobuhiro diff --git a/sources b/sources index e69de29..f51813e 100644 --- a/sources +++ b/sources @@ -0,0 +1,5 @@ +3c910657b164749d9b98d7448df17f9a ruby-1.4.6.tar.gz +d529768c828c930c49b3766d13dc1f2c ruby-man-1.4.6-jp.tar.gz +8eed63fec14a719df26247fb8384db5e ruby-man-1.4.6.tar.gz +634c25b14e19925d10af3720d72e8741 rubyfaq-990927.tar.gz +4fcec898f51d8371cc42d0a013940469 rubyfaq-jp-990927.tar.gz