Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37566503
en ru br
Репозитории ALT
S:2.3-alt1
D:1.0.0-alt2.0
5.1: 1.0.0-alt2
4.1: 1.0.0-alt1.7b3cvs20040826
4.0: 1.0.0-alt1.7b3cvs20040826
3.0: 1.0.0-alt1.6b3cvs20040826
www.altlinux.org/Changes

Группа :: Архивирование/Создание CD
Пакет: udftools

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

%def_enable shared
%def_enable static

%define _name linux-udf
%define prerel %nil
%define cvsdate 20080518

Name: udftools
Version: 1.0.0
Release: alt2.0
Summary: Tools for work with UDF filesystems and CD-R(W)/DVD packet writing drives
Group: Archiving/Cd burning
License: %gpl2plus
Url: http://%_name.sourceforge.net

%ifdef cvsdate
Source0: %name-cvs-%cvsdate.tar.bz2
%else
Source0: http://prdownloads.sourceforge.net/%_name/%name-%version%prerel.tar.bz2
%endif
Patch: %name-cvs-20080518-shared.patch

BuildRequires: libncurses-devel libreadline-devel
BuildRequires: rpm-build-licenses


%description
%name includes:
- mkudffs is a tool to create a UDF(Universal Disk Format) filesystem
 on a device.
- pktsetup to associate packet devices with CD or DVD block devices, so
 that the packet device can then be mounted and potentially used as a
 read/write filesystem. This requires kernel support for the packet
 device, and the UDF filesystem.
- cdwrtool tool that can perform certain actions on a CD-R, CD-RW, or
 DVD-R device. Mainly these are blanking the media, formating it for
 use with the packet-cd device, and applying an UDF filesystem.
- wrudf to maintain a UDF filesystem


%prep
%ifdef cvsdate
%setup -n %name-cvs-%cvsdate
%else
%setup -n %name-%version%prerel
%endif
%patch -p1


%build
%autoreconf
%configure %{subst_enable shared} %{subst_enable static}
%make_build


%install
%make_install DESTDIR=%buildroot install


%if_enabled shared
%post -p %post_ldconfig
%postun -p %postun_ldconfig
%endif


%files
%doc AUTHORS
%_bindir/*
%_man1dir/*
%_man8dir/*
%{?_enable_shared:%_libdir/*.so.*}


%changelog

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

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