diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index c8ef622..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -aiccu_2006.07.25.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 22b1e54..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: aiccu -# $Id$ -NAME := aiccu -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/aiccu-reload.patch b/aiccu-reload.patch deleted file mode 100644 index 17ae30a..0000000 --- a/aiccu-reload.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- aiccu_2006.07.25/doc/aiccu.init.rpm.orig 2006-09-03 15:05:44.000000000 -0500 -+++ aiccu_2006.07.25/doc/aiccu.init.rpm 2006-09-03 15:05:59.000000000 -0500 -@@ -85,6 +85,8 @@ case "$1" in - stop - ;; - restart) -+ restart -+ ;; - reload) - restart - ;; diff --git a/aiccu.spec b/aiccu.spec deleted file mode 100644 index 98f77f8..0000000 --- a/aiccu.spec +++ /dev/null @@ -1,99 +0,0 @@ -############################################################ -# AICCU - Automatic IPv6 Connectivity Client Utility -# by Jeroen Massar -# (c) Copyright 2003-2005 SixXS -############################################################ -# AICCU RPM Spec File -############################################################ - -Summary: AICCU - SixXS Automatic IPv6 Connectivity Client Utility -Name: aiccu -Version: 2006.07.25 -Release: 2%{?dist} -License: BSDish -Group: System Environment/Daemons -URL: http://www.sixxs.net/tools/aiccu/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source: http://www.sixxs.net/archive/sixxs/aiccu/unix/aiccu_%{version}.tar.gz -# upstream author acks this patch, will include in a future release -Patch1: aiccu-reload.patch -BuildRequires: gnutls-devel -Requires: iproute -Requires(post): chkconfig -Requires(preun): chkconfig, initscripts -Requires(postun): initscripts - -%description -This client automatically gives one IPv6 connectivity -without having to manually configure interfaces etc. -One does need a SixXS account and at least a tunnel. These -can be freely & gratis requested from the SixXS website. -For more information about SixXS check http://www.sixxs.net - -%prep -%setup -q -n %{name} -%patch1 -p1 -# fix executable permissions on non-executable content -# so debuginfo can pick them up properly -find . -type f -not -name rules -and -not -name *init* -exec chmod a-x \{\} \; - -%build -make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" - -%install -rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT - -%post -if [ "$1" = "1" ]; then - /sbin/chkconfig --add aiccu -fi - -%preun -if [ "$1" = "0" ]; then - /sbin/service aiccu stop >/dev/null 2>&1 - /sbin/chkconfig --del aiccu -fi - -%postun -/sbin/service aiccu condrestart > /dev/null 2>&1 || : - -%clean -make clean -[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root) -%doc doc/README doc/LICENSE -%{_sbindir}/aiccu -# aiccu.conf contains the users's SixXS password, so don't -# make it readable by non-root -%attr(600, root,root) %config(noreplace) %{_sysconfdir}/aiccu.conf -%{_sysconfdir}/init.d/aiccu - -%changelog -* Mon Oct 02 2006 Matt Domsch 2006.07.25-2 -- rebuilt - -* Sat Sep 23 2006 Matt Domsch 2006.07.25-1 -- upgrade to latest upstream, drop all applied patches -- add BR gnutls-devel now used for obtaining tunnel info - -* Sat Sep 2 2006 Matt Domsch 2005.01.31-5 -- rebuild - -* Wed Jun 28 2006 Matt Domsch 2005.01.31-4 -- export CFLAGS properly, fix permissions on files for debuginfo - -* Wed Jun 28 2006 Matt Domsch 2005.01.31-3 -- cleanups per Fedora Extras review - -* Sat Apr 22 2006 Matt Domsch 2005.01.31-2 -- match Fedora Extras spec guidelines -- add postun condrestart -- add reload initscript arg to satisfy rpmlint - -* Sun Aug 29 2004 Jeroen Massar 2004.08.29 -- Beta2 with TIC, 6in4, 6in4-heartbeat and AYIYA support - diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..4d9c667 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +aiccu relied on the SiXXS IPv6 tunnel service, which was retired on 2017-06-06. diff --git a/sources b/sources deleted file mode 100644 index 50c08ea..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -0df76e92eb34f4ce8aa3cfcf6896f271 aiccu_2006.07.25.tar.gz