[rubygem-glib2] 1.1.3

Mamoru Tasaka mtasaka at fedoraproject.org
Mon Apr 16 06:00:39 UTC 2012


commit 21d535ac45e3b2e8a66dae179fb6f155634014b5
Author: Mamoru TASAKA <mtasaka at localhost.localdomain>
Date:   Mon Apr 16 15:00:29 2012 +0900

    1.1.3

 .gitignore         |    1 +
 rubygem-glib2.spec |   24 +++++-------------------
 sources            |    2 +-
 3 files changed, 7 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5103da4..4cced13 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /glib2-1.0.3.gem
 /glib2-1.1.1.gem
 /glib2-1.1.2.gem
+/glib2-1.1.3.gem
diff --git a/rubygem-glib2.spec b/rubygem-glib2.spec
index 87ce9b3..22625dc 100644
--- a/rubygem-glib2.spec
+++ b/rubygem-glib2.spec
@@ -17,8 +17,8 @@
 
 Summary:	Ruby binding of GLib-2.x
 Name:		rubygem-%{gem_name}
-Version:	1.1.2
-Release:	6%{?dist}
+Version:	1.1.3
+Release:	1%{?dist}
 Group:		Development/Languages
 # from README
 License:	LGPLv2
@@ -104,19 +104,6 @@ rubygem-%{gem_name}
 %setup -q -c -T
 mkdir -p .%{gem_dir}
 
-# Modify gem
-TOPDIR=$(pwd)
-mkdir -p tmpunpackdir/glib2
-pushd tmpunpackdir
-tar xf %{SOURCE0}
-cd glib2
-tar xzf ../data.tar.gz
-%patch0 -p2
-%patch1 -p2
-rake gem
-mv pkg/%{gem_name}-%{version}.gem $TOPDIR/
-popd
-
 export CONFIGURE_ARGS="--with-cflags='%{optflags}'"
 export CONFIGURE_ARGS="$CONFIGURE_ARGS --with-pkg-config-dir=$(pwd)%{_libdir}/pkgconfig"
 gem install \
@@ -125,11 +112,7 @@ gem install \
 	--install-dir .%{gem_dir} \
 	--force \
 	--rdoc \
-%if 0
 	%{SOURCE0}
-%else
-	./%{gem_name}-%{version}.gem
-%endif
 
 find . -name \*.gem | xargs chmod 0644
 
@@ -357,6 +340,9 @@ popd
 
 
 %changelog
+* Mon Apr 16 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.1.3-1
+- 1.1.3
+
 * Tue Apr 03 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 1.1.2-6
 - Fix conditionals for F17 to work for RHEL 7 as well.
 
diff --git a/sources b/sources
index 09ab6cb..e5edbda 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9885a8d46d68dd7388cf31a80be75913  glib2-1.1.2.gem
+00065ad15b439f915bf966feafcaebcd  glib2-1.1.3.gem


More information about the scm-commits mailing list