|
2 | 2 | # This file is auto-generated. DO NOT EDIT
|
3 | 3 | # Generated by: autospec.py
|
4 | 4 | # Using build pattern: pyproject
|
| 5 | +# autospec version: v4 |
| 6 | +# autospec commit: f4bef72 |
5 | 7 | #
|
6 | 8 | Name : pypi-zipp
|
7 |
| -Version : 3.17.0 |
8 |
| -Release : 67 |
9 |
| -URL : https://files.pythonhosted.org/packages/58/03/dd5ccf4e06dec9537ecba8fcc67bbd4ea48a2791773e469e73f94c3ba9a6/zipp-3.17.0.tar.gz |
10 |
| -Source0 : https://files.pythonhosted.org/packages/58/03/dd5ccf4e06dec9537ecba8fcc67bbd4ea48a2791773e469e73f94c3ba9a6/zipp-3.17.0.tar.gz |
| 9 | +Version : 3.18.1 |
| 10 | +Release : 68 |
| 11 | +URL : https://files.pythonhosted.org/packages/3e/ef/65da662da6f9991e87f058bc90b91a935ae655a16ae5514660d6460d1298/zipp-3.18.1.tar.gz |
| 12 | +Source0 : https://files.pythonhosted.org/packages/3e/ef/65da662da6f9991e87f058bc90b91a935ae655a16ae5514660d6460d1298/zipp-3.18.1.tar.gz |
11 | 13 | Summary : Backport of pathlib-compatible object wrapper for zip files
|
12 | 14 | Group : Development/Tools
|
13 | 15 | License : MIT
|
@@ -58,54 +60,74 @@ python3 components for the pypi-zipp package.
|
58 | 60 |
|
59 | 61 |
|
60 | 62 | %prep
|
61 |
| -%setup -q -n zipp-3.17.0 |
62 |
| -cd %{_builddir}/zipp-3.17.0 |
| 63 | +%setup -q -n zipp-3.18.1 |
| 64 | +cd %{_builddir}/zipp-3.18.1 |
63 | 65 | pushd ..
|
64 |
| -cp -a zipp-3.17.0 buildavx2 |
| 66 | +cp -a zipp-3.18.1 buildavx2 |
65 | 67 | popd
|
66 | 68 |
|
67 | 69 | %build
|
68 | 70 | export http_proxy=http://127.0.0.1:9/
|
69 | 71 | export https_proxy=http://127.0.0.1:9/
|
70 | 72 | export no_proxy=localhost,127.0.0.1,0.0.0.0
|
71 | 73 | export LANG=C.UTF-8
|
72 |
| -export SOURCE_DATE_EPOCH=1695065918 |
| 74 | +export SOURCE_DATE_EPOCH=1710610610 |
73 | 75 | export GCC_IGNORE_WERROR=1
|
74 | 76 | export AR=gcc-ar
|
75 | 77 | export RANLIB=gcc-ranlib
|
76 | 78 | export NM=gcc-nm
|
77 |
| -export CFLAGS="$CFLAGS -O3 -fdebug-types-section -femit-struct-debug-baseonly -ffat-lto-objects -flto=auto -g1 -gno-column-info -gno-variable-location-views -gz=zstd " |
78 |
| -export FCFLAGS="$FFLAGS -O3 -fdebug-types-section -femit-struct-debug-baseonly -ffat-lto-objects -flto=auto -g1 -gno-column-info -gno-variable-location-views -gz=zstd " |
79 |
| -export FFLAGS="$FFLAGS -O3 -fdebug-types-section -femit-struct-debug-baseonly -ffat-lto-objects -flto=auto -g1 -gno-column-info -gno-variable-location-views -gz=zstd " |
80 |
| -export CXXFLAGS="$CXXFLAGS -O3 -fdebug-types-section -femit-struct-debug-baseonly -ffat-lto-objects -flto=auto -g1 -gno-column-info -gno-variable-location-views -gz=zstd " |
| 79 | +CLEAR_INTERMEDIATE_CFLAGS="$CLEAR_INTERMEDIATE_CFLAGS -O3 -fdebug-types-section -femit-struct-debug-baseonly -ffat-lto-objects -flto=auto -g1 -gno-column-info -gno-variable-location-views -gz=zstd " |
| 80 | +CLEAR_INTERMEDIATE_FCFLAGS="$CLEAR_INTERMEDIATE_FFLAGS -O3 -fdebug-types-section -femit-struct-debug-baseonly -ffat-lto-objects -flto=auto -g1 -gno-column-info -gno-variable-location-views -gz=zstd " |
| 81 | +CLEAR_INTERMEDIATE_FFLAGS="$CLEAR_INTERMEDIATE_FFLAGS -O3 -fdebug-types-section -femit-struct-debug-baseonly -ffat-lto-objects -flto=auto -g1 -gno-column-info -gno-variable-location-views -gz=zstd " |
| 82 | +CLEAR_INTERMEDIATE_CXXFLAGS="$CLEAR_INTERMEDIATE_CXXFLAGS -O3 -fdebug-types-section -femit-struct-debug-baseonly -ffat-lto-objects -flto=auto -g1 -gno-column-info -gno-variable-location-views -gz=zstd " |
| 83 | +CFLAGS="$CLEAR_INTERMEDIATE_CFLAGS" |
| 84 | +CXXFLAGS="$CLEAR_INTERMEDIATE_CXXFLAGS" |
| 85 | +FFLAGS="$CLEAR_INTERMEDIATE_FFLAGS" |
| 86 | +FCFLAGS="$CLEAR_INTERMEDIATE_FCFLAGS" |
| 87 | +ASFLAGS="$CLEAR_INTERMEDIATE_ASFLAGS" |
| 88 | +LDFLAGS="$CLEAR_INTERMEDIATE_LDFLAGS" |
81 | 89 | export MAKEFLAGS=%{?_smp_mflags}
|
82 | 90 | python3 -m build --wheel --skip-dependency-check --no-isolation
|
83 | 91 | pushd ../buildavx2/
|
84 |
| -export CFLAGS="$CFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 " |
85 |
| -export CXXFLAGS="$CXXFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 " |
86 |
| -export FFLAGS="$FFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 " |
87 |
| -export FCFLAGS="$FCFLAGS -m64 -march=x86-64-v3 " |
88 |
| -export LDFLAGS="$LDFLAGS -m64 -march=x86-64-v3 " |
| 92 | +CFLAGS="$CLEAR_INTERMEDIATE_CFLAGS -march=x86-64-v3 -Wl,-z,x86-64-v3 " |
| 93 | +CXXFLAGS="$CLEAR_INTERMEDIATE_CXXFLAGS -march=x86-64-v3 -Wl,-z,x86-64-v3 " |
| 94 | +FFLAGS="$CLEAR_INTERMEDIATE_FFLAGS -march=x86-64-v3 -Wl,-z,x86-64-v3 " |
| 95 | +FCFLAGS="$CLEAR_INTERMEDIATE_FCFLAGS -march=x86-64-v3 " |
| 96 | +LDFLAGS="$CLEAR_INTERMEDIATE_LDFLAGS -march=x86-64-v3 " |
89 | 97 | python3 -m build --wheel --skip-dependency-check --no-isolation
|
90 | 98 |
|
91 | 99 | popd
|
92 | 100 |
|
93 | 101 | %install
|
| 102 | +export GCC_IGNORE_WERROR=1 |
| 103 | +export AR=gcc-ar |
| 104 | +export RANLIB=gcc-ranlib |
| 105 | +export NM=gcc-nm |
| 106 | +CLEAR_INTERMEDIATE_CFLAGS="$CLEAR_INTERMEDIATE_CFLAGS -O3 -fdebug-types-section -femit-struct-debug-baseonly -ffat-lto-objects -flto=auto -g1 -gno-column-info -gno-variable-location-views -gz=zstd " |
| 107 | +CLEAR_INTERMEDIATE_FCFLAGS="$CLEAR_INTERMEDIATE_FFLAGS -O3 -fdebug-types-section -femit-struct-debug-baseonly -ffat-lto-objects -flto=auto -g1 -gno-column-info -gno-variable-location-views -gz=zstd " |
| 108 | +CLEAR_INTERMEDIATE_FFLAGS="$CLEAR_INTERMEDIATE_FFLAGS -O3 -fdebug-types-section -femit-struct-debug-baseonly -ffat-lto-objects -flto=auto -g1 -gno-column-info -gno-variable-location-views -gz=zstd " |
| 109 | +CLEAR_INTERMEDIATE_CXXFLAGS="$CLEAR_INTERMEDIATE_CXXFLAGS -O3 -fdebug-types-section -femit-struct-debug-baseonly -ffat-lto-objects -flto=auto -g1 -gno-column-info -gno-variable-location-views -gz=zstd " |
| 110 | +CFLAGS="$CLEAR_INTERMEDIATE_CFLAGS" |
| 111 | +CXXFLAGS="$CLEAR_INTERMEDIATE_CXXFLAGS" |
| 112 | +FFLAGS="$CLEAR_INTERMEDIATE_FFLAGS" |
| 113 | +FCFLAGS="$CLEAR_INTERMEDIATE_FCFLAGS" |
| 114 | +ASFLAGS="$CLEAR_INTERMEDIATE_ASFLAGS" |
| 115 | +LDFLAGS="$CLEAR_INTERMEDIATE_LDFLAGS" |
94 | 116 | export MAKEFLAGS=%{?_smp_mflags}
|
95 | 117 | rm -rf %{buildroot}
|
96 | 118 | mkdir -p %{buildroot}/usr/share/package-licenses/pypi-zipp
|
97 | 119 | cp %{_builddir}/zipp-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-zipp/0445ed0f69910eeaee036f09a39a13c6e1f37e12 || :
|
98 |
| -pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl |
| 120 | +python3 -m installer --destdir=%{buildroot} dist/*.whl |
99 | 121 | echo ----[ mark ]----
|
100 | 122 | cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
|
101 | 123 | echo ----[ mark ]----
|
102 | 124 | pushd ../buildavx2/
|
103 |
| -export CFLAGS="$CFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 " |
104 |
| -export CXXFLAGS="$CXXFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 " |
105 |
| -export FFLAGS="$FFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 " |
106 |
| -export FCFLAGS="$FCFLAGS -m64 -march=x86-64-v3 " |
107 |
| -export LDFLAGS="$LDFLAGS -m64 -march=x86-64-v3 " |
108 |
| -pip install --root=%{buildroot}-v3 --no-deps --ignore-installed dist/*.whl |
| 125 | +CFLAGS="$CLEAR_INTERMEDIATE_CFLAGS -march=x86-64-v3 -Wl,-z,x86-64-v3 " |
| 126 | +CXXFLAGS="$CLEAR_INTERMEDIATE_CXXFLAGS -march=x86-64-v3 -Wl,-z,x86-64-v3 " |
| 127 | +FFLAGS="$CLEAR_INTERMEDIATE_FFLAGS -march=x86-64-v3 -Wl,-z,x86-64-v3 " |
| 128 | +FCFLAGS="$CLEAR_INTERMEDIATE_FCFLAGS -march=x86-64-v3 " |
| 129 | +LDFLAGS="$CLEAR_INTERMEDIATE_LDFLAGS -march=x86-64-v3 " |
| 130 | +python3 -m installer --destdir=%{buildroot}-v3 dist/*.whl |
109 | 131 | popd
|
110 | 132 | /usr/bin/elf-move.py avx2 %{buildroot}-v3 %{buildroot} %{buildroot}/usr/share/clear/filemap/filemap-%{name}
|
111 | 133 |
|
|
0 commit comments