[rubygem-glib2] - 0.90.3

Mamoru Tasaka mtasaka at fedoraproject.org
Sat Oct 23 20:18:52 UTC 2010


commit 592e9e267541919e60075afb42edb15de6822057
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sun Oct 24 05:18:50 2010 +0900

    - 0.90.3

 .gitignore         |    1 +
 rubygem-glib2.spec |   13 ++++++++-----
 sources            |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f95aae0..1f1c188 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /glib2-0.90.2.gem
+/glib2-0.90.3.gem
diff --git a/rubygem-glib2.spec b/rubygem-glib2.spec
index 8330a26..e631714 100644
--- a/rubygem-glib2.spec
+++ b/rubygem-glib2.spec
@@ -9,8 +9,8 @@
 
 Summary:	Ruby binding of GLib-2.x
 Name:		rubygem-%{gemname}
-Version:	0.90.2
-Release:	6%{?dist}
+Version:	0.90.3
+Release:	2%{?dist}
 Group:		Development/Languages
 # from README
 License:	LGPLv2
@@ -66,7 +66,7 @@ Requires:	rubygem(pkg-config)
 #Requires:	rubygem(cairo)
 # Obsoletes / Provides
 # ruby(%%{gemname}-devel) Provides is for compatibility
-Obsoletes:	ruby-%{gemname}-devel < 0.90.2-3.999
+Obsoletes:	ruby-%{gemname}-devel < 0.90.3-1.999
 Provides:	ruby-%{gemname}-devel = %{version}-%{release}
 Provides:	ruby(%{gemname}-devel) = %{version}-%{release}
 
@@ -78,7 +78,7 @@ rubygem-%{gemname}
 %setup -q -c -T
 mkdir -p .%{gemdir}
 
-export DESTDIR=$(pwd)/TMPINSTDIR
+export pkgconfigdir=$(pwd)%{_libdir}/pkgconfig
 export CONFIGURE_ARGS="--with-cflags='%{optflags}'"
 gem install \
 	-V \
@@ -122,7 +122,7 @@ popd
 
 # move pkgconfig file
 mkdir %{buildroot}%{_libdir}/pkgconfig
-install -cpm 644 TMPINSTDIR/%{_libdir}/pkgconfig/*.pc \
+install -cpm 644 ./%{_libdir}/pkgconfig/*.pc \
 	%{buildroot}%{_libdir}/pkgconfig/
 
 
@@ -252,6 +252,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Oct 24 2010 Mamoru Taska  <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.90.3-2
+- 0.90.3
+
 * Fri Oct  1 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.90.2-6
 - Fix up summary
 
diff --git a/sources b/sources
index 9fdccf3..8fe62a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d64fb6f1635265777e10e7314911a06e  glib2-0.90.2.gem
+e559d8f8029e8519c475ea758c8c7770  glib2-0.90.3.gem


More information about the scm-commits mailing list