rebuilt with debug package and aarch64 build fix [release 1.0.1-2mamba;Thu Dec 10 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 19:50:14 +01:00
parent 104ebd1534
commit d11b87f6f0

View File

@ -1,6 +1,6 @@
Name: xprehashprinterlist Name: xprehashprinterlist
Version: 1.0.1 Version: 1.0.1
Release: 1mamba Release: 2mamba
Summary: xprehashprinterlist Recomputes the list of available printers Summary: xprehashprinterlist Recomputes the list of available printers
Group: Graphical Desktop/Applications/Utilities Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba 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. 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. The intended usage of this tool is that a system administrator can run it after changing the printer topology.
%debug_package
%prep %prep
%setup -q %setup -q
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
%build %build
%configure %configure
@ -30,7 +33,7 @@ The intended usage of this tool is that a system administrator can run it after
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall DESTDIR="%{buildroot}" %makeinstall
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{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) %defattr(-,root,root)
%{_bindir}/%{name} %{_bindir}/%{name}
%{_mandir}/man?/* %{_mandir}/man?/*
%doc COPYING ChangeLog README %doc COPYING
#ChangeLog README
%changelog %changelog
* Thu Dec 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-2mamba
- rebuilt with debug package and aarch64 build fix
* Sun Apr 24 2011 Tiziana Ferro <tiziana.ferro@email.it> 1.0.1-1mamba * Sun Apr 24 2011 Tiziana Ferro <tiziana.ferro@email.it> 1.0.1-1mamba
- package created by autospec - package created by autospec