mirror of
https://abf.rosa.ru/djam/libjpeg-turbo.git
synced 2025-02-23 19:02:55 +00:00
bot: rpm5 -> rpm4 (1)
This commit is contained in:
parent
a6178c6cc2
commit
396e16b893
1 changed files with 4 additions and 4 deletions
|
@ -179,7 +179,7 @@ pushd jpeg8
|
|||
CFLAGS="%{optflags} -Ofast -funroll-loops" \
|
||||
%cmake ../.. -DWITH_JPEG8="True"
|
||||
|
||||
%make -s
|
||||
%make_build -s
|
||||
popd
|
||||
|
||||
# Build jpeg v6.2 API
|
||||
|
@ -189,7 +189,7 @@ CFLAGS="%{optflags} -Ofast -funroll-loops" \
|
|||
-DWITH_ARITH_DEC="True" \
|
||||
-DWITH_ARITH_ENC="True"
|
||||
|
||||
%make -s
|
||||
%make_build -s
|
||||
popd
|
||||
|
||||
# Build jpegexiforient binary
|
||||
|
@ -197,8 +197,8 @@ popd
|
|||
|
||||
|
||||
%install
|
||||
%makeinstall_std -C jpeg8/build
|
||||
%makeinstall_std -C jpeg62/build
|
||||
%make_install -C jpeg8/build
|
||||
%make_install -C jpeg62/build
|
||||
|
||||
install -m755 jpegexiforient -D %{buildroot}%{_bindir}/jpegexiforient
|
||||
install -m755 exifautotran -D %{buildroot}%{_bindir}/exifautotran
|
||||
|
|
Loading…
Add table
Reference in a new issue