File project.diff of Package rubygem-ruby-dbus
--- rubygem-ruby-dbus.spec.orig
+++ rubygem-ruby-dbus.spec
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-ruby-dbus
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,7 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
+
Name: rubygem-ruby-dbus
Version: 0.9.2
Release: 0
@@ -24,15 +24,13 @@ Release: 0
Provides: ruby-dbus = %{version}
Obsoletes: ruby-dbus < %{version}
#
-Group: Development/Languages/Ruby
-License: LGPL-2.1
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: rubygems_with_buildroot_patch
-BuildRequires: rubygem-rake
-BuildRequires: rubygem-nokogiri
BuildRequires: dbus-1
BuildRequires: netcfg
+BuildRequires: rubygems_with_buildroot_patch
+BuildRequires: rubygem(nokogiri)
+BuildRequires: rubygem(rake)
%rubygems_requires
@@ -43,6 +41,9 @@ Url: https://trac.luon.net/ru
Source: %{mod_full_name}.gem
#
Summary: Ruby module for interaction with D-Bus
+License: LGPL-2.1
+Group: Development/Languages/Ruby
+
%description
Ruby module for interaction with D-Bus
@@ -50,6 +51,7 @@ Ruby module for interaction with D-Bus
Summary: RDoc documentation for %{mod_name}
Group: Development/Languages/Ruby
Requires: %{name} = %{version}
+
%description doc
Documentation generated at gem installation time.
Usually in RDoc and RI formats.
@@ -58,6 +60,7 @@ Usually in RDoc and RI formats.
Summary: Test suite for %{mod_name}
Group: Development/Languages/Ruby
Requires: %{name} = %{version}
+
%description testsuite
Test::Unit or RSpec files, useful for developers.