- reverted previous change (boo#1192675)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=45
This commit is contained in:
Stefan Dirsch 2021-11-15 09:31:05 +00:00 committed by Git OBS Bridge
parent 71f929f8fa
commit 014718a635
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 15 09:30:31 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
- reverted previous change (boo#1192675)
-------------------------------------------------------------------
Sun Nov 14 19:56:38 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -44,6 +44,7 @@ BuildRequires: llvm9-devel
%endif
BuildRequires: python3-base
Provides: libclc(llvm%{_llvm_sonum})
BuildArch: noarch
%description
Library requirements of the OpenCL C programming language.
@ -65,14 +66,11 @@ Library requirements of the OpenCL C programming language.
%install
%cmake_install
mkdir -p %{buildroot}%{_libdir}
ln -snf /usr/share/clc %{buildroot}%{_libdir}/clc
%files
%license LICENSE.TXT
%{_includedir}/clc
%{_datadir}/clc
%{_datadir}/pkgconfig/libclc.pc
%{_libdir}/clc
%changelog