[gauche-gl] Rebuild for Gauche 0.9.3.x

Michel Alexandre Salim salimma at fedoraproject.org
Sun May 13 06:05:19 UTC 2012


commit 41e58c7081fd9045a44e0ff41c4165d8a3bb6249
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Sun May 13 13:05:14 2012 +0700

    Rebuild for Gauche 0.9.3.x
    
    - Spec clean-ups

 gauche-gl.spec |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/gauche-gl.spec b/gauche-gl.spec
index 41dc485..851901d 100644
--- a/gauche-gl.spec
+++ b/gauche-gl.spec
@@ -1,16 +1,22 @@
 %define gauche_main_version 0.9
-%define gauche_version %{gauche_main_version}.2
+%define gauche_version %{gauche_main_version}.3
 
 Name:           gauche-gl
 Version:        0.5.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        OpenGL binding for Gauche
 
+%if 0%{?rhel}
 Group:          Development/Languages
+%endif
 License:        BSD
-URL:            http://www.shiro.dreamhost.com/scheme/gauche
+URL:            http://practical-scheme.net/
 Source:         http://download.sourceforge.net/gauche/Gauche-gl-%{version}.tgz
+
+%if 0%{?el5}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+%endif
+
 BuildRequires:  gauche-devel = %{gauche_version}
 BuildRequires:  freeglut-devel
 BuildRequires:  libSM-devel
@@ -20,6 +26,7 @@ BuildRequires:  libXmu-devel
 BuildRequires:  texinfo
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
+# To match gauche
 ExcludeArch:    ppc64
 
 
@@ -48,7 +55,9 @@ make %{?_smp_mflags}
 
 
 %install
+%if 0%{?el5}
 rm -rf $RPM_BUILD_ROOT
+%endif
 make install DESTDIR=$RPM_BUILD_ROOT
 
 # no japanese info docs
@@ -105,6 +114,10 @@ fi
 
 
 %changelog
+* Sun May 13 2012 Michel Salim <salimma at fedoraproject.org> - 0.5.1-4
+- Rebuild for Gauche 0.9.3.x
+- Spec clean-ups
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list