From 945252663d4ba74211ad7f743ca15367da230d3e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:49:53 +0100 Subject: [PATCH] rebuilt with debug package and aarch64 build fix [release 1.0.1-2mamba;Thu Dec 10 2020] --- xplsprinters.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/xplsprinters.spec b/xplsprinters.spec index d1267bf..5fcaa67 100644 --- a/xplsprinters.spec +++ b/xplsprinters.spec @@ -1,6 +1,6 @@ Name: xplsprinters Version: 1.0.1 -Release: 1mamba +Release: 2mamba Summary: xplsprinters — shows a list of Xprint printers and it's attributes Group: Graphical Desktop/Applications/Utilities Vendor: openmamba @@ -23,8 +23,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root xplsprinters is a utility for Xprint, the printing system for the X Window system. It can deliver both a list of printers and attributes supported for a specific list of printers. +%debug_package + %prep %setup -q +sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub %build %configure @@ -41,8 +44,12 @@ It can deliver both a list of printers and attributes supported for a specific l %defattr(-,root,root) %{_bindir}/%{name} %{_mandir}/man?/* -%doc COPYING ChangeLog README +%doc COPYING +#ChangeLog README %changelog +* Thu Dec 10 2020 Silvan Calarco 1.0.1-2mamba +- rebuilt with debug package and aarch64 build fix + * Sun Apr 24 2011 Tiziana Ferro 1.0.1-1mamba - package created by autospec