12 Star 0 Fork 7

src-openEuler / xorg-x11-drv-ati

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
xorg-x11-drv-ati.spec 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
t.feng 提交于 2020-03-13 21:28 . enable make check
%global moduledir %(pkg-config xorg-server --variable=moduledir )
%undefine _hardened_build
Name: xorg-x11-drv-ati
Version: 19.1.0
Release: 2
Summary: Xorg X11 ati video driver
License: MIT
URL: https://www.x.org
Source0: https://www.x.org/pub/individual/driver/xf86-video-ati-%{version}.tar.bz2
BuildRequires: pkgconfig(gbm) >= 10.6 libdrm-devel kernel-headers
BuildRequires: automake autoconf libtool pkgconfig xorg-x11-util-macros
BuildRequires: libudev-devel xorg-x11-glamor-devel xorg-x11-server-devel
Requires: Xorg %(xserver-sdk-abi-requires ansic) Xorg %(xserver-sdk-abi-requires videodrv) libdrm >= 2.4.36-1
%description
X.Org X11 ati video driver.
%package_help
%prep
%autosetup -n xf86-video-ati-%{version} -p1
%build
autoreconf -iv
%configure --enable-glamor
%make_build
%check
make check
%install
%make_install
%delete_la
%files
%defattr(-,root,root)
%license COPYING
%{moduledir}/drivers/ati_drv.so
%{moduledir}/drivers/radeon_drv.so
%{_datadir}/X11/xorg.conf.d/10-radeon.conf
%files help
%defattr(-,root,root)
%doc README.md ChangeLog
%{_mandir}/man4/*.4*
%changelog
* Fri Mar 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 19.1.0-2
- Type:enhancement
- Id:NA
- SUG:NA
- DESC:enable make check
* Thu Jan 09 2020 openEuler Buildteam <buildteam@openeuler.org> - 19.1.0-1
- Type:enhancement
- Id:NA
- SUG:NA
- DESC:update version to 19.1.0
* Sat Oct 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 19.0.1-2
- Type:enhancement
- Id:NA
- SUG:NA
- DESC:modify the location of COPYING
* Fri Oct 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 19.0.1-1
- Package init
1
https://gitee.com/src-openeuler/xorg-x11-drv-ati.git
git@gitee.com:src-openeuler/xorg-x11-drv-ati.git
src-openeuler
xorg-x11-drv-ati
xorg-x11-drv-ati
openEuler-20.03-LTS

搜索帮助