package created using the webbuild interface [release 0.7.6-1mamba;Sat Feb 25 2023]
This commit is contained in:
parent
6b414ec959
commit
d5818a370c
46
xf86-video-ark.spec
Normal file
46
xf86-video-ark.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 0.7.6-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user