rpms/lablgtk/FC-3 lablgtk.spec,1.7,1.8

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Wed May 10 17:53:14 UTC 2006


Author: gemi

Update of /cvs/extras/rpms/lablgtk/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14230/FC-3

Modified Files:
	lablgtk.spec 
Log Message:



Index: lablgtk.spec
===================================================================
RCS file: /cvs/extras/rpms/lablgtk/FC-3/lablgtk.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- lablgtk.spec	31 Dec 2005 23:49:32 -0000	1.7
+++ lablgtk.spec	10 May 2006 17:53:13 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           lablgtk
 Version:        2.6.0
-Release:        1%{?dist}
+Release:        4%{?dist}
 
 Summary:        Objective Caml interface to gtk+
 
@@ -9,7 +9,7 @@
 URL:            http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
 Source:         http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-2.6.0.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  ocaml >= 3.08, camlp4 >= 3.08
+BuildRequires:  ocaml >= 3.09.1, camlp4 >= 3.09.1
 # lablgtk can generate quite extensive documentation.
 # Probably should enable this and create a subpackage for it.
 BuildRequires:  ocaml-ocamldoc
@@ -24,7 +24,7 @@
 BuildRequires:  gnome-panel-devel
 BuildRequires:  gtkspell-devel
 
-Requires:       ocaml >= 3.08
+Requires:       ocaml >= 3.09.1
 Requires:       lablgl >= 1.02
 
 
@@ -36,6 +36,7 @@
 is not that easy if you know the dynamic typing approach taken by
 gtk+.
 
+
 %package doc
 Group:          System Environment/Libraries
 Summary:        Documentation for LablGTK
@@ -71,12 +72,10 @@
      DLLDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml/stublibs
 cp META $RPM_BUILD_ROOT%{_libdir}/ocaml/lablgtk2
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root,-)
@@ -86,12 +85,17 @@
 %doc README COPYING CHANGES
 %doc examples
 
+
 %files doc
 %defattr(-,root,root,-)
 %doc doc/html
 
 
 %changelog
+* Wed May 10 2006 Gerard Milmeister <gemi at bluewin.ch> - 2.6.0-4
+- rebuilt for ocaml 3.09.2
+- removed unnecessary ldconfig
+
 * Sun Jan  1 2006 Gerard Milmeister <gemi at bluewin.ch> - 2.6.0-1
 - new version 2.6.0
 




More information about the fedora-extras-commits mailing list