automatic version update by autodist [release 17.0.0-1mamba;Tue Oct 24 2023]
This commit is contained in:
parent
b32fad5231
commit
388953a147
@ -1,5 +1,5 @@
|
|||||||
Name: spirv-llvm-translator
|
Name: spirv-llvm-translator
|
||||||
Version: 16.0.0
|
Version: 17.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A tool and a library for bi-directional translation between SPIR-V and LLVM IR
|
Summary: A tool and a library for bi-directional translation between SPIR-V and LLVM IR
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -17,6 +17,7 @@ BuildRequires: libllvm-devel
|
|||||||
BuildRequires: libspirv-tools-devel
|
BuildRequires: libspirv-tools-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libllvm-devel >= 17.0.3
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
@ -40,12 +41,11 @@ Requires: pkg-config
|
|||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n SPIRV-LLVM-Translator-%{version}
|
%setup -q -n SPIRV-LLVM-Translator-%{version}
|
||||||
%patch 0 -p1
|
#%patch 0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
@ -77,8 +77,10 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/pkgconfig/LLVMSPIRVLib.pc
|
%{_libdir}/pkgconfig/LLVMSPIRVLib.pc
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 24 2023 Automatic Build System <autodist@mambasoft.it> 17.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed May 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 16.0.0-1mamba
|
* Wed May 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 16.0.0-1mamba
|
||||||
- update to 16.0.0
|
- update to 16.0.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user