1 Star 0 Fork 10

src-oepkgs-oE-rv/xorg-x11-drv-vesa

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
xorg-x11-drv-vesa.spec 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
haochen 提交于 2021-01-30 10:51 +08:00 . update xorg-x11-drv-vesa to 2.5.0
%global moduledir %(pkg-config xorg-server --variable=moduledir )
%global driverdir %{moduledir}/drivers
%undefine _hardened_build
Name: xorg-x11-drv-vesa
Version: 2.5.0
Release: 1
Summary: Xorg X11 vesa video driver
License: MIT
URL: https://www.x.org
Source0: https://xorg.freedesktop.org/releases/individual/driver/xf86-video-vesa-%{version}.tar.bz2
ExclusiveArch: %{ix86} x86_64
BuildRequires: xorg-x11-server-devel >= 1.10.99.902
BuildRequires: autoconf automake libtool
Requires: Xorg %([ -e /usr/bin/xserver-sdk-abi-requires ] && xserver-sdk-abi-requires ansic)
Requires: Xorg %([ -e /usr/bin/xserver-sdk-abi-requires ] && xserver-sdk-abi-requires videodrv)
Requires: xorg-x11-server-wrapper
%description
X.Org X11 vesa video driver.
%package_help
%prep
%autosetup -n xf86-video-vesa-%{version} -p1
%build
autoreconf -v --install || exit 1
%configure
%make_build
%install
%make_install
%delete_la_and_a
%files
%defattr(-,root,root)
%license COPYING
%{driverdir}/vesa_drv.so
%files help
%defattr(-,root,root)
%doc README.md ChangeLog
%{_mandir}/man4/vesa.4*
%changelog
* Sat Jan 30 2021 xihaochen <[email protected]> - 2.5.0-1
- Type:requirements
- Id:NA
- SUG:NA
- DESC:update xorg-x11-drv-vesa to 2.5.0
* Sat Mar 21 2020 fengtao <[email protected]> - 2.4.0-2
- Refuse vesa on UEFI
* Tue Mar 10 2020 hexiujun <[email protected]> - 2.4.0-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-oepkgs-oe-rv/xorg-x11-drv-vesa.git
[email protected]:src-oepkgs-oe-rv/xorg-x11-drv-vesa.git
src-oepkgs-oe-rv
xorg-x11-drv-vesa
xorg-x11-drv-vesa
master

搜索帮助