xorg-server 1.12 mass rebuild [release 1.3.0-4mamba;Tue Mar 05 2013]

This commit is contained in:
Silvan Calarco 2024-01-05 19:48:28 +01:00
parent aba4433e67
commit 1afd7ba093
2 changed files with 68 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# xorg-drv-video-radeonhd # xorg-drv-video-radeonhd
RadeonHD X.Org video driver.

View File

@ -0,0 +1,66 @@
Name: xorg-drv-video-radeonhd
Version: 1.3.0
Release: 4mamba
Summary: RadeonHD X.Org video driver
Group: System/X11
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://x.org
Source: ftp://x.org/pub/individual/driver/xf86-video-radeonhd-%{version}.tar.bz2
License: MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libdrm-devel
## AUTOBUILDREQ-END
BuildRequires: xorg-server-devel >= 1.1.0
BuildRequires: xorg-proto-devel >= %{version}
BuildRequires: libXvMC-devel >= 1.0.2
BuildRequires: libXrender >= 0.9.1
BuildRequires: libXrandr >= 1.1.1
BuildRequires: libXv >= 1.0.1
BuildRequires: libdrm-devel >= 2.3.0
BuildRequires: libXinerama-devel >= 1.0.1
BuildRequires: libpthread-stubs-devel
Provides: xorgdrvvideo
%description
RadeonHD X.Org video driver.
%prep
%setup -q -n xf86-video-radeonhd-%{version}
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_libdir}/xorg/modules/drivers/radeonhd_drv.la
%{_libdir}/xorg/modules/drivers/radeonhd_drv.so
%{_mandir}/man4/radeonhd.4.gz
%changelog
* Tue Mar 05 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-4mamba
- xorg-server 1.12 mass rebuild
* Fri Aug 12 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-3mamba
- automatic port from devel
* Fri Feb 26 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-2mamba
- rebuild with xorg-server 1.7.5
* Tue Oct 13 2009 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
- automatic update by autodist
* Sat Jun 06 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.2.5-1mamba
- Package created