[rubygem-vte] 0.90.9

Mamoru Tasaka mtasaka at fedoraproject.org
Sat Jun 11 18:45:19 UTC 2011


commit 38bd6c3e77544714dd29e1480a309755271031d2
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sun Jun 12 03:45:08 2011 +0900

    0.90.9

 .gitignore       |    1 +
 rubygem-vte.spec |   14 +++++---------
 sources          |    2 +-
 3 files changed, 7 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8182488..e52bf3a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /vte-0.90.8.gem
+/vte-0.90.9.gem
diff --git a/rubygem-vte.spec b/rubygem-vte.spec
index fbfe8fe..a1c4934 100644
--- a/rubygem-vte.spec
+++ b/rubygem-vte.spec
@@ -12,8 +12,8 @@
 
 Summary:	Ruby binding of vte
 Name:		rubygem-%{gemname}
-Version:	0.90.8
-Release:	2%{?dist}
+Version:	0.90.9
+Release:	1%{?dist}
 Group:		Development/Languages
 # from README
 License:	LGPLv2
@@ -71,10 +71,7 @@ rubygem-%{gemname}
 mkdir -p .%{gemdir}
 
 export CONFIGURE_ARGS="--with-cflags='%{optflags}'"
-# Unset pkg-config-dir until .depend files bug is fixed
-%if 0
 export CONFIGURE_ARGS="$CONFIGURE_ARGS --with-pkg-config-dir=$(pwd)%{_libdir}/pkgconfig"
-%endif
 gem install \
 	-V \
 	--local \
@@ -108,10 +105,6 @@ grep -rl '%{gemname}.so' . | \
 		-e '\@require at s|"%{gemname}.so"|"ruby-gnome2/%{gemname}.so"|'
 
 popd
-# For now, install .pc files manually to the expected directory
-mkdir -p .%{_libdir}/pkgconfig
-install -cpm 644 .%{geminstdir}/ext/*/ruby-%{gemname}.pc \
-	.%{_libdir}/pkgconfig/
 
 %install
 # Once copy all
@@ -232,6 +225,9 @@ create_symlink_rec %{geminstdir}/lib %{ruby_sitelib}
 %{geminstdir}/sample/
 
 %changelog
+* Sun Jun 12 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.90.9-1
+- 0.90.9
+
 * Sun Mar 20 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.90.8-2
 - Some cleanups
 
diff --git a/sources b/sources
index f07642a..4f9cb23 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1d909cfad8d5a15eedda489275ebc739  vte-0.90.8.gem
+4c46588471ed130d6799266282575ebe  vte-0.90.9.gem


More information about the scm-commits mailing list