[rubygem-pango] add missing directory

Mamoru Tasaka mtasaka at fedoraproject.org
Tue Jan 31 05:17:17 UTC 2012


commit 1071fd64e9fa1efd767d07f4ed5e91ba50db4061
Author: TASAKA Mamoru <mtasaka at localhost.localdomain>
Date:   Tue Jan 31 14:17:14 2012 +0900

    add missing directory

 rubygem-pango.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-pango.spec b/rubygem-pango.spec
index fbc1f4b..cf6a698 100644
--- a/rubygem-pango.spec
+++ b/rubygem-pango.spec
@@ -20,7 +20,7 @@
 Summary:	Ruby binding of pango-1.x
 Name:		rubygem-%{gem_name}
 Version:	1.1.2
-Release:	2%{?dist}
+Release:	3%{?dist}
 Group:		Development/Languages
 # from README
 License:	LGPLv2
@@ -246,6 +246,8 @@ ruby -Ilib:test ./test/run-test.rb
 
 %{gem_instdir}/lib/%{gem_name}.rb
 %if %{ruby19}
+%dir	%{gem_extdir}
+%dir	%{gem_extdir}/lib
 %{gem_extdir}/lib/%{gem_name}.so
 %else
 # %%ruby_sitearch/ruby-gnome2 is owned by rubygem-glib2
@@ -276,7 +278,7 @@ ruby -Ilib:test ./test/run-test.rb
 %{gem_instdir}/test/
 
 %changelog
-* Tue Jan 31 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.1.2-2
+* Tue Jan 31 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.1.2-3
 - 1.1.2
 
 * Sun Jan 15 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.1.1-1


More information about the scm-commits mailing list