automatic version update by autodist [release 2.3.0-1mamba;Tue Aug 18 2020]
This commit is contained in:
parent
a7b5d56248
commit
c7e53567d7
14
kbd.spec
14
kbd.spec
@ -1,5 +1,5 @@
|
|||||||
Name: kbd
|
Name: kbd
|
||||||
Version: 2.2.0
|
Version: 2.3.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Tools for configuring the console (keyboard, virtual terminals, etc.)
|
Summary: Tools for configuring the console (keyboard, virtual terminals, etc.)
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -23,6 +23,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
|||||||
%description
|
%description
|
||||||
The kbd package contains tools for managing a Linux system's console's behavior, including the keyboard, the screen fonts, the virtual terminals and font files.
|
The kbd package contains tools for managing a Linux system's console's behavior, including the keyboard, the screen fonts, the virtual terminals and font files.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
@ -46,9 +48,6 @@ mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
# \
|
|
||||||
# --prefix=%{_prefix} \
|
|
||||||
# --datadir=%{_datadir}/%{name}
|
|
||||||
|
|
||||||
%make CC=%{_target_platform}-gcc
|
%make CC=%{_target_platform}-gcc
|
||||||
|
|
||||||
@ -75,6 +74,10 @@ mv %{buildroot}%{_bindir}/kbdrate \
|
|||||||
/bin/*
|
/bin/*
|
||||||
/sbin/kbdrate
|
/sbin/kbdrate
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
%{_libdir}/libtswrap.a
|
||||||
|
%{_libdir}/libtswrap.la
|
||||||
|
%{_libdir}/libtswrap.so
|
||||||
|
%{_libdir}/libtswrap.so.*
|
||||||
%dir %{_datadir}/consolefonts
|
%dir %{_datadir}/consolefonts
|
||||||
%{_datadir}/consolefonts/*
|
%{_datadir}/consolefonts/*
|
||||||
%dir %{_datadir}/consoletrans
|
%dir %{_datadir}/consoletrans
|
||||||
@ -87,6 +90,9 @@ mv %{buildroot}%{_bindir}/kbdrate \
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 18 2020 Automatic Build System <autodist@mambasoft.it> 2.3.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.0-1mamba
|
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.0-1mamba
|
||||||
- update to 2.2.0
|
- update to 2.2.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user