|
3 | 3 | # Generated by: autospec.py
|
4 | 4 | #
|
5 | 5 | Name : zipp
|
6 |
| -Version : 3.5.0 |
7 |
| -Release : 31 |
8 |
| -URL : https://files.pythonhosted.org/packages/3a/9f/1d4b62cbe8d222539a84089eeab603d8e45ee1f897803a0ae0860400d6e7/zipp-3.5.0.tar.gz |
9 |
| -Source0 : https://files.pythonhosted.org/packages/3a/9f/1d4b62cbe8d222539a84089eeab603d8e45ee1f897803a0ae0860400d6e7/zipp-3.5.0.tar.gz |
| 6 | +Version : 3.5.1 |
| 7 | +Release : 32 |
| 8 | +URL : https://files.pythonhosted.org/packages/76/e4/b0f1010d29a61e3527667b214498da73299f747dd25ad0fd135705170716/zipp-3.5.1.tar.gz |
| 9 | +Source0 : https://files.pythonhosted.org/packages/76/e4/b0f1010d29a61e3527667b214498da73299f747dd25ad0fd135705170716/zipp-3.5.1.tar.gz |
10 | 10 | Summary : Backport of pathlib-compatible object wrapper for zip files
|
11 | 11 | Group : Development/Tools
|
12 | 12 | License : MIT
|
@@ -56,31 +56,31 @@ python3 components for the zipp package.
|
56 | 56 |
|
57 | 57 |
|
58 | 58 | %prep
|
59 |
| -%setup -q -n zipp-3.5.0 |
60 |
| -cd %{_builddir}/zipp-3.5.0 |
| 59 | +%setup -q -n zipp-3.5.1 |
| 60 | +cd %{_builddir}/zipp-3.5.1 |
61 | 61 |
|
62 | 62 | %build
|
63 | 63 | export http_proxy=http://127.0.0.1:9/
|
64 | 64 | export https_proxy=http://127.0.0.1:9/
|
65 | 65 | export no_proxy=localhost,127.0.0.1,0.0.0.0
|
66 | 66 | export LANG=C.UTF-8
|
67 |
| -export SOURCE_DATE_EPOCH=1626122332 |
| 67 | +export SOURCE_DATE_EPOCH=1632865226 |
68 | 68 | export GCC_IGNORE_WERROR=1
|
69 | 69 | export AR=gcc-ar
|
70 | 70 | export RANLIB=gcc-ranlib
|
71 | 71 | export NM=gcc-nm
|
72 |
| -export CFLAGS="$CFLAGS -O3 -ffat-lto-objects -flto=4 " |
73 |
| -export FCFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=4 " |
74 |
| -export FFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=4 " |
75 |
| -export CXXFLAGS="$CXXFLAGS -O3 -ffat-lto-objects -flto=4 " |
| 72 | +export CFLAGS="$CFLAGS -O3 -ffat-lto-objects -flto=auto " |
| 73 | +export FCFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=auto " |
| 74 | +export FFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=auto " |
| 75 | +export CXXFLAGS="$CXXFLAGS -O3 -ffat-lto-objects -flto=auto " |
76 | 76 | export MAKEFLAGS=%{?_smp_mflags}
|
77 | 77 | python3 setup.py build
|
78 | 78 |
|
79 | 79 | %install
|
80 | 80 | export MAKEFLAGS=%{?_smp_mflags}
|
81 | 81 | rm -rf %{buildroot}
|
82 | 82 | mkdir -p %{buildroot}/usr/share/package-licenses/zipp
|
83 |
| -cp %{_builddir}/zipp-3.5.0/LICENSE %{buildroot}/usr/share/package-licenses/zipp/8e6689d37f82d5617b7f7f7232c94024d41066d1 |
| 83 | +cp %{_builddir}/zipp-3.5.1/LICENSE %{buildroot}/usr/share/package-licenses/zipp/8e6689d37f82d5617b7f7f7232c94024d41066d1 |
84 | 84 | python3 -tt setup.py build install --root=%{buildroot}
|
85 | 85 | echo ----[ mark ]----
|
86 | 86 | cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
|
|
0 commit comments