devel/GtkAda .cvsignore, 1.2, 1.3 GtkAda.spec, 1.2, 1.3 sources, 1.2, 1.3

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Fri Feb 11 21:33:55 UTC 2005


Author: gemi

Update of /cvs/extras/devel/GtkAda
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5947

Modified Files:
	.cvsignore GtkAda.spec sources 
Log Message:



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/devel/GtkAda/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 03:58:27 -0000	1.2
+++ .cvsignore	11 Feb 2005 21:33:53 -0000	1.3
@@ -1 +1 @@
-GtkAda-2.2.1.tgz
+GtkAda-2.4.0.tgz


Index: GtkAda.spec
===================================================================
RCS file: /cvs/extras/devel/GtkAda/GtkAda.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- GtkAda.spec	8 Nov 2004 03:58:33 -0000	1.2
+++ GtkAda.spec	11 Feb 2005 21:33:53 -0000	1.3
@@ -1,21 +1,21 @@
 Name:		GtkAda
-Version:	2.2.1
-Release:	0.fdr.1.1
-License:	GPL
+Version:	2.4.0
+Release:	0.fdr.1
 Epoch:		0
 Summary:	An Ada95 graphical toolkit based on Gtk+
+
 Group:		System Environment/Libraries
-URL:		http://libre.act-europe.fr/GtkAda/
-Source:		http://libre.act-europe.fr/GtkAda/GtkAda-2.2.1.tgz
-Patch:		GtkAda-pkgconfig.patch
+License:	GPL
+URL:		http://libre.act-europe.fr/GtkAda
+Source:         http://libre.act-europe.fr/GtkAda/GtkAda-2.4.0.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  gcc-gnat, libgnat, perl, XFree86-Mesa-libGL, XFree86-Mesa-libGLU
+BuildRequires:  gcc-gnat, libgnat, perl, xorg-x11-devel
 BuildRequires:	gtk2-devel, libgnome-devel, libgnomeui-devel, bonobo-activation-devel, libbonoboui-devel, libglade2-devel
 
 %description
 GtkAda is an Ada95 graphical toolkit based on Gtk+, providing the
 complete set of Gtk+ widgets using the Object-Oriented features of
-this language. GtkAda supports the latest 2.2 stable releases.
+this language. GtkAda supports the latest 2.4 stable releases.
 
 %package devel
 Summary:	Development files for GtkAda
@@ -28,23 +28,23 @@
 
 %prep
 %setup -q
-%patch -p1
 
 %build
 %configure
-# Work-around to compiler bug when compiling these files with -O
 (
     mkdir -p src/lib-obj;
     cd src/lib-obj;
-    gcc -c -I../ -gnatn -gnatws -fPIC -I- ../gtkada-canvas.adb
-    gcc -c -I../ -gnatn -gnatws -fPIC -I- ../gtkada-mdi.adb
 )
 make
+make -C docs
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
 %makeinstall
 
+# bring these file up to date
+touch %{_includedir}/gtkada/*
+
 # make libraries executables, otherwise dependencies are not found
 chmod 0755 ${RPM_BUILD_ROOT}%{_libdir}/lib*.so.*
 
@@ -58,6 +58,8 @@
 # this conflicts with gdialog from gnome-utils
 rm -f ${RPM_BUILD_ROOT}%{_bindir}/gdialog
 
+rm -fr ${RPM_BUILD_ROOT}%{_prefix}/projects
+
 mkdir -p ${RPM_BUILD_ROOT}%{_infodir}
 cp -a doc/GtkAda/gtkada_rm/*.info* ${RPM_BUILD_ROOT}%{_infodir}
 cp -a doc/GtkAda/gtkada_ug/*.info* ${RPM_BUILD_ROOT}%{_infodir}
@@ -111,6 +113,12 @@
 %doc known-problems
 
 %changelog
+* Sat Jan 22 2005 Gerard Milmeister <gemi at bluewin.ch> - 0:2.4.0-0.fdr.1
+- New Version 2.4.0
+
+* Sat May 29 2004 Gerard Milmeister <gemi at bluewin.ch> - 0:2.2.1-0.fdr.2
+- Replaced XFree86 reference with xorg
+
 * Fri Nov 21 2003 Gerard Milmeister <gemi at bluewin.ch> - 0:2.2.1-0.fdr.1
 - New Version 2.2.1
 


Index: sources
===================================================================
RCS file: /cvs/extras/devel/GtkAda/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 03:58:27 -0000	1.2
+++ sources	11 Feb 2005 21:33:53 -0000	1.3
@@ -1 +1 @@
-2c22a6de79bfc948a1e2c4a6f73ab5c0  GtkAda-2.2.1.tgz
+31232d695ca40c3fb346fb34bc93ed3d  GtkAda-2.4.0.tgz




More information about the fedora-extras-commits mailing list