disable autostart thus disabling this old thing [release 1.8.6-2mamba;Wed Oct 08 2014]

This commit is contained in:
Silvan Calarco 2024-01-05 19:32:55 +01:00
parent 75bc5d139d
commit 5995615911

View File

@ -1,7 +1,7 @@
%define xbindkeys_data_ver 1.4.2
Name: xbindkeys
Version: 1.8.6
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
@ -41,7 +41,6 @@ xbindkeys is a program that allows you to launch shell commands with your keyboa
install -d \
%{buildroot}%{_datadir}/X11/xbindkeys \
%{buildroot}%{_datadir}/X11/xmodmap \
%{buildroot}%{_kdedatadir}/autostart \
%{buildroot}%{_sysconfdir}/xprofile.d
cp -a xbindkeys-data-%{xbindkeys_data_ver}/xbindkeys %{buildroot}%{_datadir}/X11/
@ -49,16 +48,15 @@ cp -a xbindkeys-data-%{xbindkeys_data_ver}/xmodmap %{buildroot}%{_datadir}/X11/
cp -a xbindkeys-data-%{xbindkeys_data_ver}/scripts %{buildroot}%{_datadir}/X11/
install -m0755 %{SOURCE4} %{buildroot}%{_bindir}/xbindkeys-start
#install -m0644 %{SOURCE6} %{buildroot}%{_kdedatadir}/autostart/xbindkeys.desktop
install -m0755 %{SOURCE7} %{buildroot}%{_bindir}/synaptics-switch
install -m0755 %{SOURCE8} %{buildroot}%{_sysconfdir}/xprofile.d/xbindkeys.sh
#install -m0755 %{SOURCE8} %{buildroot}%{_sysconfdir}/xprofile.d/xbindkeys.sh
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_sysconfdir}/xprofile.d/xbindkeys.sh
#%{_sysconfdir}/xprofile.d/xbindkeys.sh
%{_bindir}/xbindkeys-start
%{_bindir}/synaptics-switch
%{_bindir}/xbindkeys
@ -69,11 +67,14 @@ install -m0755 %{SOURCE8} %{buildroot}%{_sysconfdir}/xprofile.d/xbindkeys.sh
%{_datadir}/X11/xmodmap/*
%dir %{_datadir}/X11/scripts
%{_datadir}/X11/scripts/*
%{_mandir}/man1/xbindkeys.1.gz
%{_mandir}/man1/xbindkeys_show.1.gz
%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
%{_mandir}/man1/xbindkeys.1*
%{_mandir}/man1/xbindkeys_show.1*
%doc AUTHORS COPYING
%changelog
* Wed Oct 08 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.6-2mamba
- disable autostart thus disabling this old thing
* Sun Jan 05 2014 Automatic Build System <autodist@mambasoft.it> 1.8.6-1mamba
- automatic version update by autodist