SPECS: gmetadom.spec, ocaml-SDL.spec, ocaml-camltk.spec, ocaml-con...

glen glen at pld-linux.org
Sun Apr 16 00:11:08 CEST 2006


Author: glen                         Date: Sat Apr 15 22:11:08 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ocaml 3.09.1

---- Files affected:
SPECS:
   gmetadom.spec (1.26 -> 1.27) , ocaml-SDL.spec (1.13 -> 1.14) , ocaml-camltk.spec (1.12 -> 1.13) , ocaml-configwin.spec (1.16 -> 1.17) , ocaml-cryptokit.spec (1.11 -> 1.12) , ocaml-dbi.spec (1.9 -> 1.10) , ocaml-dml.spec (1.10 -> 1.11) , ocaml-equeue.spec (1.14 -> 1.15) , ocaml-extlib.spec (1.8 -> 1.9) , ocaml-findlib.spec (1.20 -> 1.21) , ocaml-gl.spec (1.13 -> 1.14) , ocaml-gregoriandate.spec (1.5 -> 1.6) , ocaml-idl.spec (1.14 -> 1.15) , ocaml-lablgl.spec (1.22 -> 1.23) , ocaml-lablgtk.spec (1.36 -> 1.37) , ocaml-lablgtk2.spec (1.12 -> 1.13) , ocaml-mysql.spec (1.18 -> 1.19) , ocaml-net.spec (1.28 -> 1.29) , ocaml-netclient.spec (1.17 -> 1.18) , ocaml-odbc.spec (1.18 -> 1.19) , ocaml-pcre.spec (1.11 -> 1.12) , ocaml-postgres.spec (1.15 -> 1.16) , ocaml-pxp.spec (1.14 -> 1.15) , ocaml-stew.spec (1.13 -> 1.14) , ocaml-tony.spec (1.12 -> 1.13) , ocaml-wlex.spec (1.17 -> 1.18) , ocaml-xmlrpc.spec (1.10 -> 1.11) , ocaml-xstr.spec (1.11 -> 1.12) , ocaml-zip.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/gmetadom.spec
diff -u SPECS/gmetadom.spec:1.26 SPECS/gmetadom.spec:1.27
--- SPECS/gmetadom.spec:1.26	Sun Jan 29 19:13:54 2006
+++ SPECS/gmetadom.spec	Sun Apr 16 00:11:00 2006
@@ -3,11 +3,12 @@
 # Conditional build:
 %bcond_without	ocaml	# don't build OCaml binding
 #
+%define		ocaml_ver	3.09.1
 Summary:	gdome2 binding for various programming languages
 Summary(pl):	Wiązania gdome2 dla różnych języków programowania
 Name:		gmetadom
 Version:	0.2.3
-Release:	3
+Release:	4
 License:	LGPL v2.1+
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/gmetadom/%{name}-%{version}.tar.gz
@@ -18,9 +19,9 @@
 BuildRequires:	automake
 BuildRequires:	gdome2-devel >= 0.8.0
 BuildRequires:	gettext-devel
-BuildRequires:	libtool
 BuildRequires:	libstdc++-devel
-%{?with_ocaml:BuildRequires:	ocaml >= 3.04-7}
+BuildRequires:	libtool
+%{?with_ocaml:BuildRequires:	ocaml >= %{ocaml_ver}}
 BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 1.198
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -94,7 +95,6 @@
 Summary:	gdome2 binding for C++/smart pointers - development part
 Summary(pl):	Wiązania gdome2 dla C++/mądre wskaźniki - cześć programistyczna
 Group:		Development/Libraries
-Requires:	libstdc++-devel
 Requires:	%{name} = %{version}-%{release}
 Requires:	gdome2-cpp_smart = %{version}-%{release}
 Requires:	gdome2-devel >= 0.8.0
@@ -150,7 +150,7 @@
 %configure \
 	--with-modules="gdome_cpp_smart%{?with_ocaml: gdome_caml}"
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -207,6 +207,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2006/04/15 22:11:00  glen
+- ocaml 3.09.1
+
 Revision 1.26  2006/01/29 18:13:54  qboosh
 - added gcc4 patch
 

================================================================
Index: SPECS/ocaml-SDL.spec
diff -u SPECS/ocaml-SDL.spec:1.13 SPECS/ocaml-SDL.spec:1.14
--- SPECS/ocaml-SDL.spec:1.13	Sun Dec 11 10:32:25 2005
+++ SPECS/ocaml-SDL.spec	Sun Apr 16 00:11:00 2006
@@ -1,9 +1,10 @@
 # $Revision$, $Date$
+%define		ocaml_ver	3.09.1
 Summary:	SDL binding for OCaml
 Summary(pl):	Wiązania SDL dla OCamla
 Name:		ocaml-SDL
 Version:	0.7.2
-Release:	2
+Release:	3
 License:	GPL
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/ocamlsdl/ocamlsdl-%{version}.tar.gz
@@ -15,7 +16,7 @@
 BuildRequires:	SDL_ttf-devel
 BuildRequires:	autoconf
 BuildRequires:	automake
-BuildRequires:	ocaml >= 3.07
+BuildRequires:	ocaml >= %{ocaml_ver}
 BuildRequires:	ocaml-findlib-devel
 BuildRequires:	ocaml-lablgl-devel
 %requires_eq	ocaml-runtime
@@ -93,6 +94,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2006/04/15 22:11:00  glen
+- ocaml 3.09.1
+
 Revision 1.13  2005/12/11 09:32:25  qboosh
 - refresh config.sub, release 2
 

================================================================
Index: SPECS/ocaml-camltk.spec
diff -u SPECS/ocaml-camltk.spec:1.12 SPECS/ocaml-camltk.spec:1.13
--- SPECS/ocaml-camltk.spec:1.12	Sat Dec 10 19:38:05 2005
+++ SPECS/ocaml-camltk.spec	Sun Apr 16 00:11:00 2006
@@ -1,10 +1,11 @@
 # $Revision$, $Date$
 %define		ver	418
+%define		ocaml_ver	3.09.1
 Summary:	Tk binding for OCaml
 Summary(pl):	Wiązania Tk dla OCamla
 Name:		ocaml-camltk
 Version:	0.%{ver}
-Release:	5
+Release:	6
 License:	LGPL with additional linking exception
 Group:		Libraries
 Source0:	ftp://ftp.inria.fr/INRIA/Projects/cristal/caml-light/bazar-ocaml/ocamltk/ocamltk%{ver}.tar.gz
@@ -15,7 +16,7 @@
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	ncurses-devel
-BuildRequires:	ocaml >= 3.04-7
+BuildRequires:	ocaml >= %{ocaml_ver}
 BuildRequires:	tcl-devel
 BuildRequires:	tk-devel
 %requires_eq	ocaml-runtime
@@ -69,7 +70,8 @@
 %configure \
 	--with-config=./pld.config
 
-%{__make} all opt
+%{__make} -j1 \
+	all opt
 
 cd support
 mkdir tmp
@@ -133,6 +135,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2006/04/15 22:11:00  glen
+- ocaml 3.09.1
+
 Revision 1.12  2005/12/10 18:38:05  baggins
 - release 5 for ocaml 3.09.0
 

================================================================
Index: SPECS/ocaml-configwin.spec
diff -u SPECS/ocaml-configwin.spec:1.16 SPECS/ocaml-configwin.spec:1.17
--- SPECS/ocaml-configwin.spec:1.16	Sat Dec 10 19:38:32 2005
+++ SPECS/ocaml-configwin.spec	Sun Apr 16 00:11:00 2006
@@ -1,20 +1,19 @@
 # $Revision$, $Date$
 %define		strange_version		%(echo %{version} | tr . _)
-
+%define		ocaml_ver	3.09.1
 Summary:	Library to create config window with lablgtk
 Summary(pl):	Biblioteka do tworzenia okienek konfiguracyjnych z użyciem lablgtk
 Name:		ocaml-configwin
 Version:	0.93
-Release:	5
+Release:	6
 License:	QPL
 Group:		Libraries
-Vendor:		Maxence Guesdon <maxence.guesdon at inria.fr>
 URL:		http://pauillac.inria.fr/~guesdon/Tools/configwin/configwin.html
 Source0:	http://pauillac.inria.fr/~guesdon/Tools/Tars/configwin_%{strange_version}.tar.gz
 # Source0-md5:	79e68d8e4af9e23434264af86c6fea12
 Patch0:		%{name}-ocaml_version.patch
 BuildRequires:	autoconf
-BuildRequires:	ocaml-camlp4
+BuildRequires:	ocaml-camlp4 >= %{ocaml_ver}
 BuildRequires:	ocaml-lablgtk-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -51,7 +50,7 @@
 # this doesn't really matter (package makes little use of autoconf)
 %{__autoconf}
 %configure
-%{__make} depend byte opt
+%{__make} -j1 depend byte opt
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -76,6 +75,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2006/04/15 22:11:00  glen
+- ocaml 3.09.1
+
 Revision 1.16  2005/12/10 18:38:32  baggins
 - release 5 for ocaml 3.09.0
 

================================================================
Index: SPECS/ocaml-cryptokit.spec
diff -u SPECS/ocaml-cryptokit.spec:1.11 SPECS/ocaml-cryptokit.spec:1.12
--- SPECS/ocaml-cryptokit.spec:1.11	Sat Dec 10 19:39:26 2005
+++ SPECS/ocaml-cryptokit.spec	Sun Apr 16 00:11:00 2006
@@ -1,17 +1,17 @@
 # $Revision$, $Date$
+%define		ocaml_ver	3.09.1
 Summary:	Cryptographic toolkit for OCaml
 Summary(pl):	Biblioteka kryptograficzna dla OCamla
 Name:		ocaml-cryptokit
 Version:	1.3
-Release:	2
+Release:	3
 License:	LGPL w/ linking exceptions
 Group:		Libraries
-Vendor:		Xavier Leroy <Xavier.Leroy at inria.fr>
 URL:		http://pauillac.inria.fr/~xleroy/software.html
 Source0:	http://caml.inria.fr/distrib/bazar-ocaml/cryptokit-%{version}.tar.gz
 # Source0-md5:	d7de01d0702d16b3491c9e794ebb2cc3
+BuildRequires:	ocaml >= %{ocaml_ver}
 BuildRequires:	zlib-devel
-BuildRequires:	ocaml >= 3.04-7
 %requires_eq	ocaml-runtime
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -35,8 +35,8 @@
 funkcje to: szyfry symetryczne: AES, DES, 3DES, ARCFour w trybach ECB,
 CBC, CFB oraz OFB; szyfr z kluczem publicznym RSA; kryptograficzne
 funkcje skrótu i MACi: SHA-1, MD5 oraz MACi bazowane na AES oraz DES;
-generacje liczb losowych; kodowania i kompresja: base 64,
-szesnastkowa oraz zlib.
+generacje liczb losowych; kodowania i kompresja: base 64, szesnastkowa
+oraz zlib.
 
 Pakiet ten zawiera binaria potrzebne do uruchamiania programów
 używających tej biblioteki.
@@ -68,8 +68,8 @@
 funkcje to: szyfry symetryczne: AES, DES, 3DES, ARCFour w trybach ECB,
 CBC, CFB oraz OFB; szyfr z kluczem publicznym RSA; kryptograficzne
 funkcje skrótu i MACi: SHA-1, MD5 oraz MACi bazowane na AES oraz DES;
-generacje liczb losowych; kodowania i kompresja: base 64,
-szesnastkowa oraz zlib.
+generacje liczb losowych; kodowania i kompresja: base 64, szesnastkowa
+oraz zlib.
 
 Pakiet ten zawiera pliki niezbędne do tworzenia programów używających
 tej biblioteki.
@@ -126,6 +126,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2006/04/15 22:11:00  glen
+- ocaml 3.09.1
+
 Revision 1.11  2005/12/10 18:39:26  baggins
 - release 2 for ocaml 3.09.0
 

================================================================
Index: SPECS/ocaml-dbi.spec
diff -u SPECS/ocaml-dbi.spec:1.9 SPECS/ocaml-dbi.spec:1.10
--- SPECS/ocaml-dbi.spec:1.9	Mon Dec 12 14:37:39 2005
+++ SPECS/ocaml-dbi.spec	Sun Apr 16 00:11:00 2006
@@ -1,17 +1,19 @@
 # $Revision$, $Date$
 %define		_vendor_name	ocamldbi
+%define		ocaml_ver	3.09.1
 Summary:	Database independent layer
 Summary(pl):	Niezależne od bazy danych API dla ocamla
 Name:		ocaml-dbi
 Version:	0.9.11
-Release:	1
+Release:	2
 License:	LGPL + OCaml linking exception
 Group:		Libraries
 Source0:	http://savannah.nongnu.org/download/modcaml/%{_vendor_name}-%{version}.tar.gz
 # Source0-md5:	b22a0aeb956c9049359579cd2cba33fd
-BuildRequires:	ocaml >= 3.04-7
-BuildRequires:	ocaml-postgres-devel
+BuildRequires:	ocaml >= %{ocaml_ver}
 BuildRequires:	ocaml-mysql-devel
+BuildRequires:	ocaml-pcre-devel
+BuildRequires:	ocaml-postgres-devel
 %requires_eq	ocaml-runtime
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -57,7 +59,7 @@
 Summary:	Database independent layer - PostgreSQL driver
 Summary(pl):	Warstwa niezależna od bazy danych - sterownik do PostgreSQL-a
 Group:		Development/Libraries
-Requires:       ocaml-dbi-devel >= 0.9.10-2
+Requires:	ocaml-dbi-devel >= 0.9.10-2
 %requires_eq	ocaml
 
 %description postgres-driver
@@ -74,7 +76,7 @@
 Summary:	Database independent layer - MySQL driver
 Summary(pl):	Warstwa niezależna od bazy danych - sterownik do MySQL-a
 Group:		Development/Libraries
-Requires:       ocaml-dbi-devel >= 0.9.10-2
+Requires:	ocaml-dbi-devel >= 0.9.10-2
 %requires_eq	ocaml
 
 %description mysql-driver
@@ -90,8 +92,9 @@
 %setup -q -n %{_vendor_name}-%{version}
 
 %build
-%{__make} all opt \
-	CC="%{__cc} %{rpmcflags} -fPIC" 
+%{__make} -j1 \
+	all opt \
+	CC="%{__cc} %{rpmcflags} -fPIC"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -137,6 +140,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2006/04/15 22:11:00  glen
+- ocaml 3.09.1
+
 Revision 1.9  2005/12/12 13:37:39  baggins
 - up to 0.9.11
 

================================================================
Index: SPECS/ocaml-dml.spec
diff -u SPECS/ocaml-dml.spec:1.10 SPECS/ocaml-dml.spec:1.11
--- SPECS/ocaml-dml.spec:1.10	Mon Dec 26 01:03:44 2005
+++ SPECS/ocaml-dml.spec	Sun Apr 16 00:11:00 2006
@@ -1,19 +1,19 @@
 # $Revision$, $Date$
+%define		ocaml_ver	3.09.1
 Summary:	Dynamic code generation library for OCaml
 Summary(pl):	Biblioteka do dynamicznej generacji kodu dla OCamla
 Name:		ocaml-dml
 Version:	0.2.1
-Release:	4
+Release:	5
 License:	LGPL
 Group:		Libraries
-Vendor:		Dmitry Lomov <dsl at tepkom.ru>
 URL:		http://oops.tepkom.ru/dml/
 Source0:	http://oops.tepkom.ru/dml/dml-%{version}.tar.gz
 # Source0-md5:	a92f091dfc9b81861a62de53a6801a12
 Patch0:		%{name}-mklib.patch
 Patch1:		%{name}-ocaml_version.patch
 Patch2:		%{name}-ocaml3.09.patch
-BuildRequires:	ocaml
+BuildRequires:	ocaml >= %{ocaml_ver}
 BuildRequires:	ocaml-camlp4
 %requires_eq	ocaml-runtime
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -115,6 +115,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2006/04/15 22:11:00  glen
+- ocaml 3.09.1
+
 Revision 1.10  2005/12/26 00:03:44  baggins
 - release 4
 - added patch needed to build with ocaml 3.09

================================================================
Index: SPECS/ocaml-equeue.spec
diff -u SPECS/ocaml-equeue.spec:1.14 SPECS/ocaml-equeue.spec:1.15
--- SPECS/ocaml-equeue.spec:1.14	Tue Dec 13 19:01:46 2005
+++ SPECS/ocaml-equeue.spec	Sun Apr 16 00:11:00 2006
@@ -1,18 +1,18 @@
 # $Revision$, $Date$
+%define		ocaml_ver	3.09.1
 Summary:	Event queue library for OCaml
 Summary(pl):	Biblioteka obsługująca kolejkę zdarzeń dla OCamla
 Name:		ocaml-equeue
 Version:	2.1.4
-Release:	3
+Release:	4
 License:	BSD
 Group:		Libraries
-Vendor:		Gerd Stolpmann <gerd at gerd-stolpmann.de>
 URL:		http://www.ocaml-programming.de/packages/documentation/equeue/
 Source0:	http://www.ocaml-programming.de/packages/equeue-%{version}.tar.gz
 # Source0-md5:	259a21c01ab545c05e96ed43b61279d2
+BuildRequires:	ocaml >= %{ocaml_ver}
 BuildRequires:	ocaml-findlib-devel
 BuildRequires:	ocaml-labltk-devel
-BuildRequires:	ocaml >= 3.04-7
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -125,7 +125,6 @@
 %doc LICENSE doc/README doc/r*-* doc/users-guide/html
 %dir %{_libdir}/ocaml/equeue
 %{_libdir}/ocaml/equeue/equeue.*
-%{_libdir}/ocaml/equeue/equeue.*
 %{_libdir}/ocaml/equeue/unix*
 %{_libdir}/ocaml/equeue/uq_*
 %{_examplesdir}/%{name}-%{version}
@@ -142,6 +141,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2006/04/15 22:11:00  glen
+- ocaml 3.09.1
+
 Revision 1.14  2005/12/13 18:01:46  glen
 - adapterized (avoid macros with /usr/include/{ncurses,freetype}*)
 

================================================================
Index: SPECS/ocaml-extlib.spec
diff -u SPECS/ocaml-extlib.spec:1.8 SPECS/ocaml-extlib.spec:1.9
--- SPECS/ocaml-extlib.spec:1.8	Fri Mar 10 14:34:11 2006
+++ SPECS/ocaml-extlib.spec	Sun Apr 16 00:11:00 2006
@@ -1,16 +1,17 @@
 # $Revision$, $Date$
 %define		_vendor_name	extlib
+%define		ocaml_ver	3.09.1
 Summary:	ExtLib for OCaml
 Summary(pl):	ExtLib dla OCamla
 Name:		ocaml-%{_vendor_name}
 Version:	1.4
-Release:	2
+Release:	3
 License:	LGPL + OCaml linking exception
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/ocaml-lib/%{_vendor_name}-%{version}.tgz
 # Source0-md5:	d53cf08e13e5b9487035bcc8af1165f2
+BuildRequires:	ocaml >= %{ocaml_ver}
 BuildRequires:	ocaml-findlib-devel
-BuildRequires:	ocaml >= 3.04-7
 %requires_eq	ocaml-runtime
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -112,6 +113,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2006/04/15 22:11:00  glen
+- ocaml 3.09.1
+
 Revision 1.8  2006/03/10 13:34:11  baggins
 - release 2
 - use findlib

================================================================
Index: SPECS/ocaml-findlib.spec
diff -u SPECS/ocaml-findlib.spec:1.20 SPECS/ocaml-findlib.spec:1.21
--- SPECS/ocaml-findlib.spec:1.20	Mon Dec 12 14:39:19 2005
+++ SPECS/ocaml-findlib.spec	Sun Apr 16 00:11:00 2006
@@ -1,18 +1,18 @@
 # $Revision$, $Date$
+%define		ocaml_ver	3.09.1
 Summary:	OCaml module manager
 Summary(pl):	Zarządca modułów OCamla
 Name:		ocaml-findlib
 Version:	1.1.1
-Release:	1
+Release:	2
 License:	distributable
 Group:		Development/Tools
-Vendor:		Gerd Stolpmann <gerd at gerd-stolpmann.de>
 Source0:	http://www.ocaml-programming.de/packages/findlib-%{version}.tar.gz
 # Source0-md5:	5f5b1cea586d81d0e3d2d1eb84ebe28a
 URL:		http://www.ocaml-programming.de/packages/
 BuildRequires:	m4
 BuildRequires:	ncurses-devel
-BuildRequires:	ocaml >= 3.08
+BuildRequires:	ocaml >= %{ocaml_ver}
 BuildRequires:	ocaml-camlp4
 BuildRequires:	ocaml-labltk-devel
 %requires_eq	ocaml
@@ -112,6 +112,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2006/04/15 22:11:00  glen
+- ocaml 3.09.1
+
 Revision 1.20  2005/12/12 13:39:19  baggins
 - up to 1.1.1
 

================================================================
Index: SPECS/ocaml-gl.spec
diff -u SPECS/ocaml-gl.spec:1.13 SPECS/ocaml-gl.spec:1.14
--- SPECS/ocaml-gl.spec:1.13	Sat Dec 10 19:42:58 2005
+++ SPECS/ocaml-gl.spec	Sun Apr 16 00:11:00 2006
@@ -1,12 +1,12 @@
 # $Revision$, $Date$
+%define		ocaml_ver	3.09.1
 Summary:	OpenGL binding for OCaml
 Summary(pl):	Wiązania OpenGL dla OCamla
 Name:		ocaml-gl
 Version:	0.9
-Release:	8
+Release:	9
 License:	BSD-like
 Group:		Libraries
-Vendor:		Nickolay Kolchin-Semyonov <snob at snob.spb.ru>
 Source0:	http://dl.sourceforge.net/camlgl/ocamlgl-%{version}.tar.bz2
 # Source0-md5:	d4e98e57b5717c758afabb23a357181a
 Patch0:		%{name}-X11R6.patch
@@ -16,7 +16,7 @@
 BuildRequires:	OpenGL-devel
 BuildRequires:	XFree86-devel
 BuildRequires:	glut-devel
-BuildRequires:	ocaml >= 3.07
+BuildRequires:	ocaml >= %{ocaml_ver}
 %requires_eq	ocaml-runtime
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -141,6 +141,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2006/04/15 22:11:00  glen
+- ocaml 3.09.1
+
 Revision 1.13  2005/12/10 18:42:58  baggins
 - release 8 for ocaml 3.09.0
 

================================================================
Index: SPECS/ocaml-gregoriandate.spec
diff -u SPECS/ocaml-gregoriandate.spec:1.5 SPECS/ocaml-gregoriandate.spec:1.6
--- SPECS/ocaml-gregoriandate.spec:1.5	Sat Dec 10 19:43:26 2005
+++ SPECS/ocaml-gregoriandate.spec	Sun Apr 16 00:11:00 2006
@@ -1,15 +1,16 @@
 # $Revision$, $Date$
 %define		_vendor_name	gregoriandate
+%define		ocaml_ver	3.09.1
 Summary:	Gregoriandate for Ocaml
 Summary(pl):	Data w kalendarzu gregoriańskim dla Ocamla
 Name:		ocaml-%{_vendor_name}
 Version:	1.0.1
-Release:	2
+Release:	3
 License:	GPL
 Group:		Libraries
 Source0:	http://merjis.com/_file/%{_vendor_name}-%{version}.tar.gz
 # Source0-md5:	fab990962055f38720d4e626b796db8d
-BuildRequires:	ocaml >= 3.04-7
+BuildRequires:	ocaml >= %{ocaml_ver}
 %requires_eq	ocaml-runtime
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -108,6 +109,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2006/04/15 22:11:00  glen
+- ocaml 3.09.1
+
 Revision 1.5  2005/12/10 18:43:26  baggins
 - release 2 for ocaml 3.09.0
 

================================================================
Index: SPECS/ocaml-idl.spec
diff -u SPECS/ocaml-idl.spec:1.14 SPECS/ocaml-idl.spec:1.15
--- SPECS/ocaml-idl.spec:1.14	Sat Dec 10 19:43:46 2005
+++ SPECS/ocaml-idl.spec	Sun Apr 16 00:11:00 2006
@@ -1,24 +1,24 @@
 # $Revision$, $Date$
+%define		ocaml_ver	3.09.1
 Summary:	IDL binding for OCaml
 Summary(pl):	Wiązania IDL dla OCamla
 Name:		ocaml-idl
 Version:	1.05
-Release:	3
+Release:	4
 License:	QPL
-Vendor:		Xavier Leroy <Xavier.Leroy at inria.fr>
 Group:		Libraries
 Source0:	http://caml.inria.fr/distrib/bazar-ocaml/camlidl-%{version}.tar.gz
 # Source0-md5:	4cfb863bc3cbdc1af2502042c45cc675
 Source1:	http://caml.inria.fr/distrib/bazar-ocaml/camlidl-%{version}.doc.html.tar.gz
 # Source1-md5:	b7c7dad3ba62ddcc0f687bdebe295126
 URL:		http://caml.inria.fr/camlidl/
-BuildRequires:	ocaml >= 3.07
+BuildRequires:	ocaml >= %{ocaml_ver}
 %requires_eq	ocaml-runtime
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Camlidl is a stub code generator for Objective Caml. It generates
-stub code for interfacing Caml with C from an IDL description of the C
+Camlidl is a stub code generator for Objective Caml. It generates stub
+code for interfacing Caml with C from an IDL description of the C
 functions. Thus, Camlidl automates the most tedious task in
 interfacing C libraries with Caml programs. It can also be used to
 interface Caml programs with other languages, as long as those
@@ -29,11 +29,11 @@
 
 %description -l pl
 Camlidl jest generatorem kodu łączącego C z OCamlem. Pozwala on na
-automatyczne tworzenie funkcji, które będą mogły być wywoływane
-z OCamla na podstawie opisu IDL. Automatyzuje więc najbardziej
-niewdzięczne aspekty odwoływania się do bibliotek napisanych w C
-z OCamla. Może być również użyty do komunikacji z innymi językami
-jeśli tylko mają one dobrze zdefiniowany interfejs C.
+automatyczne tworzenie funkcji, które będą mogły być wywoływane z
+OCamla na podstawie opisu IDL. Automatyzuje więc najbardziej
+niewdzięczne aspekty odwoływania się do bibliotek napisanych w C z
+OCamla. Może być również użyty do komunikacji z innymi językami jeśli
+tylko mają one dobrze zdefiniowany interfejs C.
 
 Pakiet ten zawiera binaria potrzebne do uruchamiania programów
 używających tej biblioteki.
@@ -46,8 +46,8 @@
 %requires_eq	ocaml
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gmetadom.spec?r1=1.26&r2=1.27&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-SDL.spec?r1=1.13&r2=1.14&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-camltk.spec?r1=1.12&r2=1.13&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-configwin.spec?r1=1.16&r2=1.17&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-cryptokit.spec?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-dbi.spec?r1=1.9&r2=1.10&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-dml.spec?r1=1.10&r2=1.11&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-equeue.spec?r1=1.14&r2=1.15&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-extlib.spec?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-findlib.spec?r1=1.20&r2=1.21&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-gl.spec?r1=1.13&r2=1.14&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-gregoriandate.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-idl.spec?r1=1.14&r2=1.15&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-lablgl.spec?r1=1.22&r2=1.23&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-lablgtk.spec?r1=1.36&r2=1.37&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-lablgtk2.spec?r1=1.12&r2=1.13&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-mysql.spec?r1=1.18&r2=1.19&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-net.spec?r1=1.28&r2=1.29&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-netclient.spec?r1=1.17&r2=1.18&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-odbc.spec?r1=1.18&r2=1.19&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-pcre.spec?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-postgres.spec?r1=1.15&r2=1.16&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-pxp.spec?r1=1.14&r2=1.15&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-stew.spec?r1=1.13&r2=1.14&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-tony.spec?r1=1.12&r2=1.13&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-wlex.spec?r1=1.17&r2=1.18&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-xmlrpc.spec?r1=1.10&r2=1.11&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-xstr.spec?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/SPECS/ocaml-zip.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list