]> git.pld-linux.org Git - packages/ruby.git/blobdiff - ruby.spec
- updated to 1.6.4,
[packages/ruby.git] / ruby.spec
index b4aae24a6a491204ced5d67255041351d8c8914b..5882a428b25c87c44f81e372e116aaab2f428654 100644 (file)
--- a/ruby.spec
+++ b/ruby.spec
@@ -1,6 +1,7 @@
-Summary:       Ruby is an interpreted scripting language
+Summary:       Ruby - interpreted scripting language
+Summary(pl):   Ruby - interpretowany jêzyk skryptowy
 Name:          ruby
-Version:       1.6.2
+Version:       1.6.4
 Release:       1
 License:       GPL
 Group:         Development/Languages
@@ -12,9 +13,10 @@ Source1:     ftp://ftp.netlab.co.jp/pub/lang/ruby/doc/%{name}-texi-1.4-en.tar.gz
 Source2:       http://www.math.sci.hokudai.ac.jp/~gotoken/ruby/%{name}-uguide-981227.tar.gz
 Source3:       ftp://ftp.netlab.co.jp/pub/lang/ruby/doc/%{name}faq-990927.tar.gz
 Patch0:                %{name}-info.patch
+BuildRequires: autoconf
 BuildRequires: gdbm-devel
 BuildRequires: ncurses-devel
-BuildRequires: readline-devel
+BuildRequires: readline-devel >= 4.2
 BuildRequires: texinfo
 BuildRequires: tk-devel
 Prereq:                /sbin/ldconfig
@@ -26,14 +28,22 @@ 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, extensible, and portable.
 
+%description -l pl
+Ruby to interpretowany jêzyk skryptowy, w sam raz dla ³atwego i
+szybkiego pisania zorientowanych obiektowo programów. Ma wiele funkcji
+u³atwiaj±cych przetwarzanie plików tekstowych i wykonywanie prac
+zwi±zanych z zarz±dzaniem systemu (podobnie jak Perl). Jest prosty,
+rozszerzalny i przeno¶ny.
+
 %prep
 %setup -q -T -b 0
 %setup -q -T -D -a 1
 %setup -q -T -D -a 2
 %setup -q -T -D -a 3
-%patch -p1
+%patch0 -p1
 
 %build
+autoconf
 %configure \
        --enable-shared
 %{__make}
This page took 0.062411 seconds and 4 git commands to generate.