rpms/ocaml-facile/F-7 ocaml-facile.spec,1.1,1.2

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Fri Mar 21 22:53:19 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/ocaml-facile/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14826/F-7

Modified Files:
	ocaml-facile.spec 
Log Message:
* Fri Mar 21 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.1-2.1
- ExcludeArch: ppc64 on Fedora < 9 (no ocaml, #438562)


Index: ocaml-facile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-facile/F-7/ocaml-facile.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ocaml-facile.spec	21 Mar 2008 22:32:42 -0000	1.1
+++ ocaml-facile.spec	21 Mar 2008 22:52:40 -0000	1.2
@@ -1,9 +1,14 @@
 %define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
 %define debug_package %{nil}
 
+%if 0%{?fedora} < 9
+# no ocaml (#438562)
+ExcludeArch: ppc64
+%endif
+
 Name:          ocaml-facile
 Version:       1.1
-Release:       2%{?dist}
+Release:       2%{?dist}.1
 Summary:       OCaml library for constraint programming
 Summary(fr):   Librairie OCaml de programmation par contraintes
 
@@ -107,6 +112,9 @@
 %{_libdir}/ocaml/facile/*.mli
 
 %changelog
+* Fri Mar 21 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.1-2.1
+- ExcludeArch: ppc64 on Fedora < 9 (no ocaml, #438562)
+
 * Wed Mar 19 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.1-2
 - use correct syntax for French description
 




More information about the fedora-extras-commits mailing list