f7116e8
%define tarball xf86-video-ati
mharris 9433902
%define moduledir %(pkg-config xorg-server --variable=moduledir )
mharris c8555fd
%define driverdir	%{moduledir}/drivers
mharris 9433902
mharris 9433902
Summary:   Xorg X11 ati video driver
mharris 9433902
Name:      xorg-x11-drv-ati
fbc5fa1
Version:   6.8.0
692eff0
Release:   8%{?dist}
mharris 9433902
URL:       http://www.x.org
0352f8f
License:   MIT
mharris cc01fd4
Group:     User Interface/X Hardware Support
mharris cc01fd4
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
mharris cc01fd4
mharris 521d38e
Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
mharris a87a1b0
Source1:   ati.xinf
mharris 0744e5a
Source2:   r128.xinf
mharris 0744e5a
Source3:   radeon.xinf
mharris 9433902
fdd5192
# Radeon patches (0-99)
fb7d644
Patch1:     radeon-git-upstream-fixes.patch
ebfb34a
Patch2:     radeon-git-upstream-fixes2.patch
ef56a4f
Patch4:     radeon-6.7.196-faster-ddc.patch
fdd5192
fdd5192
# Rage 128 patches (100-199)
356bfcc
bfe107d
# mach64 patches (200-299)
7b2583d
Patch200: mach64-ia64-pagesize.patch
bfe107d
6ca1cbd
# ati wrapperloader patches (300-399)
9cf3814
7fb2452
ExcludeArch: s390 s390x
mharris 9433902
a53d09a
BuildRequires: xorg-x11-server-sdk >= 1.4.99.1
mharris 5387e81
BuildRequires: mesa-libGL-devel >= 6.4-4
mharris 0744e5a
BuildRequires: libdrm-devel >= 2.0-1
dcdedde
BuildRequires: automake autoconf libtool pkgconfig
dcdedde
BuildRequires: xorg-x11-util-macros >= 1.1.5
mharris 9433902
0352f8f
Requires:  hwdata
a53d09a
Requires:  xorg-x11-server-Xorg >= 1.4.99.1
mharris a87a1b0
mharris 9433902
%description 
mharris 9433902
X.Org X11 ati video driver.
mharris 9433902
mharris 9433902
%prep
f7116e8
%setup -q -n %{tarball}-%{version}
mharris 9433902
fb7d644
%patch1 -p1 -b .git
ebfb34a
%patch2 -p1 -b .git2
bd94235
%patch4 -p1 -b .ddc
454f128
7b2583d
%patch200 -p1 -b .mach64-ia64
7b2583d
mharris 9433902
%build
dcdedde
aclocal ; automake -a ; autoconf
mharris 9433902
%configure --disable-static
mharris 62b282a
make %{?_smp_mflags}
mharris 9433902
mharris 9433902
%install
mharris 9433902
rm -rf $RPM_BUILD_ROOT
mharris a87a1b0
mharris 9433902
make install DESTDIR=$RPM_BUILD_ROOT
mharris 9433902
mharris a87a1b0
mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
mharris a87a1b0
install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
mharris 0744e5a
install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
mharris 0744e5a
install -m 0644 %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
mharris a87a1b0
mharris a87a1b0
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
mharris 9433902
mharris 9433902
%clean
mharris 9433902
rm -rf $RPM_BUILD_ROOT
mharris 9433902
mharris 9433902
%files
mharris 9433902
%defattr(-,root,root,-)
0feae44
%doc README.ati README.r128
mharris 62b282a
%{driverdir}/ati_drv.so
3d8ede6
%{driverdir}/mach64_drv.so
454f128
%{driverdir}/r128_drv.so
mharris 62b282a
%{driverdir}/radeon_drv.so
mharris a87a1b0
%{_datadir}/hwdata/videoaliases/ati.xinf
mharris 0744e5a
%{_datadir}/hwdata/videoaliases/r128.xinf
mharris 0744e5a
%{_datadir}/hwdata/videoaliases/radeon.xinf
ef56a4f
%{moduledir}/multimedia/theatre200_drv.so
ef56a4f
%{moduledir}/multimedia/theatre_detect_drv.so
ef56a4f
%{moduledir}/multimedia/theatre_drv.so
mharris a87a1b0
%{_mandir}/man4/ati.4*
mharris a87a1b0
%{_mandir}/man4/r128.4*
mharris a87a1b0
%{_mandir}/man4/radeon.4*
mharris 9433902
mharris 9433902
%changelog
692eff0
* Mon Mar 31 2008 Dave Airlie <airlied@redhat.com> 6.8.0-8
692eff0
- Hopefully fix quirks not applying on radeon LVDS (#435126)
692eff0
- quirk connector table from (#428515)
692eff0
- fix rotate on r500 cards
692eff0
ebfb34a
* Sun Mar 30 2008 Dave Airlie <airlied@redhat.com> 6.8.0-7
ebfb34a
- Major upstream fixes backported - render accel, xv etc.
ebfb34a
- This is done with a separate patch as upstream has split mach64/r128 already
ebfb34a
ae52230
* Fri Mar 28 2008 Adam Jackson <ajax@redhat.com> 6.8.0-6
ae52230
- radeon.xinf: :1,$s/radeon_tp/radeon/
ae52230
7b2583d
* Wed Mar 26 2008 Dave Airlie <airlied@redhat.com> 6.8.0-5
7b2583d
- Fix mach64 on ia64 with 16k pagesize (#438947)
7b2583d
7a7bc14
* Tue Mar 11 2008 Adam Jackson <ajax@redhat.com> 6.8.0-4
7a7bc14
- r500-dual-link-love.patch: Make R300+ max CRTC size guess big enough
7a7bc14
  for a 30" monitor.
7a7bc14
c31e7de
* Mon Mar 03 2008 Dave Airlie <airlied@redhat.com> 6.8.0-3
c31e7de
- rebuild for upstream ABI breakage
c31e7de
fb7d644
* Tue Feb 26 2008 Dave Airlie <airlied@redhat.com> 6.8.0-2
fb7d644
- rebase to upstream 6.8.0 release + git fixes
fb7d644
fbc5fa1
* Tue Feb 19 2008 Dave Airlie <airlied@redhat.com> 6.8.0-1
fbc5fa1
- rebase to upstream 6.8.0 release.
fbc5fa1
948d68b
* Mon Feb 18 2008 Dave Airlie <airlied@redhat.com> 6.7.197-3
948d68b
- rebase to upstream git master - lots of r600 fixes
948d68b
df64f37
* Fri Feb 08 2008 Dave Airlie <airlied@redhat.com> 6.7.197-2
df64f37
- rebase to upstream git master - add rv67x ids
df64f37
74ab4ad
* Mon Feb 04 2008 Dave Airlie <airlied@redhat.com> 6.7.197-1
74ab4ad
- rebase to upstream git master
74ab4ad
- add r5xx and r6xx pci ids to xinf
74ab4ad
d8b5941
* Thu Jan 17 2008 Dave Airlie <airlied@redhat.com> 6.7.196-7
d8b5941
- fix up IGPs from upstream fix.
d8b5941
67f05f6
* Wed Jan 09 2008 Adam Jackson <ajax@redhat.com> 6.7.196-6
67f05f6
- Rebuild for new server ABI.
67f05f6
0882cf0
* Wed Jan 02 2008 Adam Jackson <ajax@redhat.com> 6.7.196-5
0882cf0
- r128-6.7.196-pciaccess.patch: Fix some preprocessor dumbness.
0882cf0
454f128
* Wed Jan 02 2008 Adam Jackson <ajax@redhat.com> 6.7.196-4
454f128
- r128-6.7.196-pciaccess.patch: Port r128 to libpciaccess.
454f128
b637b08
* Wed Dec 19 2007 Dave Airlie <airlied@redhat.com> 6.7.196-3
b637b08
- radeon-git-upstream-fixes.patch - update for latest git master
b637b08
- radeon-6.7.196-atombios-support.patch - update for r500/r600
b637b08
a42a7f7
* Mon Dec 17 2007 Adam Jackson <ajax@redhat.com> 6.7.196-2
a42a7f7
- *-6.7.196-alloca.patch: Fix ALLOCATE_LOCAL failures.
a42a7f7
ef56a4f
* Wed Nov 14 2007 Adam Jackson <ajax@redhat.com> 6.7.196-1
ef56a4f
- xf86-video-ati 6.7.196
ef56a4f
a53d09a
* Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 6.7.195-5
a53d09a
- Require xserver 1.4.99.1
a53d09a
bd94235
* Thu Nov 08 2007 Adam Jackson <ajax@redhat.com> 6.7.195-4
bd94235
- radeon-6.7.195-faster-ddc.patch: Speed up X startup by assuming the
bd94235
  monitor doesn't need a dead chicken waved over it to get DDC.
bd94235
af87d30
* Tue Oct 16 2007 Dave Airlie <airlied@redhat.com> 6.7.195-3
af87d30
- upstream fixes including previous patches + attempted mac detection
af87d30
eacc7a3
* Tue Oct 09 2007 Adam Jackson <ajax@redhat.com> 6.7.195-2
eacc7a3
- DDC and LVDS patches from git.
eacc7a3
f169ae3
* Sat Oct 06 2007 Adam Jackson <ajax@redhat.com> 6.7.195-1
f169ae3
- xf86-video-ati 6.7.195
f169ae3
ebf2bfc
* Fri Oct 5 2007 Dave Airlie <airlied@redhat.com> 6.7.194-3
ebf2bfc
- radeon-6.7.194-upstream-fixes - Upstream LVDS fixes
ebf2bfc
  improve chances of working on more panels.
ebf2bfc
0a5852e
* Fri Sep 28 2007 Dave Airlie <airlied@redhat.com> 6.7.194-2
0a5852e
- radeon-6.7.194-disable-rc410-dri.patch - Disable DRI on
0a5852e
  RC410 by default as it seems to need some more work.
0a5852e
ee1c920
* Mon Sep 24 2007 Dave Airlie <airlied@redhat.com> 6.7.194-1
ee1c920
- xf86-video-ati 6.7.194
ee1c920
14d3630
* Thu Sep 20 2007 Dave Airlie <airlied@redhat.com> 6.7.193-1
14d3630
- xf86-video-ati 6.7.193
14d3630
8f268e0
* Mon Aug 27 2007 Adam Jackson <ajax@redhat.com> 6.7.192-1
8f268e0
- xf86-video-ati 6.7.192
8f268e0
29f1403
* Mon Aug 27 2007 Dave Airlie <airlied@redhat.com> 6.7.191-2
29f1403
- radeon-6.7.191-git-master.patch - upgrade to git head
29f1403
  f36720377737210c985b196d9a988efdd767f1c7
29f1403
bcfff44
* Tue Aug 23 2007 Dave Airlie <airlied@redhat.com> 6.7.191-1
bcfff44
- xf86-video-ati 6.7.191. - Add a pre-release of radeon randr code
bcfff44
  This will break old zaphod mode further than the current 6.6.193
bcfff44
  driver, and will probably break mergedfb configs, however it will
bcfff44
  work with randr-1.2 properly and is the more supported codebase going
bcfff44
  forward.
bcfff44
ec3d9bf
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 6.6.193-3
ec3d9bf
- Rebuild for build id
ec3d9bf
ed06275
* Wed Aug 08 2007 Dave Airlie <airlied@redhat.com> 6.6.193-2
ed06275
- xf86-video-ati 6.6.193. - remove dotclock workaround for now
ed06275
  It causes crashes bug 251051
ed06275
ce9a514
* Sat Aug 04 2007 Dave Airlie <airlied@redhat.com> 6.6.193-1
ce9a514
- xf86-video-ati 6.6.193.
ce9a514
0feae44
* Wed Jun 27 2007 Adam Jackson <ajax@redhat.com> 6.6.192-1
0feae44
- xf86-video-ati 6.6.192.
0feae44
7e74b1d
* Tue Jun 19 2007 Adam Jackson <ajax@redhat.com> 6.6.3-4
7e74b1d
- radeon-6.6.3-renderaccel-buglet.patch: Fix OpenOffice font corruption
7e74b1d
  when RenderAccel is disabled. (#244675)
7e74b1d
0352f8f
* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 6.6.3-3
0352f8f
- Update Requires and BuildRequires.  Disown the module directories.  Add
0352f8f
  Requires: hwdata.
0352f8f
7fb2452
* Thu Feb 15 2007 Adam Jackson <ajax@redhat.com> 6.6.3-2
7fb2452
- ExclusiveArch -> ExcludeArch
7fb2452
9cf3814
* Tue Nov 7 2006 Adam Jackson <ajackson@redhat.com> 6.6.3-1.fc7
9cf3814
- Update to 6.6.3.
9cf3814
6ca1cbd
* Mon Oct 2 2006 Adam Jackson <ajackson@redhat.com> 6.6.2-4
6ca1cbd
- ati-prefer-radeon-then-r128.patch: When loading through the 'ati' wrapper,
6ca1cbd
  prefer radeon to rage128 to mach{64,32,16,8,4,2,1}. 
6ca1cbd
- r128-fp-dpms.patch: Hook up DPMS for Rage128 DFPs. (#197436)
6ca1cbd
- radeon-6.6.2-dac-fix.patch: Even though we turn DACs on for probing, don't
6ca1cbd
  turn them off.  Fixes black screen of death post-rhgb.  (#208610)
6ca1cbd
- radeon-6.6.2-pmac-bios.patch: Be more suspicious of ROMs before interpreting
6ca1cbd
  their content.  (#208694)
6ca1cbd
- radeon-6.6.2-usefbdev-patch.patch: Use the framebuffer stride from fbdev,
6ca1cbd
  instead of making up numbers.  (#208694)
6ca1cbd
8ca0990
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 6.6.2-3
8ca0990
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
8ca0990
00b23c5
* Thu Sep 21 2006 Adam Jackson <ajackson@redhat.com> 6.6.2-2.fc6
00b23c5
- radeon-6.6.2-dac-fix.patch: Backport 25fa71... from git.  Turn on the DAC
00b23c5
  before doing CRT connection probe, otherwise we might incorrectly detect
00b23c5
  a CRT where there isn't one. (#202240 and others)
00b23c5
4a429b8
* Tue Aug 29 2006 Adam Jackson <ajackson@redhat.com> 6.6.2-1.fc6
4a429b8
- Update to 6.6.2 from upstream:
4a429b8
  - Mach64 stability and correctness fixes
4a429b8
  - Mach64 EXA support.
4a429b8
  - Misc bugfixes for radeon.
4a429b8
596ad69
* Thu Aug 24 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-11.fc6
596ad69
- radeon-6.6.1-use-mtdriver.patch: Only flag modes with M_T_PREFERRED if
596ad69
  the EDID blocks says to.
596ad69
f71aa2c
* Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-10.fc6
f71aa2c
- radeon-6.6.1-use-mtdriver.patch: Use new M_T_DRIVER mode type for mode
f71aa2c
  synthesis.
f71aa2c
- Bump Requires to match.
f71aa2c
bfe107d
* Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-9.fc6
bfe107d
- mach64-cpio-for-ia64.patch: Enable CPIO for mach64 on ia64. (#203017)
bfe107d
d92033a
* Thu Aug 10 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-8.fc6
d92033a
- radeon-6.6.1-xpress-200.patch: Also disable DRI on xpress200, known broken.
d92033a
fdd5192
* Wed Aug  2 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-7.fc6
fdd5192
- Make sure DRI and Render accel are disabled on RN50.
fdd5192
Kristian Høgsberg eb9c3d1
* Sat Jul 29 2006 Kristian Høgsberg <krh@redhat.com> 6.6.1-6.fc5.aiglx
Kristian Høgsberg 3eed60e
- Build for fc5 aiglx repo.
Kristian Høgsberg 3eed60e
aa174f8
* Thu Jul 27 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-6.fc6
aa174f8
- Updated radeon.xinf: comments, a handful of new devices.
aa174f8
aa174f8
* Mon Jul 24 2006 Mike A. Harris <mharris@redhat.com> 6.6.1-5.fc6
mharris 1a7ea83
- Added r128-missing-xf86ForceHWCursor-symbol-bug168753.patch to fix (#168753)
mharris 1a7ea83
- Add {?dist} tag to Release field
mharris 1a7ea83
mharris fee7215
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 6.6.1-4.1
e78c45f
- rebuild
e78c45f
mharris 4b5e84b
* Wed Jun 28 2006 Mike A. Harris <mharris@@redhat.com> 6.6.1-4
mharris 4b5e84b
- Added "BuildRequires: xorg-x11-server-sdk >= 1.1.0-12" to fix the same
mharris 4b5e84b
  problem at build time as were added in 6.6.1-2 to fix it at runtime.
mharris 4b5e84b
mharris 4b5e84b
* Tue Jun 27 2006 Kristian Høgsberg <krh@redhat.com> 6.6.1-3
Kristian Høgsberg f4d301d
- Bump release for FC5 aiglx build.
Kristian Høgsberg f4d301d
356bfcc
* Mon Jun 26 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-2
356bfcc
- Filter the EDID mode list by the monitor's reported pixel clock.  Bump
356bfcc
  the BuildReq to a server that provides the necessary ABI field.
356bfcc
mharris 6377fb4
* Sat Jun 17 2006 Mike A. Harris <mharris@redhat.com> 6.6.1-1
mharris 6377fb4
- Updated xorg-x11-drv-ati to version 6.6.1 update release for X11R7.1
mharris 6377fb4
- Drop db-root-visual.patch, as it is included in 6.6.1
mharris 6377fb4
- Enable DRI support for sparc/sparc64 builds.
mharris 6377fb4
mharris 4b5e84b
* Fri Jun  9 2006 Kristian Høgsberg <krh@redhat.com> 6.6.0-7
Kristian Høgsberg dc7b5d3
- Committed db-root-visual.patch and reenabled.
Kristian Høgsberg dc7b5d3
mharris 6e10526
* Thu Jun  8 2006 Mike A. Harris <mharris@@redhat.com> 6.6.0-6
mharris 6e10526
- Disable db-root-visual.patch, because the file wasn't committed to CVS.
mharris 6e10526
Kristian Høgsberg 1a848d2
* Thu Jun  8 2006 Kristian Høgsberg <krh@redhat.com> 6.6.0-5
Kristian Høgsberg 1a848d2
- Bump for rawhide build.
Kristian Høgsberg 1a848d2
Kristian Høgsberg 1a848d2
* Thu Jun  8 2006 Kristian Høgsberg <krh@redhat.com> 6.6.0-4
Kristian Høgsberg 32ad03e
- Add db-root-visual.patch to make root visual double buffered.
Kristian Høgsberg 32ad03e
633ecc6
* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 6.6.0-3
633ecc6
- Rebuild for 7.1 ABI fix.
633ecc6
Kristian Høgsberg e705ad8
* Tue Apr 11 2006 Kristian Høgsberg <krh@redhat.com> 6.6.0-2
Kristian Høgsberg e705ad8
- Bump for fc5-bling build.
Kristian Høgsberg e705ad8
f7116e8
* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 6.6.0-1
f7116e8
- Update to 6.6.0 from 7.1RC1.
f7116e8
Kristian Høgsberg 1c33f34
* Tue Apr  4 2006 Kristian Høgsberg <krh@redhat.com> 6.5.7.3-4.cvs20060404
Kristian Høgsberg 1c33f34
- Update to CVS snapshot from 20060404.
Kristian Høgsberg 1c33f34
Kristian Høgsberg 4f5e860
* Wed Mar 22 2006 Kristian Høgsberg <krh@redhat.com> 6.5.7.3-4.cvs20060322
Kristian Høgsberg 4f5e860
- Update to CVS snapshot of 20060322.
Kristian Høgsberg 4f5e860
- Drop xorg-x11-drv-ati-6.5.7.3-radeon-metamodes-SEGV-fix.patch.
Kristian Høgsberg 4f5e860
mharris cc01fd4
* Tue Feb 21 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-4
mharris cc01fd4
- Added xorg-x11-drv-ati-6.5.7.3-radeon-metamodes-SEGV-fix.patch from CVS HEAD.
mharris cc01fd4
a48232d
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.5.7.3-3.2
a48232d
- bump again for double-long bug on ppc(64)
a48232d
5c80a19
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 6.5.7.3-3.1
5c80a19
- rebuilt for new gcc4.1 snapshot and glibc changes
5c80a19
mharris cc01fd4
* Sun Feb 05 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-3
mharris 438d0d4
- Updated radeon.xinf to be up to date with the xf86PciInfo.h from the Xorg
mharris 438d0d4
  X server 1.0.1-1 source.  This should account for all supported Radeon
mharris 438d0d4
  models now modulo errors/omissions.
mharris 438d0d4
mharris cc01fd4
* Thu Feb 02 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-2
mharris 0744e5a
- Added r128.xinf and radeon.xinf videoalias files to fix bug (#174101).
mharris 0744e5a
- Added "BuildRequires: libdrm-devel >= 2.0-1" to fix bug (#178613)
mharris 0744e5a
mharris a87a1b0
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-1
mharris a87a1b0
- Updated xorg-x11-drv-ati to version 6.5.7.3 from X11R7.0
mharris a87a1b0
- Added ati.xinf videoalias file for hardware autodetection.
mharris a87a1b0
mharris d51f93b
* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 6.5.7.2-1
mharris d51f93b
- Updated xorg-x11-drv-ati to version 6.5.7.2 from X11R7 RC4
mharris d51f93b
- Removed 'x' suffix from manpage dirs to match RC4 upstream.
mharris d51f93b
mharris 9c6e9d0
* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 6.5.7-1
mharris 9c6e9d0
- Updated xorg-x11-drv-ati to version 6.5.7 from X11R7 RC2
mharris 9c6e9d0
mharris c8555fd
* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 6.5.6.1-1
mharris c8555fd
- Updated xorg-x11-drv-ati to version 6.5.6.1 from X11R7 RC1
mharris c8555fd
- Fix *.la file removal.
mharris 5387e81
- Add "BuildRequires: mesa-libGL-devel >= 6.4-4 for DRI builds"
mharris 5387e81
mharris 62b282a
* Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 6.5.6-1
mharris 62b282a
- Update BuildRoot to use Fedora Packaging Guidelines.
mharris 62b282a
- Deglob file manifest.
mharris 62b282a
- Use _smp_mflags with make, to speed up SMP builds.
mharris ed5405c
- Add "alpha sparc sparc64" to ExclusiveArch
mharris 62b282a
mharris 9433902
* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 6.5.6-0
mharris 9433902
- Initial spec file for ati video driver generated automatically
mharris 9433902
  by my xorg-driverspecgen script.