commit 87df9eac9106a1faadf0b065d21abdacaf50bbfc Author: zhuchunyi Date: Wed Nov 6 19:57:30 2019 +0800 update code diff --git a/xauth-1.0.9.tar.bz2 b/xauth-1.0.9.tar.bz2 new file mode 100644 index 0000000..92b289e Binary files /dev/null and b/xauth-1.0.9.tar.bz2 differ diff --git a/xorg-x11-xauth.spec b/xorg-x11-xauth.spec new file mode 100644 index 0000000..479012d --- /dev/null +++ b/xorg-x11-xauth.spec @@ -0,0 +1,46 @@ +Name: xorg-x11-xauth +Version: 1.0.9 +Release: 14 +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.bz2 + +BuildRequires: pkgconfig automake gcc libX11-devel libXau-devel +BuildRequires: libXext-devel libXmu-devel + +Provides: xauth + +%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 ChangeLog +%{_mandir}/man1/xauth.1* + +%changelog +* Fri Oct 11 2019 openEuler Buildteam - 1: 1.0.9-14 +- Package init