forked from pool/libclc
- create /usr/lib64/clc compatibility symlink (boo#1192675)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=41
This commit is contained in:
parent
8d9a69e833
commit
2ff074f68c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 14 19:56:38 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- create /usr/lib64/clc compatibility symlink (boo#1192675)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 2 20:13:04 UTC 2021 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
Sat Oct 2 20:13:04 UTC 2021 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||||
|
|
||||||
|
@ -44,7 +44,6 @@ BuildRequires: llvm9-devel
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
Provides: libclc(llvm%{_llvm_sonum})
|
Provides: libclc(llvm%{_llvm_sonum})
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Library requirements of the OpenCL C programming language.
|
Library requirements of the OpenCL C programming language.
|
||||||
@ -66,11 +65,14 @@ Library requirements of the OpenCL C programming language.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
mkdir -p %{buildroot}/usr/lib64
|
||||||
|
ln -snf /usr/share/clc %{buildroot}/usr/lib64/clc
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE.TXT
|
%license LICENSE.TXT
|
||||||
%{_includedir}/clc
|
%{_includedir}/clc
|
||||||
%{_datadir}/clc
|
%{_datadir}/clc
|
||||||
%{_datadir}/pkgconfig/libclc.pc
|
%{_datadir}/pkgconfig/libclc.pc
|
||||||
|
/usr/lib64/clc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user