do not package pyproto/protoc

This commit is contained in:
Tom Callaway 2019-03-19 09:31:47 -04:00
parent 6a0dee3b9c
commit 24a79238b2
1 changed files with 11 additions and 1 deletions

View File

@ -160,7 +160,7 @@ Name: chromium%{chromium_channel}%{?freeworld:-freeworld}
Name: chromium%{chromium_channel} Name: chromium%{chromium_channel}
%endif %endif
Version: %{majorversion}.0.3683.75 Version: %{majorversion}.0.3683.75
Release: 1%{?dist} Release: 2%{?dist}
Summary: A WebKit (Blink) powered web browser Summary: A WebKit (Blink) powered web browser
Url: http://www.chromium.org/Home Url: http://www.chromium.org/Home
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2) License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@ -1500,7 +1500,10 @@ cp -a *.pak locales resources icudtl.dat %{buildroot}%{chromium_path}
cp -a nacl_helper* *.nexe pnacl tls_edit %{buildroot}%{chromium_path} cp -a nacl_helper* *.nexe pnacl tls_edit %{buildroot}%{chromium_path}
chmod -x %{buildroot}%{chromium_path}/nacl_helper_bootstrap* *.nexe chmod -x %{buildroot}%{chromium_path}/nacl_helper_bootstrap* *.nexe
%endif %endif
# Reasonably sure we don't need this anymore. Chrome doesn't include it.
%if 0
cp -a protoc pyproto %{buildroot}%{chromium_path} cp -a protoc pyproto %{buildroot}%{chromium_path}
%endif
%ifarch x86_64 i686 aarch64 %ifarch x86_64 i686 aarch64
cp -a swiftshader %{buildroot}%{chromium_path} cp -a swiftshader %{buildroot}%{chromium_path}
%endif %endif
@ -1732,7 +1735,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%{chromium_path}/tls_edit %{chromium_path}/tls_edit
%endif %endif
%dir %{chromium_path}/PepperFlash/ %dir %{chromium_path}/PepperFlash/
%if 0
%{chromium_path}/protoc %{chromium_path}/protoc
%endif
# %%{chromium_path}/remoting_locales/ # %%{chromium_path}/remoting_locales/
# %%{chromium_path}/pseudo_locales/ # %%{chromium_path}/pseudo_locales/
# %%{chromium_path}/plugins/ # %%{chromium_path}/plugins/
@ -1750,7 +1755,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%{chromium_path}/headless_lib.pak %{chromium_path}/headless_lib.pak
%endif %endif
# %%{chromium_path}/mus_app_resources_*.pak # %%{chromium_path}/mus_app_resources_*.pak
%if 0
%{chromium_path}/pyproto/ %{chromium_path}/pyproto/
%endif
%{chromium_path}/resources/ %{chromium_path}/resources/
%dir %{chromium_path}/locales/ %dir %{chromium_path}/locales/
%lang(am) %{chromium_path}/locales/am.pak* %lang(am) %{chromium_path}/locales/am.pak*
@ -1865,6 +1872,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%changelog %changelog
* Tue Mar 19 2019 Tom Callaway <spot@fedoraproject.org> - 73.0.3683.75-2
- do not include pyproto/protoc files in package
* Tue Mar 12 2019 Tom Callaway <spot@fedoraproject.org> - 73.0.3683.75-1 * Tue Mar 12 2019 Tom Callaway <spot@fedoraproject.org> - 73.0.3683.75-1
- update to 73.0.3683.75 - update to 73.0.3683.75