Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37753283
en ru br
Репозитории ALT
5.1: 4-alt9
4.1: 4-alt9
4.0: 4-alt9
3.0: 4-alt6
www.altlinux.org/Changes

Группа :: Система/Серверы
Пакет: zcip

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

# -*- rpm-spec -*-
# $Id: zcip,v 1.2 2004/02/04 16:07:42 lioka Exp $

Name: zcip
Version: 4
Release: alt6

Summary: Link-local IP autocofiguration utility
License: BSD
Group: System/Servers
Url: http://www.ietf.org/internet-drafts/draft-ietf-zeroconf-ipv4-linklocal-14.txt

Source0: ftp://ftp.kernel.org/pub/software/network/%name/%name-%version.tar.bz2
Source1: zcip-script
Source2: %url
Patch0: %name-4-alt-make.patch
Patch1: %name-4-alt-script.patch
Patch2: %name-4-alt-compile.patch

BuildRequires: libnet1-devel-static libpcap-devel-static
Provides: /etc/zcip/zcip.d

%description
This is an implementation of the ad-hoc link-local IP autoconfiguration
algorithm described in the IETF Draft "Dynamic Configuration of IPv4
link-local addresses", available at:
%url

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
rm draft-ietf-zeroconf-ipv4-linklocal*.txt
cp %SOURCE2 ./

%build
%make_build

%install
%__install -p -m0755 -D %name %buildroot/sbin/%name
%__install -p -m0755 -D make-arp %buildroot%_sbindir/make-arp
%__install -p -m0644 -D %name.8 %buildroot%_man8dir/%name.8
%__install -p -m0755 -D %SOURCE1 %buildroot%_sysconfdir/%name/%name-script
%__mkdir %buildroot%_sysconfdir/%name/%name.d

%files
%doc Changelog Copyright README TODO draft-ietf-zeroconf-ipv4-linklocal*.txt
%_sysconfdir/%name/%name.d
%_sysconfdir/%name/%name-script
/sbin/%name
##_sbindir/make-arp
%_man8dir/%name.*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin