forked from pool/python
Accepting request 48686 from devel:languages:python:Factory
Copy from devel:languages:python:Factory/python based on submit request 48686 from user coolo OBS-URL: https://build.opensuse.org/request/show/48686 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=53
This commit is contained in:
parent
12b0f39c97
commit
424f25ca41
@ -1,4 +1,4 @@
|
|||||||
python
|
python
|
||||||
requires "python-base-<targettype> = <version>"
|
requires "python-base-<targettype> = <version>"
|
||||||
python-base
|
python-base
|
||||||
libpython2_6-1_0
|
libpython2_7-1_0
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 21 10:07:43 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- fix baselibs.conf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 26 15:13:49 UTC 2010 - suse-tux@gmx.de
|
Thu Aug 26 15:13:49 UTC 2010 - suse-tux@gmx.de
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ Obsoletes: python-64bit
|
|||||||
#
|
#
|
||||||
Summary: Python Interpreter base package
|
Summary: Python Interpreter base package
|
||||||
Version: 2.7
|
Version: 2.7
|
||||||
Release: 1
|
Release: 2
|
||||||
%define tarversion %{version}
|
%define tarversion %{version}
|
||||||
%define tarname Python-%{tarversion}
|
%define tarname Python-%{tarversion}
|
||||||
Source0: %{tarname}.tar.bz2
|
Source0: %{tarname}.tar.bz2
|
||||||
@ -160,6 +160,11 @@ autoreconf -f -i . # Modules/_ctypes/libffi
|
|||||||
# prevent make from trying to rebuild asdl stuff, which requires existing
|
# prevent make from trying to rebuild asdl stuff, which requires existing
|
||||||
# python installation
|
# python installation
|
||||||
touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h
|
touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h
|
||||||
|
# use just gcc instead of [GCC 4.5.0 20100604 [gcc-4_5-branch revision 160292]..
|
||||||
|
echo '#define COMPILER "[GCC]"' >> pyconfig.h.in
|
||||||
|
# use a compilation date equivalent to the source tarball.
|
||||||
|
printf '#define DATE "%s %s %s"\n' $(date -u -r %{SOURCE0} +"%b %d %Y") >> pyconfig.h.in
|
||||||
|
printf '#define TIME "%s"\n' $(date -u -r %{SOURCE0} +"%T") >> pyconfig.h.in
|
||||||
########################################
|
########################################
|
||||||
# configure
|
# configure
|
||||||
########################################
|
########################################
|
||||||
|
@ -24,7 +24,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.7
|
Version: 2.7
|
||||||
Release: 1
|
Release: 2
|
||||||
%define pyver 2.7
|
%define pyver 2.7
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%define tarname Python-%{pyver}
|
%define tarname Python-%{pyver}
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 31 02:51:56 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Provide "fake" build enviroment information
|
||||||
|
* build date replaced by source tarball modify date
|
||||||
|
* compiler string replaced by "GCC"
|
||||||
|
* This is intended to avoid republishing the packages
|
||||||
|
over and over again.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 26 11:42:44 UTC 2010 - jmatejek@novell.com
|
Thu Aug 26 11:42:44 UTC 2010 - jmatejek@novell.com
|
||||||
|
|
||||||
|
13
python.spec
13
python.spec
@ -32,7 +32,7 @@ Obsoletes: python-64bit
|
|||||||
Obsoletes: python-nothreads python21 python-elementtree python-sqlite
|
Obsoletes: python-nothreads python21 python-elementtree python-sqlite
|
||||||
Summary: Python Interpreter
|
Summary: Python Interpreter
|
||||||
Version: 2.7
|
Version: 2.7
|
||||||
Release: 1
|
Release: 2
|
||||||
Requires: python-base = %{version}
|
Requires: python-base = %{version}
|
||||||
%define tarversion %{version}
|
%define tarversion %{version}
|
||||||
%define tarname Python-%{tarversion}
|
%define tarname Python-%{tarversion}
|
||||||
@ -202,6 +202,11 @@ autoreconf -f -i . # Modules/_ctypes/libffi
|
|||||||
# prevent make from trying to rebuild asdl stuff, which requires existing
|
# prevent make from trying to rebuild asdl stuff, which requires existing
|
||||||
# python installation
|
# python installation
|
||||||
touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h
|
touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h
|
||||||
|
# use just gcc instead of [GCC 4.5.0 20100604 [gcc-4_5-branch revision 160292]..
|
||||||
|
echo '#define COMPILER "[GCC]"' >> pyconfig.h.in
|
||||||
|
# use a compilation date equivalent to the source tarball.
|
||||||
|
printf '#define DATE "%s %s %s"\n' $(date -u -r %{SOURCE0} +"%b %d %Y") >> pyconfig.h.in
|
||||||
|
printf '#define TIME "%s"\n' $(date -u -r %{SOURCE0} +"%T") >> pyconfig.h.in
|
||||||
########################################
|
########################################
|
||||||
# configure
|
# configure
|
||||||
########################################
|
########################################
|
||||||
@ -380,11 +385,9 @@ install -m 644 %{S:3} %{S:4} $RPM_BUILD_ROOT/etc/profile.d
|
|||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post -p /sbin/ldconfig
|
||||||
%{run_ldconfig}
|
|
||||||
|
|
||||||
%postun
|
%postun -p /sbin/ldconfig
|
||||||
%{run_ldconfig}
|
|
||||||
|
|
||||||
%files idle
|
%files idle
|
||||||
%defattr(644, root, root, 755)
|
%defattr(644, root, root, 755)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user