rebuilt with debug package and aarch64 build fix [release 1.0.4-2mamba;Thu Dec 10 2020]
This commit is contained in:
parent
f8694fdb78
commit
ce2f15a789
@ -1,6 +1,6 @@
|
||||
Name: xkbutils
|
||||
Version: 1.0.4
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: xkbutils contains a number of client-side utilities for XKB, the X11 keyboard extension.
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
Vendor: openmamba
|
||||
@ -20,8 +20,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
%description
|
||||
xkbutils contains a number of client-side utilities for XKB, the X11 keyboard extension.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -31,20 +34,22 @@ xkbutils contains a number of client-side utilities for XKB, the X11 keyboard ex
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%find_lang %{name} || echo -n >> %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.lang
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/xkbbell
|
||||
%{_bindir}/xkbvleds
|
||||
%{_bindir}/xkbwatch
|
||||
%{_mandir}/man?/*
|
||||
%doc COPYING ChangeLog README
|
||||
%doc COPYING
|
||||
#ChangeLog README
|
||||
|
||||
%changelog
|
||||
* Thu Dec 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-2mamba
|
||||
- rebuilt with debug package and aarch64 build fix
|
||||
|
||||
* Wed Feb 13 2013 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user