forked from pool/python
This commit is contained in:
committed by
Git OBS Bridge
parent
92d03071ff
commit
a22d93ddf6
@@ -1,5 +1,25 @@
|
|||||||
--- configure.in
|
--- configure.in
|
||||||
+++ configure.in
|
+++ configure.in
|
||||||
|
@@ -450,9 +450,6 @@ then
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
-# checks for UNIX variants that set C preprocessor variables
|
||||||
|
-AC_AIX
|
||||||
|
-
|
||||||
|
# Check for unsupported systems
|
||||||
|
case $ac_sys_system/$ac_sys_release in
|
||||||
|
Linux*/1*)
|
||||||
|
@@ -513,6 +510,9 @@ SunOS*)
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
+# checks for UNIX variants that set C preprocessor variables
|
||||||
|
+AC_AIX
|
||||||
|
+
|
||||||
|
AC_SUBST(ARCH)
|
||||||
|
AC_MSG_CHECKING(ARCH)
|
||||||
|
ARCH=`uname -m`
|
||||||
@@ -3153,9 +3153,18 @@ then
|
@@ -3153,9 +3153,18 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@ Group: Development/Languages/Python
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: Additional Package Documentation for Python.
|
Summary: Additional Package Documentation for Python.
|
||||||
Version: 2.5.1
|
Version: 2.5.1
|
||||||
Release: 77
|
Release: 81
|
||||||
%define pyver 2.5.2
|
%define pyver 2.5.2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%define tarname Python-%{pyver}
|
%define tarname Python-%{pyver}
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 30 15:38:17 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Work around autoheader bug.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 13 10:07:02 CEST 2008 - schwab@suse.de
|
Fri Jun 13 10:07:02 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@ AutoReqProv: on
|
|||||||
Obsoletes: python-nothreads python21 python-elementtree python-sqlite
|
Obsoletes: python-nothreads python21 python-elementtree python-sqlite
|
||||||
Summary: Python Interpreter
|
Summary: Python Interpreter
|
||||||
Version: 2.5.2
|
Version: 2.5.2
|
||||||
Release: 28
|
Release: 31
|
||||||
%define tarname Python-%{version}
|
%define tarname Python-%{version}
|
||||||
Source0: %{tarname}.tar.bz2
|
Source0: %{tarname}.tar.bz2
|
||||||
Source6: README.SUSE
|
Source6: README.SUSE
|
||||||
@@ -491,6 +491,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/python2
|
%{_bindir}/python2
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 30 2008 schwab@suse.de
|
||||||
|
- Work around autoheader bug.
|
||||||
* Fri Jun 13 2008 schwab@suse.de
|
* Fri Jun 13 2008 schwab@suse.de
|
||||||
- Fix configure script.
|
- Fix configure script.
|
||||||
* Thu Apr 24 2008 matejcik@suse.cz
|
* Thu Apr 24 2008 matejcik@suse.cz
|
||||||
|
Reference in New Issue
Block a user