rebuilt with debug package and aarch64 build fix [release 1.0.1-2mamba;Thu Dec 10 2020]
This commit is contained in:
parent
8a921db89b
commit
945252663d
@ -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 <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
|
||||
- package created by autospec
|
||||
|
Loading…
Reference in New Issue
Block a user