From 85eedbf95508c279fa825b485beb6130c3395b0b Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:32:21 +0100 Subject: [PATCH] automatic update by autodist [release 1.0.8-1mamba;Tue Oct 15 2013] --- README.md | 2 ++ xauth.spec | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 xauth.spec diff --git a/README.md b/README.md index 8b81d16..d2783e1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xauth +The xauth program is used to edit and display the authorization information used in connecting to the X server + diff --git a/xauth.spec b/xauth.spec new file mode 100644 index 0000000..74887f9 --- /dev/null +++ b/xauth.spec @@ -0,0 +1,54 @@ +Name: xauth +Version: 1.0.8 +Release: 1mamba +Summary: xauth - X authority file utility +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://x.org +Source: http://ftp.x.org/pub/individual/app/xauth-%{version}.tar.bz2 +License: MIT +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +The xauth program is used to edit and display the authorization information used in connecting to the X server + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/test_xauth +%{_bindir}/xauth +%{_mandir}/man1/xauth.1* +%doc COPYING +#ChangeLog README + +%changelog +* Tue Oct 15 2013 Automatic Build System 1.0.8-1mamba +- automatic update by autodist + +* Wed Apr 25 2012 Automatic Build System 1.0.7-1mamba +- automatic version update by autodist + +* Wed May 25 2011 Automatic Build System 1.0.6-1mamba +- automatic update by autodist + +* Tue Sep 28 2010 Automatic Build System 1.0.5-1mamba +- automatic update by autodist + +* Tue Sep 22 2009 Ercole 'ercolinux' Carpanetto 1.0.4-1mamba +- package created by autospec