rpms/coq/F-9 coq.spec,1.1,1.2 import.log,1.1,1.2

Alan Dunn (amdunn) fedora-extras-commits at redhat.com
Sun Jul 20 11:05:08 UTC 2008


Author: amdunn

Update of /cvs/pkgs/rpms/coq/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3294/F-9

Modified Files:
	coq.spec import.log 
Log Message:
Fixing version numbers for F-8 < F-9 < F-10. (Was actually for a change to F-8 version originally - next time will minor bump F-8 instead).



Index: coq.spec
===================================================================
RCS file: /cvs/pkgs/rpms/coq/F-9/coq.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- coq.spec	16 Jul 2008 18:58:22 -0000	1.1
+++ coq.spec	20 Jul 2008 11:04:25 -0000	1.2
@@ -18,13 +18,14 @@
 #
 # It appears as though ALL of these are necessary to prevent unwanted
 # stripping
+
 %define __os_install_post /usr/lib/rpm/brp-compress %{nil}
 %define _enable_debug_package 0
 %define debug_package %{nil}
 
 Name:		coq
 Version:	8.1pl3
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Coq proof management system
 
 Group:		Applications/Engineering
@@ -46,8 +47,15 @@
 Patch2:		makefile-strip.patch
 Patch3:		check.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:	ocaml >= 3.08, ocaml-camlp5-devel, gtk2-devel, ocaml-lablgtk-devel, desktop-file-utils, emacs, texlive-latex, texlive-texmf
-# ExcludeArch:	ppc64
+BuildRequires:	ocaml >= 3.08, ocaml-camlp5-devel, gtk2-devel, ocaml-lablgtk-devel, desktop-file-utils, emacs
+
+%if 0%{?fedora} < 9
+BuildRequires: tetex, tetex-latex
+# There's no ocaml-camlp5-devel for ppc64 in Fedora <= 8
+ExcludeArch: ppc64
+%else
+BuildRequires: texlive-latex, texlive-texmf
+%endif
 
 %description
 Coq is a formal proof management system. It allows for the development
@@ -284,5 +292,7 @@
 %doc README.coq-emacs
 
 %changelog
+* Thu Jul 17 2008 Alan Dunn <amdunn at gmail.com> 8.1pl3-2
+- Added check for Fedora distribution number to allow for Fedora 8 release.
 * Wed Jun 14 2008 Alan Dunn <amdunn at gmail.com> 8.1pl3-1
 - Initial Fedora RPM version.


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/coq/F-9/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	16 Jul 2008 18:58:22 -0000	1.1
+++ import.log	20 Jul 2008 11:04:25 -0000	1.2
@@ -1 +1,2 @@
 coq-8_1pl3-1_fc9:F-9:coq-8.1pl3-1.fc9.src.rpm:1216234547
+coq-8_1pl3-2_fc9:F-9:coq-8.1pl3-2.fc9.src.rpm:1216551707




More information about the fedora-extras-commits mailing list