Autobuild autoformatter for 70817

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ruby?expand=0&rev=24
This commit is contained in:
Sascha Peilicke 2011-05-20 14:42:53 +00:00 committed by Git OBS Bridge
parent a32f4cb29f
commit bafb548a2d

View File

@ -17,9 +17,10 @@
# norootforbuild
Name: ruby
Version: 1.8.7.p334
Release: 0
Release: 2
#
%define pkg_version 1.8.7
%define patch_level p334
@ -82,6 +83,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
@ -126,6 +128,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.
@ -140,6 +143,7 @@ License: GPLv2+
Group: Development/Languages/Ruby
Summary: TCL/TK bindings for Ruby
Requires: %{name} = %{version}
%description tk
TCL/TK bindings for Ruby
@ -157,6 +161,7 @@ Requires: %{name} = %{version}
%if 0%{?suse_version} >= 1120
BuildArch: noarch
%endif
%description doc-ri
This package contains the RI docs for ruby
@ -174,6 +179,7 @@ Requires: %{name} = %{version}
%if 0%{?suse_version} >= 1120
BuildArch: noarch
%endif
%description doc-html
This package contains the HTML docs for ruby
@ -188,6 +194,7 @@ License: GPLv2+
Group: Development/Languages/Ruby
Requires: %{name} = %{version}
Summary: Example scripts for ruby
%description examples
Example scripts for ruby
@ -202,6 +209,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"