Remove unused bundled code
This commit is contained in:
parent
2a3daa6e73
commit
bb9ca55fb5
@ -799,6 +799,13 @@ sources.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{majorname}-%{version}
|
%setup -q -n %{majorname}-%{version}
|
||||||
|
|
||||||
|
# Remove bundled code that is unused (all cases in which we use the system version of the library instead)
|
||||||
|
# as required by https://docs.fedoraproject.org/en-US/packaging-guidelines/#bundling
|
||||||
|
rm -r zlib
|
||||||
|
rm -r win libmariadb/win
|
||||||
|
rm -r extra/wolfssl
|
||||||
|
rm -r storage/columnstore
|
||||||
|
|
||||||
%if %{with bundled_fmt}
|
%if %{with bundled_fmt}
|
||||||
mkdir -p redhat-linux-build/extra/libfmt/
|
mkdir -p redhat-linux-build/extra/libfmt/
|
||||||
mv %{SOURCE1} redhat-linux-build/extra/libfmt/
|
mv %{SOURCE1} redhat-linux-build/extra/libfmt/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user