rpms/ppl/devel ppl.spec,1.7,1.8

Roberto Bagnara (bagnara) fedora-extras-commits at redhat.com
Sun Dec 23 12:18:03 UTC 2007


Author: bagnara

Update of /cvs/pkgs/rpms/ppl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19874

Modified Files:
	ppl.spec 
Log Message:
The SWI-Prolog `pl' package is temporarily not available on the ppc64
architecture: temporarily disabled `ppl-swiprolog' and
`ppl-swiprolog-static' on that architecture.



Index: ppl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ppl/devel/ppl.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ppl.spec	29 Sep 2007 06:50:53 -0000	1.7
+++ ppl.spec	23 Dec 2007 12:17:26 -0000	1.8
@@ -1,6 +1,6 @@
 Name:		ppl
 Version:	0.9
-Release:	16%{?dist}
+Release:	17%{?dist}
 
 Summary:	The Parma Polyhedra Library: a library of numerical abstractions
 Group:		Development/Libraries
@@ -77,6 +77,7 @@
 of the Parma Polyhedra Library.
 %endif
 
+%ifnarch ppc64
 %package swiprolog
 Summary:	The SWI-Prolog interface of the Parma Polyhedra Library
 Group:		Development/Libraries
@@ -85,7 +86,9 @@
 %description swiprolog
 This package adds SWI-Prolog support to the Parma Polyhedra Library.
 Install this package if you want to use the library in SWI Prolog programs.
+%endif
 
+%ifnarch ppc64
 %package swiprolog-static
 Summary:	The static archive for the SWI-Prolog interface of the Parma Polyhedra Library
 Group:		Development/Libraries
@@ -94,6 +97,7 @@
 %description swiprolog-static
 This package contains the static archive for the SWI-Prolog interface
 of the Parma Polyhedra Library.
+%endif
 
 %package yap
 Summary:	The YAP Prolog interface of the Parma Polyhedra Library
@@ -224,16 +228,20 @@
 %{_libdir}/%{name}/libppl_gprolog.a
 %endif
 
+%ifnarch ppc64
 %files swiprolog
 %defattr(-,root,root,-)
 %doc interfaces/Prolog/SWI/README.swiprolog
 %{_bindir}/ppl_pl
 %{_libdir}/%{name}/libppl_swiprolog.so
 %{_libdir}/%{name}/ppl_swiprolog.pl
+%endif
 
+%ifnarch ppc64
 %files swiprolog-static
 %defattr(-,root,root,-)
 %{_libdir}/%{name}/libppl_swiprolog.a
+%endif
 
 %files yap
 %defattr(-,root,root,-)
@@ -277,6 +285,11 @@
 rm -rf %{buildroot}
 
 %changelog
+* Sun Dec 23 2007 Roberto Bagnara <bagnara at cs.unipr.it> 0.9-17
+- The SWI-Prolog `pl' package is temporarily not available on the ppc64
+  architecture: temporarily disabled `ppl-swiprolog' and
+  `ppl-swiprolog-static' on that architecture.
+
 * Sat Sep 29 2007 Roberto Bagnara <bagnara at cs.unipr.it> 0.9-16
 - The value of the `License' tag is now `GPLv2+'.
 - `ppl-swiprolog' dependency on `readline-devel' removed (again).




More information about the fedora-extras-commits mailing list