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
|
Name: xkbutils
|
||||||
Version: 1.0.4
|
Version: 1.0.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: xkbutils contains a number of client-side utilities for XKB, the X11 keyboard extension.
|
Summary: xkbutils contains a number of client-side utilities for XKB, the X11 keyboard extension.
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -20,8 +20,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%description
|
%description
|
||||||
xkbutils contains a number of client-side utilities for XKB, the X11 keyboard extension.
|
xkbutils contains a number of client-side utilities for XKB, the X11 keyboard extension.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%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}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%find_lang %{name} || echo -n >> %{name}.lang
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/xkbbell
|
%{_bindir}/xkbbell
|
||||||
%{_bindir}/xkbvleds
|
%{_bindir}/xkbvleds
|
||||||
%{_bindir}/xkbwatch
|
%{_bindir}/xkbwatch
|
||||||
%{_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.4-2mamba
|
||||||
|
- rebuilt with debug package and aarch64 build fix
|
||||||
|
|
||||||
* Wed Feb 13 2013 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
* Wed Feb 13 2013 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user