diff --git a/README.md b/README.md index 03545f4..45afa2f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xf86-video-neomagic +neomagic X.Org video driver. + diff --git a/xf86-video-neomagic.spec b/xf86-video-neomagic.spec new file mode 100644 index 0000000..fc6471f --- /dev/null +++ b/xf86-video-neomagic.spec @@ -0,0 +1,100 @@ +%define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f 1-2) +%define filename xf86-video-neomagic +Name: xf86-video-neomagic +Version: 1.3.1 +Release: 1mamba +Summary: neomagic X.Org video driver +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://www.x.org/wiki/ +Source: https://www.x.org/archive/individual/driver/xf86-video-neomagic-%{version}.tar.xz +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRequires: xorg-server-devel >= 21.1.3-1mamba +BuildRequires: xorg-proto-devel +Requires: xorg-server >= %{xorg_ver} +Requires: xorg-server <= %{xorg_ver}.255 +Obsoletes: xorg-drv-video-neomagic <= 1.30-2mamba + +%description +neomagic X.Org video driver. + +%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/drivers/neomagic_drv.la +%{_libdir}/xorg/modules/drivers/neomagic_drv.so +%{_mandir}/man4/neomagic.4* + +%changelog +* Wed Nov 01 2023 Silvan Calarco 1.3.1-1mamba +- update to 1.3.1 + +* Sat Feb 19 2022 Automatic Build System 1.3.0-2mamba +- rebuilt by autoport with build requirements: xorg-server-devel>=21.1.3-1mamba + +* Sun Mar 03 2019 Silvan Calarco 1.3.0-1mamba +- update to 1.3.0 +- rebuilt with xorg-server 1.20.4 + +* Thu Dec 07 2017 Automatic Build System 1.2.9-3mamba +- rebuild with xorg-server 1.19.5 + +* Fri Aug 21 2015 Silvan Calarco 1.2.9-2mamba +- rebuilt with xorg-server 1.17.2 + +* Thu Jun 04 2015 Automatic Build System 1.2.9-1mamba +- automatic update by autodist + +* Sat Jun 14 2014 Automatic Build System 1.2.8-2mamba +- X.org 1.15 rebuild + +* Sat Aug 17 2013 Automatic Build System 1.2.8-1mamba +- automatic update by autodist + +* Tue Mar 05 2013 Silvan Calarco 1.2.7-3mamba +- xorg-server 1.12 mass rebuild + +* Thu Dec 06 2012 Silvan Calarco 1.2.7-2mamba +- mass rebuild: xorg-server 1.10 backport from devel-xorg + +* Mon Aug 13 2012 Automatic Build System 1.2.7-1mamba +- automatic version update by autodist + +* Thu Jun 07 2012 Silvan Calarco 1.2.6-1mamba +- automatic update by autodist + +* Fri Feb 17 2012 Silvan Calarco 1.2.5-3mamba +- automatic update by autodist + +* Fri Aug 12 2011 Silvan Calarco 1.2.5-2mamba +- automatic port from devel + +* Tue Jul 13 2010 Automatic Build System 1.2.5-1mamba +- automatic update by autodist + +* Sun Nov 22 2009 Silvan Calarco 1.2.4-1mamba +- update to 1.2.4 + +* Sat Jun 06 2009 Ercole 'ercolinux' Carpanetto 1.2.2-1mamba +- Package created +