Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37399390
en ru br
Репозитории ALT
S:1.0.0.rc16-alt3
5.1: 1.0.0.rc14-alt1
4.1: 1.0.0.rc14-alt1
www.altlinux.org/Changes

Группа :: Система/Основа
Пакет: dmraid

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

%def_disable debug

Summary: dmraid (Device-mapper RAID tool and library)
Name: dmraid
Version: 1.0.0.rc14
Release: alt1
License: GPL
Group: System/Base
Url: http://people.redhat.com/heinzm/sw/dmraid
Source: dmraid-%version.tar.bz2

BuildRequires: libdevmapper-devel libdevmapper-devel-static
# Patch0: maybelater.patch

Packager: L.A. Kostis <lakostis at altlinux.ru>

%description
DMRAID supports RAID device discovery, RAID set activation and display of
properties for ATARAID on Linux >= 2.4 using device-mapper.

%prep
%setup -q

%build
%configure %{subst_enable debug} -enable-static_link
# SMP incompatible build
%__make
mv tools/dmraid tools/dmraid.static
%__make clean
%configure %{subst_enable debug}
%__make

%install
%__mkdir_p %buildroot{%_man8dir,/sbin}
install -p -m 644 man/dmraid.8 %buildroot%_man8dir
install -m 755 tools/dmraid %buildroot/sbin/dmraid
install -m 755 tools/dmraid.static %buildroot/sbin/dmraid.static

%files
%doc CHANGELOG CREDITS KNOWN_BUGS LICENSE LICENSE_GPL LICENSE_LGPL README TODO doc/dmraid_design.txt
%_man8dir/*
/sbin/*

%changelog

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

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