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
|
%define xbindkeys_data_ver 1.4.2
|
||||||
Name: xbindkeys
|
Name: xbindkeys
|
||||||
Version: 1.8.7
|
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
|
Summary: A program that allows you to launch shell commands with your keyboard or your mouse under X Window
|
||||||
Group: System/X11
|
Group: System/X11
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.nongnu.org/xbindkeys/xbindkeys.html
|
URL: https://www.nongnu.org/xbindkeys/xbindkeys.html
|
||||||
Source: http://www.nongnu.org/xbindkeys/xbindkeys-%{version}.tar.gz
|
Source: https://www.nongnu.org/xbindkeys/xbindkeys-%{version}.tar.gz
|
||||||
Source1: xbindkeysrc
|
Source1: xbindkeysrc
|
||||||
Source2: xbindkeys-data-%{xbindkeys_data_ver}.tar.bz2
|
Source2: xbindkeys-data-%{xbindkeys_data_ver}.tar.bz2
|
||||||
Source4: xbindkeys-start
|
Source4: xbindkeys-start
|
||||||
@ -18,17 +18,19 @@ Source8: xbindkeys-xprofile
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libgc-devel
|
BuildRequires: libgc-devel
|
||||||
BuildRequires: libguile-devel
|
BuildRequires: libguile-devel
|
||||||
BuildRequires: libX11-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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...).
|
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
|
%prep
|
||||||
%setup -q -a2
|
%setup -q -a2
|
||||||
|
autoreconf -f -i
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -56,7 +58,6 @@ install -m0755 %{SOURCE7} %{buildroot}%{_bindir}/synaptics-switch
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_sysconfdir}/xprofile.d/xbindkeys.sh
|
|
||||||
%{_bindir}/xbindkeys-start
|
%{_bindir}/xbindkeys-start
|
||||||
%{_bindir}/synaptics-switch
|
%{_bindir}/synaptics-switch
|
||||||
%{_bindir}/xbindkeys
|
%{_bindir}/xbindkeys
|
||||||
@ -72,6 +73,9 @@ install -m0755 %{SOURCE7} %{buildroot}%{_bindir}/synaptics-switch
|
|||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 11 2020 Automatic Build System <autodist@mambasoft.it> 1.8.7-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user