update to 1.9.4 [release 1.9.4-1mamba;Sun Feb 26 2023]
This commit is contained in:
parent
2fc39a62c1
commit
e22da4cf45
115
xf86-input-mouse.spec
Normal file
115
xf86-input-mouse.spec
Normal file
@ -0,0 +1,115 @@
|
||||
%define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f 1-2)
|
||||
Name: xf86-input-mouse
|
||||
Version: 1.9.4
|
||||
Release: 1mamba
|
||||
Summary: X.Org input drivers for mouse
|
||||
Group: System/X11
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.x.org/wiki/
|
||||
Source: https://ftp.x.org/archive/individual/driver/xf86-input-mouse-%{version}.tar.xz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: xorg-server-devel >= 21.1.3-1mamba
|
||||
BuildRequires: xorg-proto-devel >= %{xorg_ver}
|
||||
Requires: xorg-server >= %{xorg_ver}
|
||||
Requires: xorg-server <= %{xorg_ver}.255
|
||||
Provides: xorgdrvinput
|
||||
Provides: xorg-drv-input-mouse
|
||||
Obsoletes: xorg-drv-input-mouse < 1.9.4
|
||||
|
||||
%description
|
||||
X.Org input drivers for mouse.
|
||||
|
||||
%package devel
|
||||
Summary: Devel files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} == %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Devel files for %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/xorg/modules/input/mouse_drv.so
|
||||
%{_mandir}/man4/mousedrv.4*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/xorg/xf86-mouse-properties.h
|
||||
%{_libdir}/pkgconfig/xorg-mouse.pc
|
||||
|
||||
%changelog
|
||||
* Sun Feb 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.4-1mamba
|
||||
- update to 1.9.4
|
||||
|
||||
* Sat Feb 19 2022 Automatic Build System <autodist@mambasoft.it> 1.9.3-3mamba
|
||||
- rebuilt by autoport with build requirements: xorg-server-devel>=21.1.3-1mamba
|
||||
|
||||
* Sun Mar 03 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.3-2mamba
|
||||
- rebuilt with xorg-server 1.20.4
|
||||
|
||||
* Mon Jun 25 2018 Automatic Build System <autodist@mambasoft.it> 1.9.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 07 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.2-2mamba
|
||||
- rebuilt with xorg-server 1.19.5
|
||||
|
||||
* Thu Nov 17 2016 Automatic Build System <autodist@mambasoft.it> 1.9.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 21 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.1-2mamba
|
||||
- rebuilt with xorg-server 1.17.2
|
||||
|
||||
* Fri Aug 15 2014 Automatic Build System <autodist@mambasoft.it> 1.9.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Jun 14 2014 Automatic Build System <autodist@mambasoft.it> 1.9.0-2mamba
|
||||
- X.org 1.15 rebuild
|
||||
|
||||
* Mon Apr 01 2013 Automatic Build System <autodist@mambasoft.it> 1.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 05 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-1mamba
|
||||
- xorg-server 1.12 mass rebuild
|
||||
|
||||
* Mon Jul 25 2011 Automatic Build System <autodist@mambasoft.it> 1.7.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 20 2011 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Feb 23 2011 Automatic Build System <autodist@mambasoft.it> 1.6.99.901-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Jan 20 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-2mamba
|
||||
- provide xorgdrvinput
|
||||
|
||||
* Sun Sep 12 2010 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Oct 15 2009 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Jun 6 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.4.0-1mamba
|
||||
- package created
|
||||
|
Loading…
Reference in New Issue
Block a user