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:49:53 +01:00
parent 8a921db89b
commit 945252663d

View File

@ -1,6 +1,6 @@
Name: xplsprinters Name: xplsprinters
Version: 1.0.1 Version: 1.0.1
Release: 1mamba Release: 2mamba
Summary: xplsprinters shows a list of Xprint printers and it's attributes Summary: xplsprinters shows a list of Xprint printers and it's attributes
Group: Graphical Desktop/Applications/Utilities Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba 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. 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. It can deliver both a list of printers and attributes supported for a specific list of printers.
%debug_package
%prep %prep
%setup -q %setup -q
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
%build %build
%configure %configure
@ -41,8 +44,12 @@ It can deliver both a list of printers and attributes supported for a specific l
%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