|
@@ -1,6 +1,6 @@
|
|
%define rubyxver 1.8
|
|
%define rubyxver 1.8
|
|
%define rubyyver 7
|
|
%define rubyyver 7
|
|
-%define rubypl 249
|
|
+%define rubypl 330
|
|
%define rubyver %{rubyxver}.%{rubyyver}-p%{rubypl}
|
|
%define rubyver %{rubyxver}.%{rubyyver}-p%{rubypl}
|
|
%define rpmver %{rubyxver}.%{rubyyver}.%{rubypl}
|
|
%define rpmver %{rubyxver}.%{rubyyver}.%{rubypl}
|
|
%define rpmrel 1%{?_dist_release}
|
|
%define rpmrel 1%{?_dist_release}
|
|
@@ -35,7 +35,7 @@ Summary(ja): オブジェクト指向言語 Ruby インタプリタ
|
|
Name: ruby
|
|
Name: ruby
|
|
Version: %{rpmver}
|
|
Version: %{rpmver}
|
|
Release: %{rpmrel}
|
|
Release: %{rpmrel}
|
|
-License: distributable
|
|
+License: Ruby or GPLv2
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
Source0: ftp://ftp.ruby-lang.org/pub/%{name}/%{name}-%{rubyver}.tar.bz2
|
|
Source0: ftp://ftp.ruby-lang.org/pub/%{name}/%{name}-%{rubyver}.tar.bz2
|
|
Source2: http://elbereth-hp.hp.infoseek.co.jp/files/ruby/refm/ruby-refm-rdp-1.9.0-ja-html.tar.gz
|
|
Source2: http://elbereth-hp.hp.infoseek.co.jp/files/ruby/refm/ruby-refm-rdp-1.9.0-ja-html.tar.gz
|
|
@@ -68,6 +68,10 @@ BuildRequires: openssl-devel
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: zlib-devel
|
|
Requires: libruby = %{version}-%{release}
|
|
Requires: libruby = %{version}-%{release}
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: daisuke, akira
|
|
|
|
+
|
|
%description
|
|
%description
|
|
Ruby is the interpreted scripting language for quick and easy
|
|
Ruby is the interpreted scripting language for quick and easy
|
|
object-oriented programming. It has many features to process text files
|
|
object-oriented programming. It has many features to process text files
|
|
@@ -562,6 +566,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jan 18 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.7.330-1
|
|
|
|
+- update to 1.8.7-p330
|
|
|
|
+- change License tag (Ruby or GPLv2)
|
|
|
|
+
|
|
* Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.7.249-1
|
|
* Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.7.249-1
|
|
- update to 1.8.7-p249
|
|
- update to 1.8.7-p249
|
|
- rebuild with db4-4.8.0
|
|
- rebuild with db4-4.8.0
|