From 7a28cef398d8077fc3164bf65331d5cfbdcce10b Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:48:50 +0100 Subject: [PATCH] rebuilt with aarch64 build fix [release 1.0.1-2mamba;Thu Dec 10 2020] --- xorg-scripts.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/xorg-scripts.spec b/xorg-scripts.spec index 51292a4..22b754e 100644 --- a/xorg-scripts.spec +++ b/xorg-scripts.spec @@ -1,6 +1,6 @@ Name: xorg-scripts Version: 1.0.1 -Release: 1mamba +Release: 2mamba Summary: Miscellaneus Xorg scripts Group: System/X11 Vendor: openmamba @@ -10,15 +10,15 @@ URL: http://x.org Source: http://ftp.x.org/pub/individual/app/scripts-%{version}.tar.bz2 License: MIT BuildRoot: %{_tmppath}/%{name}-%{version}-root -Provides: scripts -Obsoletes: scripts +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END %description Miscellaneous Xorg scripts. %prep - %setup -q -n scripts-%{version} +sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub %build %configure @@ -38,9 +38,13 @@ rm -f %{buildroot}%{_bindir}/xauth_switch_to_sun-des-1 %{_bindir}/fontname.sh %{_bindir}/fontprop.sh %{_bindir}/xon -%{_mandir}/man1/xon.1x.gz -%doc COPYING ChangeLog +%{_mandir}/man1/xon.1x* +%doc COPYING +#ChangeLog %changelog +* Thu Dec 10 2020 Silvan Calarco 1.0.1-2mamba +- rebuilt with aarch64 build fix + * Tue Sep 22 2009 Ercole 'ercolinux' Carpanetto 1.0.1-1mamba - package created by autospec