!7 fix sw_64 build error
From: @hailianguniontech Reviewed-by: @dillon_chen Signed-off-by: @dillon_chen
This commit is contained in:
commit
9e86a1aa7d
@ -1,6 +1,6 @@
|
||||
Name: libtheora
|
||||
Version: 1.1.1
|
||||
Release: 26
|
||||
Release: 27
|
||||
Summary: Theora Video Compression
|
||||
License: BSD
|
||||
Epoch: 1
|
||||
@ -81,7 +81,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir}/
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
|
||||
install -m 755 examples/.libs/dump_video $RPM_BUILD_ROOT/%{_bindir}/theora_dump_video
|
||||
install -m 755 examples/.libs/encoder_example $RPM_BUILD_ROOT/%{_bindir}/theora_encode
|
||||
%ifnarch sw_64
|
||||
install -m 755 examples/.libs/player_example $RPM_BUILD_ROOT/%{_bindir}/theora_player
|
||||
%endif
|
||||
install -m 755 examples/.libs/png2theora $RPM_BUILD_ROOT/%{_bindir}/png2theora
|
||||
|
||||
%ldconfig_scriptlets
|
||||
@ -104,6 +106,9 @@ install -m 755 examples/.libs/png2theora $RPM_BUILD_ROOT/%{_bindir}/png2theora
|
||||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 18 2025 mahailiang <mahailiang@uniontech.com> - 1.1.1-27
|
||||
- fix sw_64 build error
|
||||
|
||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.1.1-26
|
||||
- DESC: delete -Sgit from %autosetup
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user