From 3546ed42e888ed658b4ca47a82d427c73c4b28ef3c6adf77fc4a925a350eed00 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 2 Jul 2012 14:18:33 +0000 Subject: [PATCH] prepare_spec OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby/ruby?expand=0&rev=31 --- ruby.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/ruby.spec b/ruby.spec index 963ff33..372bafb 100644 --- a/ruby.spec +++ b/ruby.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -15,12 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: ruby Version: 1.9.3 Release: 0 # -License: MIT -Group: Development/Languages/Ruby # BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: ruby.macros @@ -30,6 +29,8 @@ Source3: ruby.common-macros Provides: /usr/bin/ruby Url: http://www.ruby-lang.org/ Summary: An Interpreted Object-Oriented Scripting Language +License: MIT +Group: Development/Languages/Ruby Requires: ruby19 Provides: rubygems = 1.8.15 Obsoletes: rubygems < 1.8.15 @@ -64,17 +65,18 @@ simple, straight-forward, and extensible. BeOS, and more) %package devel -Group: Development/Languages/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 %description devel Development files to link against Ruby. %package common -Group: Development/Languages/Ruby Summary: Files needed by all ruby versions +Group: Development/Languages/Ruby %description common Development files to link against Ruby. @@ -111,3 +113,4 @@ export NO_BRP_STALE_LINK_ERROR=yes /etc/rpm/macros.common-ruby %_bindir/gem_build_cleanup +%changelog