vulkan-tools/vulkan-tools.spec

103 lines
3.1 KiB
RPMSpec
Raw Normal View History

2018-06-26 15:49:17 +00:00
Name: vulkan-tools
2021-01-28 21:50:26 +00:00
Version: 1.2.162.0
Release: 1%{?dist}
2018-06-26 15:49:17 +00:00
Summary: Vulkan tools
License: ASL 2.0
URL: https://github.com/KhronosGroup/Vulkan-Tools
Source0: %url/archive/sdk-%{version}.tar.gz#/Vulkan-Tools-sdk-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: gcc-c++
2018-06-26 15:49:17 +00:00
BuildRequires: cmake3
2018-08-07 11:44:34 +00:00
BuildRequires: glslang
2018-06-26 15:49:17 +00:00
BuildRequires: ninja-build
BuildRequires: python%{python3_pkgversion}-devel
2018-06-26 15:49:17 +00:00
BuildRequires: vulkan-loader-devel
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-cursor)
BuildRequires: pkgconfig(wayland-server)
BuildRequires: pkgconfig(wayland-egl)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xrandr)
BuildRequires: pkgconfig(xcb)
Provides: vulkan-demos%{?_isa} = %{version}-%{release}
Obsoletes: vulkan-demos < %{version}-%{release}
%description
Vulkan tools
%prep
2019-06-25 05:55:04 +00:00
%autosetup -n Vulkan-Tools-sdk-%{version} -p1
2018-06-26 15:49:17 +00:00
%build
%cmake3 -GNinja -DCMAKE_BUILD_TYPE=Release -DGLSLANG_INSTALL_DIR=%{_prefix}
%cmake3_build
2018-06-26 15:49:17 +00:00
%install
%cmake3_install
2018-06-26 15:49:17 +00:00
%files
2019-02-13 00:38:11 +00:00
%license LICENSE.txt
2018-06-26 15:49:17 +00:00
%doc README.md CONTRIBUTING.md
%{_bindir}/*
%changelog
2021-01-28 21:50:26 +00:00
* Fri Jan 29 2021 Dave Airlie <airlied@redhat.com> - 1.2.162.0-1
- Update to 1.2.162.0
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.154.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
2020-11-03 22:49:53 +00:00
* Wed Nov 04 2020 Dave Airlie <airlied@redhat.com> - 1.2.154.0-1
- Update to 1.2.154.0
2020-08-05 02:36:50 +00:00
* Wed Aug 05 2020 Dave Airlie <airlied@redhat.com> - 1.2.148.0-1
- Update to 1.2.148.0
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.135.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
2020-04-22 03:14:41 +00:00
* Wed Apr 22 2020 Dave Airlie <airlied@redhat.com> - 1.2.135.0-1
2020-04-22 03:16:14 +00:00
- Update to 1.2.135.0
2020-04-22 03:14:41 +00:00
2020-01-29 02:34:58 +00:00
* Wed Jan 29 2020 Dave Airlie <airlied@redhat.com> - 1.2.131.1-1
- Update to 1.2.131.1
2019-11-14 03:14:16 +00:00
* Thu Nov 14 2019 Dave Airlie <airlied@redhat.com> - 1.1.126.0-1
- Update to 1.1.126.0
2019-07-31 01:23:26 +00:00
* Wed Jul 31 2019 Dave Airlie <airlied@redhat.com> - 1.1.114.0-1
- Update to 1.1.114.0
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.108.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2019-06-25 05:21:08 +00:00
* Tue Jun 25 2019 Dave Airlie <airlied@redhat.com> - 1.1.108.0-1
- Update to 1.1.108.0
2019-03-06 22:11:45 +00:00
* Thu Mar 07 2019 Dave Airlie <airlied@redhat.com> - 1.1.101.0-1
- Update to 1.1.101.0
2019-02-13 00:38:11 +00:00
* Wed Feb 13 2019 Dave Airlie <airlied@redhat.com> - 1.1.97.0-1
- Update to 1.1.97.0
* Tue Feb 12 2019 Dave Airlie <airlied@redhat.com> - 1.1.92.0-1
- Update to 1.1.92.0
- don't rename anymore, upstream changed cube app name
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.82.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
2018-08-07 11:38:02 +00:00
* Tue Aug 07 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.82.0-1
- Update to 1.1.82.0
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.77.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2018-06-26 15:49:17 +00:00
* Sat Jun 23 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-1
- Initial package