]> git.pld-linux.org Git - packages/coq.git/blobdiff - coq.spec
- start up to 8.0pl2
[packages/coq.git] / coq.spec
index 2d5c058bcfb48559ae1d63c3ba64517f16d9230c..cbed65fd3b268ccfb820869f80050b03653f8c9c 100644 (file)
--- a/coq.spec
+++ b/coq.spec
@@ -1,40 +1,41 @@
 Summary:       The Coq Proof Assistant
 Summary(pl):   Coq - narzêdzie pomagaj±ce w udowadnianiu
 Name:          coq
-Version:       7.4
+Version:       8.0pl2
 Release:       1
 License:       GPL
 Group:         Applications/Math
 Vendor:                INRIA Rocquencourt
-Source0:       ftp://ftp.inria.fr/INRIA/coq/V7.4/%{name}-%{version}.tar.gz
-# Source0-md5: 13ac61f150823e54ad84a9096e2dd646
+Source0:       ftp://ftp.inria.fr/INRIA/coq/V%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 39ee0fed76e47a11de2f49e2c236ef79
 Patch0:                coq-ocaml-3.07.patch
 Icon:          petit-coq.gif
 URL:           http://coq.inria.fr/
 BuildRequires: emacs
 BuildRequires: ocaml
+BuildRequires: ocaml-camlp4
+BuildRequires: ocaml-lablgtk-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Coq is a proof assistant which:
 - allows to handle calculus assertions,
 - check mechanically proofs of these assertions,
 - helps to find formal proofs,
 - extracts a certified program from the constructive proof of its
-    formal specification.
+ - allows to handle calculus assertions,
+ - check mechanically proofs of these assertions,
+ - helps to find formal proofs,
+ - extracts a certified program from the constructive proof of its
+   formal specification.
 
 %description -l pl
 Coq to narzêdzie pomagaj±ce w udowadnianiu, które:
- - pozwala uporaæ siê z twierdzeniami dotycz±cymi rachunku
-   ró¿niczkowego,
- - mechanicznie sprawdzaæ dowody tych twierdzeñ,
- - pomagaæ w znalezieniu formalnych dowodów,
- - wyci±gaæ program o dowiedzionej poprawno¶ci z konstruktywnego
-   dowodu jego formalnej specyfikacji.
+- pozwala uporaæ siê z twierdzeniami dotycz±cymi rachunku
+  ró¿niczkowego,
+- mechanicznie sprawdzaæ dowody tych twierdzeñ,
+- pomagaæ w znalezieniu formalnych dowodów,
+- wyci±gaæ program o dowiedzionej poprawno¶ci z konstruktywnego
+  dowodu jego formalnej specyfikacji.
 
 %prep
 %setup -q
-%patch0 -p0
 
 %build
 ./configure \
@@ -44,9 +45,9 @@ Coq to narz
        -emacs emacs \
        -emacslib %{_datadir}/emacs/site-lisp \
        -opt \
-       -reals all # Need ocamlc.opt and ocamlopt.opt
+       -reals all      # Need ocamlc.opt and ocamlopt.opt
 
-%{__make} world check      # Use native coq to compile theories
+%{__make} world check  # Use native coq to compile theories
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.061047 seconds and 4 git commands to generate.