53 |
# release: |
# release: |
54 |
%define rel 1 |
%define rel 1 |
55 |
# rpm version (adds 0 in order to not go backwards if iversion is two-decimal) |
# rpm version (adds 0 in order to not go backwards if iversion is two-decimal) |
56 |
%define version %{iversion}%([ $(echo %iversion | wc -c) -le 5 ] && echo 0) |
#define version %{iversion}%([ $(echo %iversion | wc -c) -le 5 ] && echo 0) |
57 |
# (tmb) amd keeps playing up/down with the versioning, so lets do manual added 0 "fix" for now |
# (tmb) amd keeps playing up/down with the versioning, so lets do manual added 0 "fix" for now |
58 |
#define version 13.250.18 |
%define version 13.350.1005 |
59 |
%else |
%else |
60 |
# Best-effort if AMD has made late changes (in amdbuild mode) |
# Best-effort if AMD has made late changes (in amdbuild mode) |
61 |
%define _default_patch_fuzz 2 |
%define _default_patch_fuzz 2 |
171 |
Patch10: fglrx-make_sh-no-proc-probe.patch |
Patch10: fglrx-make_sh-no-proc-probe.patch |
172 |
# (tmb) fix GL mess |
# (tmb) fix GL mess |
173 |
Patch11: fglrx-fix-GL-redefines.patch |
Patch11: fglrx-fix-GL-redefines.patch |
|
# (tmb) fix build with 3.9+ again :( (debian) |
|
|
Patch12: fglrx-replace_acpi_table_handler.patch |
|
|
# (tmb) fix build with 3.12 again :( (debian) |
|
|
Patch13: fglrx-buildfix_kernel_3.12.patch |
|
174 |
|
|
175 |
License: Freeware |
License: Freeware |
176 |
URL: http://ati.amd.com/support/driver.html |
URL: http://ati.amd.com/support/driver.html |
324 |
%patch9 -p2 |
%patch9 -p2 |
325 |
%patch10 -p2 |
%patch10 -p2 |
326 |
%patch11 -p2 |
%patch11 -p2 |
|
%patch12 -p2 |
|
|
%patch13 -p2 |
|
327 |
cd .. |
cd .. |
328 |
|
|
329 |
cat > README.install.urpmi <<EOF |
cat > README.install.urpmi <<EOF |
793 |
%dir %{_sysconfdir}/ati |
%dir %{_sysconfdir}/ati |
794 |
%{_sysconfdir}/ati/control |
%{_sysconfdir}/ati/control |
795 |
%{_sysconfdir}/ati/signature |
%{_sysconfdir}/ati/signature |
796 |
%config(noreplace) %{_sysconfdir}/ati/atiogl.xml |
#config(noreplace) %{_sysconfdir}/ati/atiogl.xml |
797 |
%{_sysconfdir}/ati/atiapfxx.blb |
%{_sysconfdir}/ati/atiapfxx.blb |
798 |
%{_sysconfdir}/ati/logo.xbm.example |
%{_sysconfdir}/ati/logo.xbm.example |
799 |
%{_sysconfdir}/ati/logo_mask.xbm.example |
%{_sysconfdir}/ati/logo_mask.xbm.example |