diff --git a/README.md b/README.md index 5fbc777..c6b6174 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xf86-video-ark +Ark video driver for X.org. + diff --git a/xf86-video-ark.spec b/xf86-video-ark.spec new file mode 100644 index 0000000..92955c6 --- /dev/null +++ b/xf86-video-ark.spec @@ -0,0 +1,46 @@ +%define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f 1-2) +Name: xf86-video-ark +Version: 0.7.6 +Release: 1mamba +Summary: Ark video driver for X.org +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-ark-%{version}.tar.xz +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +Provides: xorgdrvvideo +Requires: xorg-server >= %{xorg_ver} +Requires: xorg-server <= %{xorg_ver}.255 + +%description +Ark video driver for X.org. + +%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/ark_drv.so +%doc COPYING + +%changelog +* Sat Feb 25 2023 Silvan Calarco 0.7.6-1mamba +- package created using the webbuild interface