From e5180b0b90020c36bc5c2d1618534b14c40c59f3 Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: May 11 2011 15:04:44 +0000 Subject: Disable python3, numpy missing --- diff --git a/ATpy.spec b/ATpy.spec index 5029724..b595a31 100644 --- a/ATpy.spec +++ b/ATpy.spec @@ -1,12 +1,12 @@ %if 0%{?fedora} > 12 || 0%{?rhel} > 6 -%global with_python3 1 +%global with_python3 0 %else %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")} %endif Name: ATpy Version: 0.9.5 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: Astronomical Tables in Python License: MIT @@ -90,6 +90,9 @@ popd %endif # with_python3 %changelog +* Wed May 11 2011 Sergio Pascual - 0.9.5-2.1 +- Disable python3, numpy missing + * Wed May 11 2011 Sergio Pascual - 0.9.5-2 - Moving Requires for python3 to its proper place in package macro