Accepting request 786667 from home:GeoDerp:branches:graphics
- Added If statments for Fedora not having sertain openSUSE macros - Added If statments for Fedora not having sertain openSUSE macros OBS-URL: https://build.opensuse.org/request/show/786667 OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=103
This commit is contained in:
parent
b0e5f9821c
commit
551c77d69b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 17 05:52:14 UTC 2020 - John Whately <john+OpenSuse@whately.me>
|
||||||
|
|
||||||
|
- Added If statments for Fedora not having sertain openSUSE macros
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 12 14:09:12 UTC 2019 - pgajdos@suse.com
|
Tue Nov 12 14:09:12 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -138,10 +138,18 @@ make %{?_smp_mflags}
|
|||||||
exit 0
|
exit 0
|
||||||
%endif
|
%endif
|
||||||
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||||
%ctest
|
%if 0%{?fedora_version}
|
||||||
|
ctest --output-on-failure --force-new-ctest-process
|
||||||
|
%else
|
||||||
|
%ctest
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%if 0%{?fedora_version}
|
||||||
|
make DESTDIR=%{buildroot} install/fast
|
||||||
|
%else
|
||||||
|
%cmake_install
|
||||||
|
%endif
|
||||||
# Remove docs, we'll select docs manually
|
# Remove docs, we'll select docs manually
|
||||||
rm -rf %{buildroot}%{_datadir}/doc/
|
rm -rf %{buildroot}%{_datadir}/doc/
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 17 05:52:14 UTC 2020 - John Whately <john+OpenSuse@whately.me>
|
||||||
|
|
||||||
|
- Added If statments for Fedora not having sertain openSUSE macros
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 5 09:08:29 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sat Oct 5 09:08:29 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user