Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37883581
en ru br
Репозитории ALT

Группа :: Система/Настройка/Оборудование
Пакет: kudzu-knoppix

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

Name: kudzu-knoppix
Version: 1.1.3
Release: alt2

Summary: The Linux hardware probing tool
License: GPL
Group: System/Configuration/Hardware

Source: %name-%version.tar.gz
Source1: kudzu.init

Packager: Michael Shigorin <mike at altlinux.ru>

Requires: hwdata
PreReq: chkconfig, modutils >= 2.3.11

Conflicts: kudzu ldetect-lst lilo grub

# Automatically added by buildreq on Tue Mar 11 2003

BuildRequires: hwdata dietlibc libnewt-devel libpopt-devel libslang pciutils-devel-static > 2.1.11-alt2 python-devel = 2.3

%package devel
Summary: The development library for hardware probing
Group: Development/C
Requires: %name = %version-%release

%package devel-static
Summary: The development static library for hardware probing
Group: Development/C
Requires: %name-devel = %version-%release

%description
Kudzu is a hardware probing tool run at system boot time to determine
what hardware has been added or removed from the system.

IMPORTANT: THIS PACKAGE IS NOT INTENDED FOR INSTALLATION IN "NORMAL" SYSTEMS
IT IS PROVIDED AS IS FOR A SHORT TERM NEED OF BUILDING LIVE CD SYSTEMS
WHICH AUTOCONFIGURE THEMSELVES

(in fact, it's used *only* to provide kudzu-devel-static to build
non-interactive hwsetup)

%description devel
The %name-devel package contains the include files, which are
used for hardware probing and configuration.

%description devel-static
The %name-devel package contains the static lib%name and libmodules
libraries, which are libraries used for hardware probing and
configuration.

%prep
%setup -q

find -type f |xargs fgrep -l python2.3 |
xargs perl -pi -e 's/python2.3/python%__python_version/g'

%build
make all kudzu ktest
make -C ddcprobe

%install
%makeinstall install-program
%make_install install -C ddcprobe DESTDIR=$RPM_BUILD_ROOT
install -m 755 %SOURCE1 $RPM_BUILD_ROOT%_initdir/kudzu
rm -rf %buildroot%_libdir/python*

%find_lang kudzu

%post
%post_service kudzu

%preun
%preun_service kudzu

%files -f kudzu.lang
%_sbindir/*
%_mandir/man?/*
%_initdir/kudzu
%config(noreplace) %_sysconfdir/sysconfig/kudzu
%config(noreplace) %_sysconfdir/updfstab.conf*
%doc README

%files devel
%_includedir/*

%files devel-static
%_libdir/*.a

%changelog

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

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