From: Jan Rękorajski Date: Mon, 16 Feb 2009 13:19:46 +0000 (+0000) Subject: - 8.1pl4 X-Git-Tag: auto/th/coq-8_3pl1-1~16 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcoq.git;a=commitdiff_plain;h=5f0acdc35e723247f4debc64bfa469a263e55032 - 8.1pl4 Changed files: coq.spec -> 1.12 --- diff --git a/coq.spec b/coq.spec index ebc28a7..ffdc542 100644 --- a/coq.spec +++ b/coq.spec @@ -1,21 +1,21 @@ Summary: The Coq Proof Assistant Summary(pl.UTF-8): Coq - narzędzie pomagające w udowadnianiu Name: coq -Version: 8.0pl2 -Release: 2 +Version: 8.1pl4 +Release: 1 License: GPL Group: Applications/Math Vendor: INRIA Rocquencourt -Source0: ftp://ftp.inria.fr/INRIA/coq/V%{version}/%{name}-%{version}.tar.gz -# Source0-md5: 39ee0fed76e47a11de2f49e2c236ef79 -# ftp://ftp.inria.fr/INRIA/coq/V8.0pl2/patch-coq-8.0pl2-ocaml-3.09 -Patch0: %{name}-ocaml-3.09.patch -Patch1: %{name}-lablgtk26.patch +Source0: http://coq.inria.fr/V%{version}/files/%{name}-%{version}.tar.gz +# Source0-md5: 8fa623538d362d8f48d78e598c43215e +Patch0: %{name}-lablgtk2.patch URL: http://coq.inria.fr/ +BuildRequires: bash BuildRequires: emacs BuildRequires: ocaml >= 3.09.0 -BuildRequires: ocaml-camlp4 +BuildRequires: camlp5 >= 5.01 BuildRequires: ocaml-lablgtk2-devel >= 2.6.0 +BuildRequires: sed >= 4.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -37,8 +37,9 @@ Coq to narzędzie pomagające w udowadnianiu, które: %prep %setup -q -%patch0 -p0 -%patch1 -p1 +%patch0 -p1 + +%{__sed} -i -e 's|#!/bin/sh|#!/bin/bash|' test-suite/check %build ./configure \ @@ -52,7 +53,7 @@ Coq to narzędzie pomagające w udowadnianiu, które: --coqide opt \ -reals all # Need ocamlc.opt and ocamlopt.opt -%{__make} world check # Use native coq to compile theories +%{__make} -j1 world check # Use native coq to compile theories %install rm -rf $RPM_BUILD_ROOT @@ -73,8 +74,7 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_bindir}/coqc %attr(755,root,root) %{_bindir}/coqdep %attr(755,root,root) %{_bindir}/coqdoc -%attr(755,root,root) %{_bindir}/coqide.byte -%attr(755,root,root) %{_bindir}/coqide.opt +%attr(755,root,root) %{_bindir}/coqide* %attr(755,root,root) %{_bindir}/coqmktop %attr(755,root,root) %{_bindir}/coqtop %attr(755,root,root) %{_bindir}/coqtop.byte