Replace python3_sitelib to python3_sitearch (#2) backup/python3-protobuf-3.9.2-20230821
author유지웅/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 <jiung.yu@samsung.com>
Mon, 17 May 2021 06:47:11 +0000 (15:47 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 17 May 2021 06:47:11 +0000 (15:47 +0900)
Change-Id: I96412d1af751d0ad45aed8c12a29dabe2aa29a41

packaging/python3-protobuf.spec

index bf3b9b2d9e28fe4e2a2fea683efb5541e76ed7a3..81ab65c463ff7ce45451ca669c0795b1ffa3a156 100644 (file)
@@ -35,17 +35,17 @@ cp %{SOURCE1001} .
 %files
 %manifest %{name}.manifest
 %license LICENSE
-%{python3_sitelib}/google/protobuf/*.py
-%{python3_sitelib}/google/protobuf/__pycache__/*.cpython-*.pyc
-%{python3_sitelib}/google/protobuf/compiler/*.py
-%{python3_sitelib}/google/protobuf/compiler/__pycache__/*.cpython-*.pyc
-%{python3_sitelib}/google/protobuf/internal/*.so
-%{python3_sitelib}/google/protobuf/internal/*.py
-%{python3_sitelib}/google/protobuf/internal/__pycache__/*.cpython-*.pyc
-%{python3_sitelib}/google/protobuf/pyext/*.so
-%{python3_sitelib}/google/protobuf/pyext/*.py
-%{python3_sitelib}/google/protobuf/pyext/__pycache__/*.cpython-*.pyc
-%{python3_sitelib}/google/protobuf/util/*.py
-%{python3_sitelib}/google/protobuf/util/__pycache__/*.cpython-*.pyc
-%{python3_sitelib}/protobuf-%{version}-py%{python3_version}-nspkg.pth
-%{python3_sitelib}/protobuf-%{version}-py%{python3_version}.egg-info/*
+%{python3_sitearch}/google/protobuf/*.py
+%{python3_sitearch}/google/protobuf/__pycache__/*.cpython-*.pyc
+%{python3_sitearch}/google/protobuf/compiler/*.py
+%{python3_sitearch}/google/protobuf/compiler/__pycache__/*.cpython-*.pyc
+%{python3_sitearch}/google/protobuf/internal/*.so
+%{python3_sitearch}/google/protobuf/internal/*.py
+%{python3_sitearch}/google/protobuf/internal/__pycache__/*.cpython-*.pyc
+%{python3_sitearch}/google/protobuf/pyext/*.so
+%{python3_sitearch}/google/protobuf/pyext/*.py
+%{python3_sitearch}/google/protobuf/pyext/__pycache__/*.cpython-*.pyc
+%{python3_sitearch}/google/protobuf/util/*.py
+%{python3_sitearch}/google/protobuf/util/__pycache__/*.cpython-*.pyc
+%{python3_sitearch}/protobuf-%{version}-py%{python3_version}-nspkg.pth
+%{python3_sitearch}/protobuf-%{version}-py%{python3_version}.egg-info/*