]> git.pld-linux.org Git - packages/ocaml.git/blobdiff - ocaml.spec
- updated for 3.11.0
[packages/ocaml.git] / ocaml.spec
index 71e4602cf39c547217e47707a81393cf26788718..8b9dc269e68cda4732ef9cc6fe9e19a9ff0e675b 100644 (file)
 Summary:       The Objective Caml compiler and programming environment
 Summary(pl.UTF-8):     Kompilator OCamla (Objective Caml) oraz środowisko programistyczne
 Name:          ocaml
-Version:       3.10.1
+Version:       3.10.2
 Release:       1
 Epoch:         1
 License:       distributable
 Group:         Development/Languages
 Source0:       http://caml.inria.fr/distrib/%{name}-%{sver}/%{name}-%{version}.tar.bz2
-# Source0-md5: 15a8c603b34d466329881285438349ef
+# Source0-md5: d86f8f8aa4574fa60dd6f89044580307
 Source1:       http://caml.inria.fr/distrib/%{name}-%{sver}/%{name}-%{sver}-refman.html.tar.gz
 # Source1-md5: 663b31c8ea364a531aa325a5b06a2763
 Source2:       http://caml.inria.fr/distrib/%{name}-%{sver}/%{name}-%{sver}-refman.ps.gz
@@ -410,11 +410,11 @@ done
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post doc-info
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%post doc-info -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun doc-info
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%postun doc-info       -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files
 %defattr(644,root,root,755)
This page took 0.033856 seconds and 4 git commands to generate.