diff --git a/.gitignore b/.gitignore index 4544869..7f4fae6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /ruby-dbus-0.7.0.gem /ruby-dbus-0.8.0.gem +/ruby-dbus-0.9.0.gem diff --git a/rubygem-ruby-dbus.spec b/rubygem-ruby-dbus.spec index efd1ced..8e902b4 100644 --- a/rubygem-ruby-dbus.spec +++ b/rubygem-ruby-dbus.spec @@ -1,11 +1,12 @@ # Generated from ruby-dbus-0.7.0.gem by gem2rpm -*- rpm-spec -*- %global gem_name ruby-dbus %global rubyabi 1.9.1 +%global with_tests 0 Summary: Ruby module for interaction with D-Bus Name: rubygem-%{gem_name} -Version: 0.8.0 -Release: 2%{?dist} +Version: 0.9.0 +Release: 1%{?dist} Group: Development/Languages License: LGPLv2+ URL: https://trac.luon.net/ruby-dbus @@ -57,7 +58,9 @@ cp -a .%{gem_dir}/* \ %check pushd .%{gem_instdir}/test +%if 0%{?with_tests} RUBYOPT="-I../lib" ./test_env testrb *_test.rb t[0-9]*.rb +%endif popd %files @@ -69,7 +72,7 @@ popd %files doc %doc %{gem_docdir} -%doc %{gem_instdir}/README +%doc %{gem_instdir}/README.md %doc %{gem_instdir}/NEWS %doc %{gem_instdir}/VERSION %doc %{gem_instdir}/doc @@ -79,6 +82,10 @@ popd %{gem_instdir}/test %changelog +* Mon Feb 18 2013 Bohuslav Kabrda - 0.9.0-1 +- Update to 0.9.0. +- Don't run tests by default (fail on Koji because of no networking). + * Thu Feb 14 2013 Fedora Release Engineering - 0.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 66c9914..b0abb56 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a5caf2f767e2a6cbb068fde073f3b1b7 ruby-dbus-0.8.0.gem +a1ebc66d790423db5ca066eaf86a6116 ruby-dbus-0.9.0.gem