87 lines
2.6 KiB
RPMSpec
87 lines
2.6 KiB
RPMSpec
%define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f 1-2)
|
|
Name: xf86-video-amdgpu
|
|
Version: 23.0.0
|
|
Release: 2mamba
|
|
Summary: AMD Radeon video driver for the Xorg X server
|
|
Group: System/X11
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.x.org/wiki/
|
|
Source: https://www.x.org/releases/individual/driver/xf86-video-amdgpu-%{version}.tar.xz
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libdrm-devel
|
|
BuildRequires: libmesa-devel
|
|
BuildRequires: libudev-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: xorg-server-devel >= 21.1.3-1mamba
|
|
Provides: xorgdrvvideo
|
|
Provides: xorg-drv-video-amdgpu
|
|
Requires: xorg-server >= %{xorg_ver}
|
|
Requires: xorg-server <= %{xorg_ver}.255
|
|
|
|
%description
|
|
AMD Radeon video driver for the Xorg X server.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/xorg/modules/drivers/amdgpu_drv.so
|
|
%{_datadir}/X11/xorg.conf.d/10-amdgpu.conf
|
|
%{_mandir}/man4/amdgpu.4*
|
|
%doc COPYING
|
|
|
|
%changelog
|
|
* Sun Feb 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 23.0.0-2mamba
|
|
- added requirements for the Xorg ABI it is built for
|
|
|
|
* Sat Feb 25 2023 Automatic Build System <autodist@mambasoft.it> 23.0.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Apr 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 22.0.0-1mamba
|
|
- update to 22.0.0
|
|
|
|
* Sat Jul 31 2021 Automatic Build System <autodist@mambasoft.it> 21.0.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 20 2019 Automatic Build System <autodist@mambasoft.it> 19.1.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 21 2019 Automatic Build System <autodist@mambasoft.it> 19.0.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 08 2019 Automatic Build System <autodist@mambasoft.it> 19.0.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 03 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 18.1.0-2mamba
|
|
- rebuilt with xorg-server 1.20.4
|
|
|
|
* Tue Sep 18 2018 Automatic Build System <autodist@mambasoft.it> 18.1.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 18 2018 Automatic Build System <autodist@mambasoft.it> 18.0.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Mar 12 2018 Automatic Build System <autodist@mambasoft.it> 18.0.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Dec 08 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-1mamba
|
|
- package created using the webbuild interface
|