Stephan Kulow 2012-07-02 14:18:33 +00:00 committed by Git OBS Bridge
parent bfc8a1a101
commit 3546ed42e8

View File

@ -1,7 +1,7 @@
# #
# spec file for package ruby # spec file for package ruby
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,12 +15,11 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: ruby Name: ruby
Version: 1.9.3 Version: 1.9.3
Release: 0 Release: 0
# #
License: MIT
Group: Development/Languages/Ruby
# #
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: ruby.macros Source0: ruby.macros
@ -30,6 +29,8 @@ Source3: ruby.common-macros
Provides: /usr/bin/ruby Provides: /usr/bin/ruby
Url: http://www.ruby-lang.org/ Url: http://www.ruby-lang.org/
Summary: An Interpreted Object-Oriented Scripting Language Summary: An Interpreted Object-Oriented Scripting Language
License: MIT
Group: Development/Languages/Ruby
Requires: ruby19 Requires: ruby19
Provides: rubygems = 1.8.15 Provides: rubygems = 1.8.15
Obsoletes: rubygems < 1.8.15 Obsoletes: rubygems < 1.8.15
@ -64,17 +65,18 @@ simple, straight-forward, and extensible.
BeOS, and more) BeOS, and more)
%package devel %package devel
Group: Development/Languages/Ruby
Summary: Development files to link against Ruby Summary: Development files to link against Ruby
Requires: ruby19-devel %{name} Group: Development/Languages/Ruby
Requires: %{name}
Requires: ruby19-devel
Provides: rubygems_with_buildroot_patch Provides: rubygems_with_buildroot_patch
%description devel %description devel
Development files to link against Ruby. Development files to link against Ruby.
%package common %package common
Group: Development/Languages/Ruby
Summary: Files needed by all ruby versions Summary: Files needed by all ruby versions
Group: Development/Languages/Ruby
%description common %description common
Development files to link against Ruby. Development files to link against Ruby.
@ -111,3 +113,4 @@ export NO_BRP_STALE_LINK_ERROR=yes
/etc/rpm/macros.common-ruby /etc/rpm/macros.common-ruby
%_bindir/gem_build_cleanup %_bindir/gem_build_cleanup
%changelog