diff --git a/README.md b/README.md index 0b5d75e..0a924dd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xf86-input-mouse +X.Org input drivers for mouse. + diff --git a/xf86-input-mouse.spec b/xf86-input-mouse.spec new file mode 100644 index 0000000..f05991f --- /dev/null +++ b/xf86-input-mouse.spec @@ -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 +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 1.9.4-1mamba +- update to 1.9.4 + +* Sat Feb 19 2022 Automatic Build System 1.9.3-3mamba +- rebuilt by autoport with build requirements: xorg-server-devel>=21.1.3-1mamba + +* Sun Mar 03 2019 Silvan Calarco 1.9.3-2mamba +- rebuilt with xorg-server 1.20.4 + +* Mon Jun 25 2018 Automatic Build System 1.9.3-1mamba +- automatic version update by autodist + +* Thu Dec 07 2017 Silvan Calarco 1.9.2-2mamba +- rebuilt with xorg-server 1.19.5 + +* Thu Nov 17 2016 Automatic Build System 1.9.2-1mamba +- automatic version update by autodist + +* Fri Aug 21 2015 Silvan Calarco 1.9.1-2mamba +- rebuilt with xorg-server 1.17.2 + +* Fri Aug 15 2014 Automatic Build System 1.9.1-1mamba +- automatic update by autodist + +* Sat Jun 14 2014 Automatic Build System 1.9.0-2mamba +- X.org 1.15 rebuild + +* Mon Apr 01 2013 Automatic Build System 1.9.0-1mamba +- automatic version update by autodist + +* Tue Mar 05 2013 Silvan Calarco 1.8.1-1mamba +- xorg-server 1.12 mass rebuild + +* Mon Jul 25 2011 Automatic Build System 1.7.1-1mamba +- automatic version update by autodist + +* Fri May 20 2011 Automatic Build System 1.7.0-1mamba +- automatic update by autodist + +* Wed Feb 23 2011 Automatic Build System 1.6.99.901-1mamba +- automatic update by autodist + +* Thu Jan 20 2011 Silvan Calarco 1.6.0-2mamba +- provide xorgdrvinput + +* Sun Sep 12 2010 Automatic Build System 1.6.0-1mamba +- automatic update by autodist + +* Thu Oct 15 2009 Automatic Build System 1.5.0-1mamba +- automatic update by autodist + +* Sat Jun 6 2009 Ercole 'ercolinux' Carpanetto 1.4.0-1mamba +- package created +