13 Star 0 Fork 7

src-openEuler/libXrandr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libXrandr.spec 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
靳智敏 提交于 5年前 . update to 1.5.2
Name: libXrandr
Version: 1.5.2
Release: 1
License: MIT
Summary: X.Org X11 libXrandr runtime library
URL: https://www.x.org
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
BuildRequires: xorg-x11-util-macros autoconf automake libtool
BuildRequires: xorg-x11-proto-devel libX11-devel libXext-devel libXrender-devel
Requires: libX11 >= 1.6.0
%description
X.Org X11 libXrandr runtime library
%package devel
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for %{name}.
%package_help
%prep
%autosetup -n libxrandr-%{name}-%{version} -p1
%build
autoreconf -ivf
%configure
%make_build
%install
%make_install
%delete_la
%ldconfig_scriptlets
%files
%defattr(-,root,root)
%doc AUTHORS
%license COPYING
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/X11/extensions/*.h
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/*.pc
%files help
%defattr(-,root,root)
%{_mandir}/man3/*.3*
%changelog
* Mon Aug 17 2020 jinzhimin <jinzhimin2@huawei.com> - 1.5.2-1
- updata package
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.5.1-10
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the directory of the license file
* Tue Sep 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.5.1-9
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/libXrandr.git
git@gitee.com:src-openeuler/libXrandr.git
src-openeuler
libXrandr
libXrandr
openEuler-20.03-LTS-SP3

搜索帮助