xorg-x11-xauth/xorg-x11-xauth.spec

59 lines
1.3 KiB
RPMSpec

Name: xorg-x11-xauth
Version: 1.1.2
Release: 2
Epoch: 1
Summary: X.Org X11 X authority utilities
License: MIT
URL: https://www.x.org
Source0: https://www.x.org/pub/individual/app/xauth-%{version}.tar.xz
BuildRequires: pkgconfig automake gcc libX11-devel libXau-devel
BuildRequires: libXext-devel libXmu-devel
Provides: xauth = %{version}-%{release}
%description
xauth is used to edit and display the authorization information
used in connecting to an X server.
%package_help
%prep
%autosetup -n xauth-%{version} -p1
%build
%configure
%make_build
%install
%make_install
%check
make check || cat tests/test-suite.log
%files
%defattr(-,root,root)
%license COPYING
%{_bindir}/xauth
%files help
%defattr(-,root,root)
%doc README.md ChangeLog
%{_mandir}/man1/xauth.1*
%changelog
* Thu Aug 01 2024 lingsheng <lingsheng1@h-partners.com> - 1:1.1.2-2
- Add version for provides, fix changelog bogus date
* Tue Oct 25 2022 wangkeorng <wangkerong@h-partners.com> - 1:1.1.2-1
- upgrade to 1.1.2
* Thu Jan 09 2020 openEuler Buildteam <buildteam@openeuler.org> - 1:1.1-1
- Type:enhancement
- Id:NA
- SUG:NA
- DESC:update version to 1.1
* Fri Oct 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:1.0.9-14
- Package init