!73 strip binary files
From: @zhouwenpei Reviewed-by: @t_feng Signed-off-by: @t_feng
This commit is contained in:
commit
7110193e70
@ -1,10 +1,8 @@
|
|||||||
%define debug_package %{nil}
|
|
||||||
# Filter out provides for private libraries
|
# Filter out provides for private libraries
|
||||||
%global __provides_exclude_from ^(%{_libdir}/webkit2gtk-4\\.0/.*\\.so|%{_libdir}/webkit2gtk-4\\.1/.*\\.so|%{_libdir}/webkit2gtk-5\\.0/.*\\.so)$
|
%global __provides_exclude_from ^(%{_libdir}/webkit2gtk-4\\.0/.*\\.so|%{_libdir}/webkit2gtk-4\\.1/.*\\.so|%{_libdir}/webkit2gtk-5\\.0/.*\\.so)$
|
||||||
|
|
||||||
%global _dwz_max_die_limit 250000000
|
%global _dwz_max_die_limit 250000000
|
||||||
%global _dwz_max_die_limit_x86_64 250000000
|
%global _dwz_max_die_limit_x86_64 250000000
|
||||||
%global _find_debuginfo_opts %limit_build -m 8192
|
|
||||||
|
|
||||||
%global add_to_license_files() \
|
%global add_to_license_files() \
|
||||||
mkdir -p _license_files ; \
|
mkdir -p _license_files ; \
|
||||||
@ -16,7 +14,7 @@
|
|||||||
|
|
||||||
Name: webkit2gtk3
|
Name: webkit2gtk3
|
||||||
Version: 2.38.2
|
Version: 2.38.2
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: GTK web content engine library
|
Summary: GTK web content engine library
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
URL: https://www.webkitgtk.org/
|
URL: https://www.webkitgtk.org/
|
||||||
@ -289,10 +287,6 @@ files for developing applications that use JavaScript engine from webkit2gtk-4.0
|
|||||||
%autosetup -p1 -n webkitgtk-%{version}
|
%autosetup -p1 -n webkitgtk-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch %{ix86}
|
|
||||||
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
|
|
||||||
%endif
|
|
||||||
|
|
||||||
#%%define _vpath_builddir %{_vendor}-%{_target_os}-build/webkit2gtk-5.0
|
#%%define _vpath_builddir %{_vendor}-%{_target_os}-build/webkit2gtk-5.0
|
||||||
mkdir -p build-5.0
|
mkdir -p build-5.0
|
||||||
pushd build-5.0
|
pushd build-5.0
|
||||||
@ -569,6 +563,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 17 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 2.38.2-3
|
||||||
|
- strip binary files
|
||||||
|
|
||||||
* Thu Feb 16 2023 wenlong ding <wenlong.ding@turbolinux.com.cn> - 2.38.2-2
|
* Thu Feb 16 2023 wenlong ding <wenlong.ding@turbolinux.com.cn> - 2.38.2-2
|
||||||
- Rename package to adaptor old Version
|
- Rename package to adaptor old Version
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user