.gear/autobuild.update | 3 + .gear/autobuild.watch | 2 + .gear/rules | 2 + .../tags/8bef38dba6b5f8cf3b8076da58b888bc75858684 | 23 ++++++++ .gear/tags/list | 1 + iceauth.spec | 66 ++++++++++++++++++++++ 6 files changed, 97 insertions(+) diff --git a/.gear/autobuild.update b/.gear/autobuild.update new file mode 100644 index 0000000..5dbcea5 --- /dev/null +++ b/.gear/autobuild.update @@ -0,0 +1,3 @@ +git fetch --tags git://anongit.freedesktop.org/xorg/app/iceauth && +git merge iceauth-$new_version -m "Automerge iceauth-$new_version upstream tag" && +new_source=%name-%version.tar diff --git a/.gear/autobuild.watch b/.gear/autobuild.watch new file mode 100644 index 0000000..230474c --- /dev/null +++ b/.gear/autobuild.watch @@ -0,0 +1,2 @@ +version=3 +http://cgit.freedesktop.org/xorg/app/iceauth/refs/tags (?:.*=)iceauth-([\d.]+) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..f78a96e --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @name@-@version@:. +diff: @name@-@version@:. . diff --git a/.gear/tags/8bef38dba6b5f8cf3b8076da58b888bc75858684 b/.gear/tags/8bef38dba6b5f8cf3b8076da58b888bc75858684 new file mode 100644 index 0000000..351df8c --- /dev/null +++ b/.gear/tags/8bef38dba6b5f8cf3b8076da58b888bc75858684 @@ -0,0 +1,23 @@ +object fba114e03845a4cfab966f0545e809fdba9e9365 +type commit +tag iceauth-1.0.7 +tagger Alan Coopersmith 1421475194 -0800 + +iceauth-1.0.7 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.22 (SunOS) + +iQIcBAABCgAGBQJUuf16AAoJEM/fFIgoxkKneMkP/j6PelPxNqtR2ough0aJZ5c4 +Uq7VC1jCaYmtEHsS1yA90JtXaj0K9vnWMD56qelLZHMZJrhMc5RHmMbzuThvzBbn +Pg1AcHYnkaCIu+rQKZ7IoFrZIBxj8zZTbZs2n0k0olVd98pdBzt1ik1G/9iOEjLJ +xRrIapm8/ydpYUNV6lPAJPQ2YrRSV8BQxRMLPOP9+IG2jWBhnlampronrVVgbfA1 +msrBhV+BKchUVF0GroO7m+gedisUeVq84APJ3qbQFHFYck1YxQjQksHlHTlnh8VG +hVGYhWTZ31itOMW92/clK8xGiPCqj+w4ukaawOH3M5NII/UmSYOtD1U9JlUNU9Ai +e2HeQfbfNJBL3vRXrAZJSFoCkMOge/hCZfRlTZe3FSO4zygKv1ftbso9M02viLf9 +eMovEgOASHRXGU3waYTOiZ7+sEB/4ESLio3sNqp9LQQ/QG175xc0SwcQi528KFE7 +Sc0YdneNtcm3Cz1NFiODn0Zb5BtCFE3ZTJMzAHAnwpJ8HJ6MeNy7Y0fZCJ6sIxKa +Es73i4/yKxUTjFJW5zEYx8LOWAEyPEd4A2XT09wGCPnKRhafX89EK1yr0CJltxOO +4d0wUFe7sobLpjPqnvOSkaaArxJnBxT4qOVrqw5z9HPoXsbcXCf2LKxvTaU+Q9FZ +iwy7fZLRk/PD+YO5o0JJ +=yIBe +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..428d6d2 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +8bef38dba6b5f8cf3b8076da58b888bc75858684 iceauth-1.0.7 diff --git a/iceauth.spec b/iceauth.spec new file mode 100644 index 0000000..d3616f4 --- /dev/null +++ b/iceauth.spec @@ -0,0 +1,66 @@ +Name: iceauth +Version: 1.0.7 +Release: alt1 +Summary: ICE authority file utility +License: MIT/X11 +Group: System/X11 +Url: http://xorg.freedesktop.org +Packager: Valery Inozemtsev + +Source: %name-%version.tar +Patch: %name-%version-%release.patch + +BuildRequires: libICE-devel xorg-util-macros + +%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 +%patch -p1 + +%build +%autoreconf +%configure + +%make_build + +%install +%make DESTDIR=%buildroot install + +%files +%_bindir/* +%_man1dir/* + +%changelog +* Mon Sep 04 2017 Fr. Br. George 1.0.7-alt1 +- Autobuild version bump to 1.0.7 + +* Wed Apr 17 2013 Dmitry V. Levin (QA) 1.0.4-alt1.qa1 +- NMU: rebuilt for debuginfo. + +* Sat Oct 30 2010 Valery Inozemtsev 1.0.4-alt1 +- 1.0.4 + +* Sun Oct 11 2009 Valery Inozemtsev 1.0.3-alt1 +- 1.0.3 + +* Tue Jul 24 2007 Valery Inozemtsev 1.0.2-alt1 +- 1.0.2 + +* Thu May 17 2007 Valery Inozemtsev 1.0.1-alt3 +- fixed iceauth dumps core if signal caught before initialization done + +* Wed May 16 2007 Valery Inozemtsev 1.0.1-alt2 +- added iceauth-1.0.1-coverity924.patch, + iceauth-1.0.1-coverity1039.patch, + iceauth-1.0.1-coverity1089.patch + +* Tue Dec 27 2005 Valery Inozemtsev 1.0.1-alt1 +- Xorg-7.0 +