Accepting request 162848 from home:namtrac:bugfix

- Add Source URL, see https://en.opensuse.org/SourceUrls

- Add Source URL, see https://en.opensuse.org/SourceUrls
- Fix installation so we don't create double sub-directories

- Add Source URL, see https://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/162848
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=136
This commit is contained in:
Jan Matejek 2013-04-05 15:26:42 +00:00 committed by Git OBS Bridge
parent f0434c3a5b
commit 3f16f9c855
12 changed files with 31 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d57e66e853cb67f7a017f1454b890f5019dbb3d550e57d5e5b1b8b91996b8c23
size 4183320

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:612b18862ab5dcc602b19e03ab4da1360c515729f7969c673ba85cee20630756
size 9332572

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c3e797283b7af7628161edc64a437b52e252069b43df8a698c89d14159da2d06
size 9383244

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6091c51e12aa7fd4d9f66f7b5fcb61fbe9319b510013eafe0831f889150b290c
size 4461799

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec5c2c2fb40d27cdd1ccacb43121c855412b1d4cee37fecdc022ffc40ee57f89
size 10412309

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:966d731ad211e366375a10d7fa39060f2fc05d6b0e6a6930c3dc28f157fab349
size 10457184

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 5 13:33:27 UTC 2013 - idonmez@suse.com
- Add Source URL, see https://en.opensuse.org/SourceUrls
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 27 17:04:32 UTC 2013 - schwab@suse.de Wed Feb 27 17:04:32 UTC 2013 - schwab@suse.de

View File

@ -26,7 +26,7 @@ Url: http://www.python.org/
Group: Development/Languages/Python Group: Development/Languages/Python
%define tarversion %{version} %define tarversion %{version}
%define tarname Python-%{tarversion} %define tarname Python-%{tarversion}
Source0: %{tarname}.tar.bz2 Source0: http://www.python.org/ftp/python/%{version}/%{tarname}.tar.bz2
Source1: macros.python Source1: macros.python
Source2: baselibs.conf Source2: baselibs.conf
Source3: README.SUSE Source3: README.SUSE

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 5 13:33:29 UTC 2013 - idonmez@suse.com
- Add Source URL, see https://en.opensuse.org/SourceUrls
- Fix installation so we don't create double sub-directories
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 17 17:49:31 UTC 2012 - jfunk@funktronics.ca Thu May 17 17:49:31 UTC 2012 - jfunk@funktronics.ca

View File

@ -25,9 +25,9 @@ Group: Development/Languages/Python
%define pyver 2.7.3 %define pyver 2.7.3
%define tarname Python-%{pyver} %define tarname Python-%{pyver}
Source0: %{tarname}.tar.bz2 Source0: %{tarname}.tar.bz2
Source1: python-%{version}-docs-html.tar.bz2 Source1: http://docs.python.org/%{version}/archives/python-%{pyver}-docs-html.tar.bz2
Source2: python-%{version}-docs-pdf-a4.tar.bz2 Source2: http://docs.python.org/%{version}/archives/python-%{pyver}-docs-pdf-a4.tar.bz2
Source3: python-%{version}-docs-pdf-letter.tar.bz2 Source3: http://docs.python.org/%{version}/archives/python-%{pyver}-docs-pdf-letter.tar.bz2
# COMMON-PATCH-BEGIN # COMMON-PATCH-BEGIN
Patch1: python-2.7-dirs.patch Patch1: python-2.7-dirs.patch
Patch2: python-distutils-rpm-8.patch Patch2: python-distutils-rpm-8.patch
@ -111,9 +111,8 @@ Python, and Macintosh Module Reference in PDF format.
%install %install
export PDOCS=%{buildroot}%{_docdir}/python export PDOCS=%{buildroot}%{_docdir}/python
install -d -m 755 $PDOCS/Misc install -d -m 755 $PDOCS/Misc
install -d -m 755 $PDOCS/paper-a4 $PDOCS/paper-letter $PDOCS/html
tar xfj %{SOURCE1} -C $PDOCS/ tar xfj %{SOURCE1} -C $PDOCS/
mv $PDOCS/python-%{version}-docs-html $PDOCS/html mv $PDOCS/python-%{pyver}-docs-html $PDOCS/html
tar xfj %{SOURCE2} -C $PDOCS tar xfj %{SOURCE2} -C $PDOCS
mv $PDOCS/docs-pdf $PDOCS/paper-a4 mv $PDOCS/docs-pdf $PDOCS/paper-a4
tar xfj %{SOURCE3} -C $PDOCS tar xfj %{SOURCE3} -C $PDOCS

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 5 13:33:33 UTC 2013 - idonmez@suse.com
- Add Source URL, see https://en.opensuse.org/SourceUrls
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 25 17:24:52 UTC 2013 - jmatejek@suse.com Mon Feb 25 17:24:52 UTC 2013 - jmatejek@suse.com

View File

@ -24,7 +24,7 @@ Url: http://www.python.org/
Group: Development/Languages/Python Group: Development/Languages/Python
%define tarversion %{version} %define tarversion %{version}
%define tarname Python-%{tarversion} %define tarname Python-%{tarversion}
Source0: %{tarname}.tar.bz2 Source0: http://www.python.org/ftp/python/%{version}/%{tarname}.tar.bz2
Source1: README.SUSE Source1: README.SUSE
Source2: pythonstart Source2: pythonstart
Source3: python.sh Source3: python.sh