Autobuild autoformatter for 62583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ruby?expand=0&rev=22
This commit is contained in:
parent
2ead0c48bf
commit
0fb2400110
11
ruby.spec
11
ruby.spec
@ -17,9 +17,10 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: ruby
|
Name: ruby
|
||||||
Version: 1.8.7.p334
|
Version: 1.8.7.p334
|
||||||
Release: 0
|
Release: 1
|
||||||
#
|
#
|
||||||
%define pkg_version 1.8.7
|
%define pkg_version 1.8.7
|
||||||
%define patch_level p334
|
%define patch_level p334
|
||||||
@ -83,6 +84,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
|
||||||
@ -127,6 +129,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.
|
||||||
|
|
||||||
@ -141,6 +144,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
|
||||||
|
|
||||||
@ -158,6 +162,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
|
||||||
|
|
||||||
@ -175,6 +180,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
|
||||||
|
|
||||||
@ -189,6 +195,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
|
||||||
|
|
||||||
@ -203,6 +210,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"
|
||||||
|
Loading…
Reference in New Issue
Block a user