rebuilt with recent libguile, added debug package [release 1.8.7-2mamba;Tue Dec 10 2024]
This commit is contained in:
parent
9b1fde36e4
commit
4c923b020b
@ -1,14 +1,14 @@
|
||||
%define xbindkeys_data_ver 1.4.2
|
||||
Name: xbindkeys
|
||||
Version: 1.8.7
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A program that allows you to launch shell commands with your keyboard or your mouse under X Window
|
||||
Group: System/X11
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.nongnu.org/xbindkeys/xbindkeys.html
|
||||
Source: http://www.nongnu.org/xbindkeys/xbindkeys-%{version}.tar.gz
|
||||
URL: https://www.nongnu.org/xbindkeys/xbindkeys.html
|
||||
Source: https://www.nongnu.org/xbindkeys/xbindkeys-%{version}.tar.gz
|
||||
Source1: xbindkeysrc
|
||||
Source2: xbindkeys-data-%{xbindkeys_data_ver}.tar.bz2
|
||||
Source4: xbindkeys-start
|
||||
@ -18,17 +18,19 @@ Source8: xbindkeys-xprofile
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libgc-devel
|
||||
BuildRequires: libguile-devel
|
||||
BuildRequires: libX11-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
xbindkeys is a program that allows you to launch shell commands with your keyboard or your mouse under X Window. It links commands to keys or mouse buttons, using a configuration file. It's independant of the window manager and can capture all keyboard keys (ex: Power, Wake...).
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -a2
|
||||
autoreconf -f -i
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -56,7 +58,6 @@ install -m0755 %{SOURCE7} %{buildroot}%{_bindir}/synaptics-switch
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
#%{_sysconfdir}/xprofile.d/xbindkeys.sh
|
||||
%{_bindir}/xbindkeys-start
|
||||
%{_bindir}/synaptics-switch
|
||||
%{_bindir}/xbindkeys
|
||||
@ -72,6 +73,9 @@ install -m0755 %{SOURCE7} %{buildroot}%{_bindir}/synaptics-switch
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Tue Dec 10 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.7-2mamba
|
||||
- rebuilt with recent libguile, added debug package
|
||||
|
||||
* Thu Jun 11 2020 Automatic Build System <autodist@mambasoft.it> 1.8.7-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user