Autobuild autoformatter for 62583

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ruby?expand=0&rev=22
This commit is contained in:
Marcus Rückert 2011-02-22 20:31:04 +00:00 committed by Git OBS Bridge
parent 2ead0c48bf
commit 0fb2400110

View File

@ -17,9 +17,10 @@
# norootforbuild
Name: ruby
Version: 1.8.7.p334
Release: 0
Release: 1
#
%define pkg_version 1.8.7
%define patch_level p334
@ -83,6 +84,7 @@ Source6: ruby.macros
%endif
#
Summary: An Interpreted Object-Oriented Scripting Language
%description
Ruby is an interpreted scripting language for quick and easy
object-oriented programming. It has many features for processing text
@ -127,6 +129,7 @@ Requires: %{name} = %{version}
Requires: ruby_with_bleak_house = %{bleak_house_version}
Provides: ruby-devel_with_bleak_house = %{bleak_house_version}-%{release}
%endif
%description devel
Development files to link against Ruby.
@ -141,6 +144,7 @@ License: GPLv2+
Group: Development/Languages/Ruby
Summary: TCL/TK bindings for Ruby
Requires: %{name} = %{version}
%description tk
TCL/TK bindings for Ruby
@ -158,6 +162,7 @@ Requires: %{name} = %{version}
%if 0%{?suse_version} >= 1120
BuildArch: noarch
%endif
%description doc-ri
This package contains the RI docs for ruby
@ -175,6 +180,7 @@ Requires: %{name} = %{version}
%if 0%{?suse_version} >= 1120
BuildArch: noarch
%endif
%description doc-html
This package contains the HTML docs for ruby
@ -189,6 +195,7 @@ License: GPLv2+
Group: Development/Languages/Ruby
Requires: %{name} = %{version}
Summary: Example scripts for ruby
%description examples
Example scripts for ruby
@ -203,6 +210,7 @@ License: GPLv2+
Group: Development/Languages/Ruby
Requires: %{name} = %{version}
Summary: An Interpreted Object-Oriented Scripting Language
%description test-suite
Ruby is an interpreted scripting language for quick and easy
object-oriented programming. It has many features for processing text
@ -260,7 +268,6 @@ find . -type f | xargs -n 1 sed -i "s@#!\s*/usr/local/bin/ruby@#!/usr/bin/ruby@"
# make sure it _really_ rebuilds parse.c for us
old parse.c
%build
# autoreconf -fi
export CFLAGS="%{optflags} -g -fno-strict-aliasing"