update code

This commit is contained in:
zhuchunyi 2019-11-06 19:57:30 +08:00
commit 87df9eac91
2 changed files with 46 additions and 0 deletions

BIN
xauth-1.0.9.tar.bz2 Normal file

Binary file not shown.

46
xorg-x11-xauth.spec Normal file
View File

@ -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 <buildteam@openeuler.org> - 1: 1.0.9-14
- Package init