]> git.pld-linux.org Git - packages/coq.git/blobdiff - coq.spec
- more texlive BR
[packages/coq.git] / coq.spec
index 19d734bc9cab63cca9feee599f2f63b3b0c2a497..b784158f6a492fe176f999b8727f59454c33325c 100644 (file)
--- a/coq.spec
+++ b/coq.spec
@@ -1,25 +1,30 @@
-#
-# TODO:
-#      - desktop file for coqide
-#
 Summary:       The Coq Proof Assistant
 Summary(pl.UTF-8):     Coq - narzędzie pomagające w udowadnianiu
 Name:          coq
-Version:       8.1pl4
-Release:       1
+Version:       8.3pl1
+Release:       0.1
 License:       GPL
 Group:         Applications/Math
 Vendor:                INRIA Rocquencourt
 Source0:       http://coq.inria.fr/V%{version}/files/%{name}-%{version}.tar.gz
-# Source0-md5: 8fa623538d362d8f48d78e598c43215e
+# Source0-md5: 1869d22b337f5da59ba3bbe1433f9a3b
+Source1:       coqide.desktop
+Source2:       coqide.xpm
 Patch0:                %{name}-lablgtk2.patch
 URL:           http://coq.inria.fr/
 BuildRequires: bash
 BuildRequires: emacs
+BuildRequires: hevea
+BuildRequires: netpbm-progs
 BuildRequires: ocaml >= 3.09.0
 BuildRequires: camlp5 >= 5.01
-BuildRequires: ocaml-lablgtk2-devel >= 2.6.0
+BuildRequires: ocaml-lablgtk2-devel >= 2.12.0
 BuildRequires: sed >= 4.0
+BuildRequires: texlive-latex-ams
+BuildRequires: texlive-latex-comment
+BuildRequires: texlive-latex-moreverb
+BuildRequires: texlive-psutils
+BuildRequires: texlive-format-pdflatex
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -50,22 +55,27 @@ Coq to narzędzie pomagające w udowadnianiu, które:
        -bindir %{_bindir} \
        -libdir %{_libdir}/coq \
        -mandir %{_mandir} \
+       -docdir %{_datadir}/coq/doc \
        -emacs emacs \
+       -browser 'iceweasel -remote "OpenURL(%s,new-tab)" || iceweasel %s &' \
        -emacslib %{_datadir}/emacs/site-lisp \
        -opt \
        --coqdocdir %{_datadir}/texmf/tex/latex/misc \
-       --coqide opt \
-       -reals all      # Need ocamlc.opt and ocamlopt.opt 
+       --coqide opt
 
 %{__make} -j1 world check      # Use native coq to compile theories
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
 %{__make} -e install \
        COQINSTALLPREFIX=$RPM_BUILD_ROOT/
 # To install only locally the binaries compiled with absolute paths
 
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -105,3 +115,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/coqdoc.1*
 %{_mandir}/man1/coqwc.1*
 %{_datadir}/texmf/tex/latex/misc/coqdoc.sty
+%{_desktopdir}/coqide.desktop
+%{_pixmapsdir}/coqide.xpm
This page took 0.031124 seconds and 4 git commands to generate.