rpms/ppl/devel ppl.spec,1.25,1.26

Roberto Bagnara bagnara at fedoraproject.org
Tue Mar 24 08:26:48 UTC 2009


Author: bagnara

Update of /cvs/pkgs/rpms/ppl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20064

Modified Files:
	ppl.spec 
Log Message:
There are no GNU Prolog packages available on ia64: disable the GNU Prolog
interface also on those platforms (besides ppc64, s390 and s390x).



Index: ppl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ppl/devel/ppl.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ppl.spec	27 Feb 2009 02:04:08 -0000	1.25
+++ ppl.spec	24 Mar 2009 08:26:17 -0000	1.26
@@ -2,7 +2,7 @@
 
 Name:           ppl
 Version:        0.10
-Release:        9%{?dist}
+Release:        10%{?dist}
 
 Summary:        The Parma Polyhedra Library: a library of numerical abstractions
 Group:          Development/Libraries
@@ -60,7 +60,7 @@
 This package contains the mixed integer linear programming solver ppl_lpsol
 and the program ppl_lcdd for vertex/facet enumeration of convex polyhedra.
 
-%ifnarch ppc64 s390 s390x
+%ifnarch ia64 ppc64 s390 s390x
 %package gprolog
 # The `gprolog' package is not available on ppc64:
 # the GNU Prolog interface must thus be disabled for that architecture.
@@ -73,7 +73,7 @@
 Install this package if you want to use the library in GNU Prolog programs.
 %endif
 
-%ifnarch ppc64 s390 s390x
+%ifnarch ia64 ppc64 s390 s390x
 %package gprolog-static
 Summary:        The static archive for the GNU Prolog interface of the Parma Polyhedra Library
 Group:          Development/Libraries
@@ -203,7 +203,7 @@
 
 %build
 CPPFLAGS="-I%{_includedir}/glpk"
-%ifnarch ppc64 s390 s390x
+%ifnarch ia64 ppc64 s390 s390x
 CPPFLAGS="$CPPFLAGS -I%{_libdir}/gprolog-`gprolog --version 2>&1 | head -1 | sed -e "s/.* \([^ ]*\)$/\1/g"`/include"
 %endif
 CPPFLAGS="$CPPFLAGS -I%{_includedir}/Yap"
@@ -289,7 +289,7 @@
 %{_mandir}/man1/ppl_lcdd.1.gz
 %{_mandir}/man1/ppl_lpsol.1.gz
 
-%ifnarch ppc64 s390 s390x
+%ifnarch ia64 ppc64 s390 s390x
 %files gprolog
 %defattr(-,root,root,-)
 %doc interfaces/Prolog/GNU/README.gprolog
@@ -298,7 +298,7 @@
 %{_libdir}/%{name}/libppl_gprolog.so
 %endif
 
-%ifnarch ppc64 s390 s390x
+%ifnarch ia64 ppc64 s390 s390x
 %files gprolog-static
 %defattr(-,root,root,-)
 %{_libdir}/%{name}/libppl_gprolog.a
@@ -401,14 +401,18 @@
 rm -rf %{buildroot}
 
 %changelog
+* Tue Mar 24 2009 Roberto Bagnara <bagnara at cs.unipr.it> 0.10-10
+- There are no GNU Prolog packages available on ia64: disable the GNU Prolog
+  interface also on those platforms (besides ppc64, s390 and s390x).
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild.
 
 * Wed Feb 18 2009 Roberto Bagnara <bagnara at cs.unipr.it> 0.10-8
 - Install the documentation according to the Fedora packaging conventions.
 
 * Wed Feb 17 2009 Karsten Hopp <karsten at redhat.comt> 0.10-7
-- There are no GNU Prolog packages available on s390 and s390: disable
+- There are no GNU Prolog packages available on s390 and s390x: disable
   the GNU Prolog interface also on those platforms (besides ppc64).
 
 * Wed Feb 04 2009 Roberto Bagnara <bagnara at cs.unipr.it> 0.10-6




More information about the fedora-extras-commits mailing list