update to 0.6.0.20200727git.ab03de7
rebuilt by autoport with build requirements: xorg-server-devel>=21.1.3-1mamba [release 0.6.0.20200727git.ab03de7-1mamba;Sat Feb 19 2022]
This commit is contained in:
parent
5378f19b03
commit
8e985cea94
@ -1,23 +1,31 @@
|
||||
%define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f 1-2)
|
||||
%define pkgver %(echo %version | cut -d. -f1-3)
|
||||
%define gittag %(echo %version | cut -d. -f5)
|
||||
Name: xorg-drv-video-openchrome
|
||||
Version: 0.6.0
|
||||
Release: 3mamba
|
||||
Version: 0.6.0.20200727git.ab03de7
|
||||
Release: 1mamba
|
||||
Summary: openchrome X.Org video drivers
|
||||
Group: System/X11
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://x.org
|
||||
Source: git://anongit.freedesktop.org/openchrome/xf86-video-openchrome.git/master/xf86-video-openchrome-%{version}.tar.bz2
|
||||
URL: https://www.x.org/wiki/
|
||||
Source: git://anongit.freedesktop.org/openchrome/xf86-video-openchrome.git/master@%{gittag}/xf86-video-openchrome-%{version}.tar.bz2
|
||||
#Source: ftp://x.org/pub/individual/driver/xf86-video-openchrome-%{version}.tar.bz2
|
||||
License: MIT
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXv-devel
|
||||
BuildRequires: libXvMC-devel
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libdrm-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libxcb-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: xorg-server-devel >= 1.20.4
|
||||
BuildRequires: xorg-server-devel >= 21.1.3-1mamba
|
||||
BuildRequires: xorg-proto-devel
|
||||
BuildRequires: libXvMC-devel >= 1.0.2
|
||||
BuildRequires: libXrender >= 0.9.1
|
||||
@ -32,11 +40,13 @@ Requires: xorg-server <= %{xorg_ver}.255
|
||||
%description
|
||||
openchrome X.Org video drivers.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n xf86-video-openchrome-%{version}
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure
|
||||
%make
|
||||
|
||||
@ -53,18 +63,20 @@ openchrome X.Org video drivers.
|
||||
%ifarch %{ix86} x86_64
|
||||
%{_libdir}/libchromeXvMC.la
|
||||
%{_libdir}/libchromeXvMC.so
|
||||
%{_libdir}/libchromeXvMC.so.1
|
||||
%{_libdir}/libchromeXvMC.so.1.0.0
|
||||
%{_libdir}/libchromeXvMC.so.*
|
||||
%{_libdir}/libchromeXvMCPro.la
|
||||
%{_libdir}/libchromeXvMCPro.so
|
||||
%{_libdir}/libchromeXvMCPro.so.1
|
||||
%{_libdir}/libchromeXvMCPro.so.1.0.0
|
||||
%{_libdir}/libchromeXvMCPro.so.*
|
||||
%endif
|
||||
%{_libdir}/xorg/modules/drivers/openchrome_drv.la
|
||||
%{_libdir}/xorg/modules/drivers/openchrome_drv.so
|
||||
%{_mandir}/man4/openchrome.4.gz
|
||||
%{_mandir}/man4/openchrome.4*
|
||||
|
||||
%changelog
|
||||
* Sat Feb 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.0.20200727git.ab03de7-1mamba
|
||||
- update to 0.6.0.20200727git.ab03de7
|
||||
- rebuilt by autoport with build requirements: xorg-server-devel>=21.1.3-1mamba
|
||||
|
||||
* Sun Mar 03 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.0-3mamba
|
||||
- rebuilt with xorg-server 1.20.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user