diff --git a/xprehashprinterlist.spec b/xprehashprinterlist.spec index 1475ca3..577c4af 100644 --- a/xprehashprinterlist.spec +++ b/xprehashprinterlist.spec @@ -1,6 +1,6 @@ Name: xprehashprinterlist Version: 1.0.1 -Release: 1mamba +Release: 2mamba Summary: xprehashprinterlist — Recomputes the list of available printers Group: Graphical Desktop/Applications/Utilities Vendor: openmamba @@ -21,8 +21,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root xprehashprinterlist causes all Xprint servers to recompute (update) their lists of available printers, and update the attributes for the printers. The intended usage of this tool is that a system administrator can run it after changing the printer topology. +%debug_package + %prep %setup -q +sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub %build %configure @@ -30,7 +33,7 @@ The intended usage of this tool is that a system administrator can run it after %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall DESTDIR="%{buildroot}" +%makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -39,8 +42,12 @@ The intended usage of this tool is that a system administrator can run it after %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