[rubygem-idn] Remove yardoc excludes since it's not being created anymore

Shawn Starr spstarr at fedoraproject.org
Sun Jan 29 19:42:35 UTC 2012


commit a34b4241daabecaa290b06ccf2d37f13fa0a6f28
Author: Shawn Starr <shawn.starr at rogers.com>
Date:   Sun Jan 29 14:42:06 2012 -0500

    Remove yardoc excludes since it's not being created anymore

 rubygem-idn.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-idn.spec b/rubygem-idn.spec
index eed3bce..8bfa147 100644
--- a/rubygem-idn.spec
+++ b/rubygem-idn.spec
@@ -7,7 +7,7 @@
 Summary: Ruby Bindings for the GNU LibIDN library
 Name: rubygem-%{gemname}
 Version: 0.0.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Development/Languages
 
 # ASL license for ext/idn.c, ext/idn.h, ext/punycode.c and ext/stringprep.c
@@ -89,7 +89,6 @@ popd
 %{ruby_sitearch}/%{gemname}/*.so
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
 %exclude %{geminstdir}/ext
-%exclude %{geminstdir}/.yardoc
 %exclude %{gemdir}/cache/%{gemname}-%{version}.gem
 
 %files doc
@@ -101,6 +100,9 @@ popd
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Sun Jan 29 2012 Shawn Starr <shawn.starr at rogers.com> - 0.0.2-3
+- Fix build issue in mock, remove .yardoc since its not being
+created anymore.
 
 * Sun Nov 06 2011 Shawn Starr <shawn.starr at rogers.com> - 0.0.2-2
 - Update spec based on bugzilla review feedback.


More information about the scm-commits mailing list