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 # norootforbuild
Name: ruby Name: ruby
Version: 1.8.7.p334 Version: 1.8.7.p334
Release: 0 Release: 2
# #
%define pkg_version 1.8.7 %define pkg_version 1.8.7
%define patch_level p334 %define patch_level p334
@ -82,6 +83,7 @@ Source6: ruby.macros
%endif %endif
# #
Summary: An Interpreted Object-Oriented Scripting Language Summary: An Interpreted Object-Oriented Scripting Language
%description %description
Ruby is an interpreted scripting language for quick and easy Ruby is an interpreted scripting language for quick and easy
object-oriented programming. It has many features for processing text 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} Requires: ruby_with_bleak_house = %{bleak_house_version}
Provides: ruby-devel_with_bleak_house = %{bleak_house_version}-%{release} Provides: ruby-devel_with_bleak_house = %{bleak_house_version}-%{release}
%endif %endif
%description devel %description devel
Development files to link against Ruby. Development files to link against Ruby.
@ -140,6 +143,7 @@ License: GPLv2+
Group: Development/Languages/Ruby Group: Development/Languages/Ruby
Summary: TCL/TK bindings for Ruby Summary: TCL/TK bindings for Ruby
Requires: %{name} = %{version} Requires: %{name} = %{version}
%description tk %description tk
TCL/TK bindings for Ruby TCL/TK bindings for Ruby
@ -157,6 +161,7 @@ Requires: %{name} = %{version}
%if 0%{?suse_version} >= 1120 %if 0%{?suse_version} >= 1120
BuildArch: noarch BuildArch: noarch
%endif %endif
%description doc-ri %description doc-ri
This package contains the RI docs for ruby This package contains the RI docs for ruby
@ -174,6 +179,7 @@ Requires: %{name} = %{version}
%if 0%{?suse_version} >= 1120 %if 0%{?suse_version} >= 1120
BuildArch: noarch BuildArch: noarch
%endif %endif
%description doc-html %description doc-html
This package contains the HTML docs for ruby This package contains the HTML docs for ruby
@ -188,6 +194,7 @@ License: GPLv2+
Group: Development/Languages/Ruby Group: Development/Languages/Ruby
Requires: %{name} = %{version} Requires: %{name} = %{version}
Summary: Example scripts for ruby Summary: Example scripts for ruby
%description examples %description examples
Example scripts for ruby Example scripts for ruby
@ -202,6 +209,7 @@ License: GPLv2+
Group: Development/Languages/Ruby Group: Development/Languages/Ruby
Requires: %{name} = %{version} Requires: %{name} = %{version}
Summary: An Interpreted Object-Oriented Scripting Language Summary: An Interpreted Object-Oriented Scripting Language
%description test-suite %description test-suite
Ruby is an interpreted scripting language for quick and easy Ruby is an interpreted scripting language for quick and easy
object-oriented programming. It has many features for processing text 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 # make sure it _really_ rebuilds parse.c for us
old parse.c old parse.c
%build %build
autoreconf -fi autoreconf -fi
export CFLAGS="%{optflags} -g -fno-strict-aliasing" export CFLAGS="%{optflags} -g -fno-strict-aliasing"