!3 nbdkit: Rewrite description for nbdkit

Merge pull request !3 from gnaygnil/master
This commit is contained in:
openeuler-ci-bot 2020-04-03 14:28:09 +08:00 committed by Gitee
commit 00e260ff0b

View File

@ -4,7 +4,7 @@
Name: nbdkit
Version: 1.6.2
Release: 3
Release: 4
Summary: NBD server
License: BSD
URL: https://github.com/libguestfs/nbdkit
@ -24,20 +24,16 @@ BuildRequires: ruby-devel tcl-devel perl-podlators qemu-img
Requires: nbdkit-server nbdkit-basic-plugins nbdkit-basic-filters
%description
NBD is a protocol for accessing block devices (hard disks and
disk-like things) over the network.
'nbdkit' is a toolkit for creating NBD servers.
NBD (Network Block Device) is a protocol for accessing Block Devices (hard disks and disk-like things)
over a Network. nbdkit is a toolkit for creating NBD servers.
The key features are:
* Multithreaded NBD server written in C with good performance.
* Well-documented, simple plugin API with a stable ABI guarantee.
Allows you to export "unconventional" block devices easily.
* Liberal license (BSD) allows nbdkit to be linked to proprietary
braries or included in proprietary code.
In Fedora, 'nbdkit' is a meta-package which pulls in the core server
and a useful subset of plugins and filters.
If you want just the server, install 'nbdkit-server'.
To develop plugins, install the 'nbdkit-devel' package and start by
reading the nbdkit(1) and nbdkit-plugin(3) manual pages.
* Minimal dependencies for the basic server.
* Liberal license (BSD) allows nbdkit to be linked to proprietary libraries or included in proprietary code.
* Well-documented, simple plugin API with a stable ABI guarantee. Lets you export “unconventional”
block devices easily.
* You can write plugins in C, Lua, Perl, Python, OCaml, Ruby, Rust, shell script or Tcl.
* Filters can be stacked in front of plugins to transform the output.
%package server
Summary: The nbdkit server
@ -425,6 +421,9 @@ popd
%{_mandir}/man3/nbdkit-*.3*
%changelog
* Fri Apr 3 2020 Ling Yang <lingyang2@huawei.com> - 1.6.2-4
- Rewrite description for nbdkit
* Fri Apr 3 2020 Ling Yang <lingyang2@huawei.com> - 1.6.2-3
- Fixed format for spec file