From 5d9147cd45729af1b3166b0ec2b3fc20e93fffc1 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:48:34 +0100 Subject: [PATCH] automatic update by autodist [release 1.0.6-1mamba;Sat Jul 27 2013] --- README.md | 2 ++ iceauth.spec | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 iceauth.spec diff --git a/README.md b/README.md index a6de3eb..7437fd6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # iceauth +The iceauth program is used to edit and display the authorization information used in connecting with ICE. This program is usually used to extract authorization records from one machine and merge them in on another (as is the case when using remote logins or granting access to other users). Commands (described below) may be entered interactively, on the iceauth command line, or in scripts. + diff --git a/iceauth.spec b/iceauth.spec new file mode 100644 index 0000000..834ebce --- /dev/null +++ b/iceauth.spec @@ -0,0 +1,56 @@ +Name: iceauth +Version: 1.0.6 +Release: 1mamba +Summary: The iceauth program is used to edit and display the authorization information used in connecting with ICE. +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://x.org +Source: http://ftp.x.org/pub/individual/app/iceauth-%{version}.tar.bz2 +License: ... package license +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libICE-devel +## AUTOBUILDREQ-END + +%description +The iceauth program is used to edit and display the authorization information used in connecting with ICE. This program is usually used to extract authorization records from one machine and merge them in on another (as is the case when using remote logins or granting access to other users). Commands (described below) may be entered interactively, on the iceauth command line, or in scripts. + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/iceauth +%{_mandir}/man1/iceauth.1.gz +%doc COPYING ChangeLog + +%changelog +* Sat Jul 27 2013 Automatic Build System 1.0.6-1mamba +- automatic update by autodist + +* Thu May 26 2011 Automatic Build System 1.0.5-1mamba +- automatic update by autodist + +* Mon Nov 01 2010 Automatic Build System 1.0.4-1mamba +- automatic update by autodist + +* Fri Oct 16 2009 Automatic Build System 1.0.3-1mamba +- automatic update by autodist + +* Wed Aug 19 2009 Ercole 'ercolinux' Carpanetto 1.0.2-1mamba +- package created by autospec