rpms/gauche-gtk/devel Gauche-gtk-gtk28.patch, NONE, 1.1 gauche-gtk.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Mon May 15 19:23:41 UTC 2006


Author: gemi

Update of /cvs/extras/rpms/gauche-gtk/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14473/devel

Modified Files:
	.cvsignore sources 
Added Files:
	Gauche-gtk-gtk28.patch gauche-gtk.spec 
Log Message:
auto-import gauche-gtk-0.4.1-7 on branch devel from gauche-gtk-0.4.1-7.src.rpm

Gauche-gtk-gtk28.patch:

--- NEW FILE Gauche-gtk-gtk28.patch ---
--- Gauche-gtk-0.4.1/src/gtktexttag.stub.gtk28	2006-03-24 19:57:53.000000000 +0100
+++ Gauche-gtk-0.4.1/src/gtktexttag.stub	2006-03-24 19:58:05.000000000 +0100
@@ -36,7 +36,6 @@
    (language-set :type <uint>)
    (pad1 :type <uint>)
    (pad2 :type <uint>)
-   (pad3 :type <uint>)
    )
 (allocator (c "Scm_GtkObjectAllocate"))
   )
--- Gauche-gtk-0.4.1/src/gtktoolbar.stub.gtk28	2006-03-24 19:58:22.000000000 +0100
+++ Gauche-gtk-0.4.1/src/gtktoolbar.stub	2006-03-24 19:59:09.000000000 +0100
@@ -51,8 +51,6 @@
    (tooltips :type <gtk-tooltips>)
    (button-maxw :type <int>)
    (button-maxh :type <int>)
-   (style-set-connection :type <uint>)
-   (icon-size-connection :type <uint>)
    (style-set :type <uint>)
    (icon-size-set :type <uint>)
    )


--- NEW FILE gauche-gtk.spec ---
%define gauche_version 0.8.7

Name:           gauche-gtk
Version:        0.4.1
Release:        7%{?dist}
Summary:	Gauche extension module to use GTK

Group:          Development/Languages
License:        BSD
URL:            http://www.shiro.dreamhost.com/scheme/gauche
Source:		http://download.sourceforge.net/gauche/Gauche-gtk-0.4.1.tgz
Patch0:		Gauche-gtk-gtk28.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: 	gauche-devel = %{gauche_version}
BuildRequires:	gtk2-devel
BuildRequires:	gtkglext-devel
BuildRequires:	libX11-devel
BuildRequires:	libXt-devel
BuildRequires:	libICE-devel
Requires:	gauche = %{gauche_version}
Requires:	gauche-gl


%description
Gauche extension module to use GTK.


%prep
%setup -q -n Gauche-gtk-%{version}
%patch0 -p1


%build
CFLAGS="`pkg-config --cflags freetype2` -fPIC" %configure --enable-gtkgl --enable-glgd --enable-glgd-pango
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT`gauche-config --syslibdir`
mkdir -p $RPM_BUILD_ROOT`gauche-config --sysarchdir`
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.so' -exec chmod 0755 '{}' ';'

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_libdir}/gauche
%{_datadir}/gauche
%doc COPYING README VERSION examples


%changelog
* Fri May  5 2006 Gerard Milmeister <gemi at bluewin.ch> - 0.4.1-7
- Added include flags for freetype
- Added -fPIC flag 

* Wed Feb 23 2005 Gerard Milmeister <gemi at bluewin.ch> - 0:0.4.1-1
- New Version 0.4.1

* Fri Mar 19 2004 Gerard Milmeister <gemi at bluewin.ch> - 0:0.4-0.fdr.1
- New Version 0.4

* Fri Mar 19 2004 Gerard Milmeister <gemi at bluewin.ch> - 0:0.3.2-0.fdr.1
- New Version 0.3.2

* Mon Nov 10 2003 Gerard Milmeister <gemi at bluewin.ch> - 0:0.3.1-0.fdr.1
- First Fedora release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gauche-gtk/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 May 2006 19:22:34 -0000	1.1
+++ .cvsignore	15 May 2006 19:23:41 -0000	1.2
@@ -0,0 +1 @@
+Gauche-gtk-0.4.1.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gauche-gtk/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 May 2006 19:22:34 -0000	1.1
+++ sources	15 May 2006 19:23:41 -0000	1.2
@@ -0,0 +1 @@
+18356efab446b9524be8371a3b852a6a  Gauche-gtk-0.4.1.tgz




More information about the scm-commits mailing list