From bafb548a2d81d3b73ba6a9cc9cdd23e47bc77aad7ca1c0d4de699fbabb767460 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 20 May 2011 14:42:53 +0000 Subject: [PATCH] Autobuild autoformatter for 70817 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ruby?expand=0&rev=24 --- ruby.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/ruby.spec b/ruby.spec index 6c9f706..34e4f10 100644 --- a/ruby.spec +++ b/ruby.spec @@ -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"