strip binary files
This commit is contained in:
parent
3c8410ef04
commit
782c510360
@ -1,10 +1,8 @@
|
||||
%define debug_package %{nil}
|
||||
# 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 _dwz_max_die_limit 250000000
|
||||
%global _dwz_max_die_limit_x86_64 250000000
|
||||
%global _find_debuginfo_opts %limit_build -m 8192
|
||||
|
||||
%global add_to_license_files() \
|
||||
mkdir -p _license_files ; \
|
||||
@ -16,7 +14,7 @@
|
||||
|
||||
Name: webkit2gtk3
|
||||
Version: 2.38.2
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: GTK web content engine library
|
||||
License: LGPLv2
|
||||
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}
|
||||
|
||||
%build
|
||||
%ifarch %{ix86}
|
||||
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
|
||||
%endif
|
||||
|
||||
#%%define _vpath_builddir %{_vendor}-%{_target_os}-build/webkit2gtk-5.0
|
||||
mkdir -p build-5.0
|
||||
pushd build-5.0
|
||||
@ -569,6 +563,9 @@ popd
|
||||
%endif
|
||||
|
||||
%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
|
||||
- Rename package to adaptor old Version
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user