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

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

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

%define _unpackaged_files_terminate_build 1

Name:    udisksdd
Version: 0.3
Release: alt1

Summary: a dd(1) drop-in replacement that makes use of udisks(8)

License: GPL-2.0-or-later
Group:   System/Configuration/Hardware
URL:     https://github.com/bonktree/udisksdd

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-setuptools
BuildRequires: python3-module-wheel
BuildRequires: python3(dbus)

Source: %name-%version.tar

%package -n python3-module-%name
Summary: Python 3 package for udisksdd
Group: Development/Python3
BuildArch: noarch

%description
This utility is intended to be called with CLI arguments suitable for dd(1).
Its only job is to request a file descriptor to a block device which is
unavailable to be opened for reading or writing directly and to pass it to
dd(1).

This utility only depends on Python 3, its standard library and dbus-python.

%description -n python3-module-%name
This package contains python3(udisksdd). The package can be used in a
standalone fashion, but the main way to use it is via udd(1).

%prep
%setup

%build
%pyproject_build

%install
%pyproject_install

%files
%doc README.md
%_bindir/udd

%files -n python3-module-%name
%doc README.md
%python3_sitelibdir/udisksdd
%python3_sitelibdir/*.dist-info

%changelog

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

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