!3 nbdkit: Rewrite description for nbdkit
Merge pull request !3 from gnaygnil/master
This commit is contained in:
commit
00e260ff0b
27
nbdkit.spec
27
nbdkit.spec
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: nbdkit
|
Name: nbdkit
|
||||||
Version: 1.6.2
|
Version: 1.6.2
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: NBD server
|
Summary: NBD server
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/libguestfs/nbdkit
|
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
|
Requires: nbdkit-server nbdkit-basic-plugins nbdkit-basic-filters
|
||||||
|
|
||||||
%description
|
%description
|
||||||
NBD is a protocol for accessing block devices (hard disks and
|
NBD (Network Block Device) is a protocol for accessing Block Devices (hard disks and disk-like things)
|
||||||
disk-like things) over the network.
|
over a Network. nbdkit is a toolkit for creating NBD servers.
|
||||||
'nbdkit' is a toolkit for creating NBD servers.
|
|
||||||
The key features are:
|
The key features are:
|
||||||
* Multithreaded NBD server written in C with good performance.
|
* Multithreaded NBD server written in C with good performance.
|
||||||
* Well-documented, simple plugin API with a stable ABI guarantee.
|
* Minimal dependencies for the basic server.
|
||||||
Allows you to export "unconventional" block devices easily.
|
* Liberal license (BSD) allows nbdkit to be linked to proprietary libraries or included in proprietary code.
|
||||||
* Liberal license (BSD) allows nbdkit to be linked to proprietary
|
* Well-documented, simple plugin API with a stable ABI guarantee. Lets you export “unconventional”
|
||||||
braries or included in proprietary code.
|
block devices easily.
|
||||||
In Fedora, 'nbdkit' is a meta-package which pulls in the core server
|
* You can write plugins in C, Lua, Perl, Python, OCaml, Ruby, Rust, shell script or Tcl.
|
||||||
and a useful subset of plugins and filters.
|
* Filters can be stacked in front of plugins to transform the output.
|
||||||
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.
|
|
||||||
|
|
||||||
%package server
|
%package server
|
||||||
Summary: The nbdkit server
|
Summary: The nbdkit server
|
||||||
@ -425,6 +421,9 @@ popd
|
|||||||
%{_mandir}/man3/nbdkit-*.3*
|
%{_mandir}/man3/nbdkit-*.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Apr 3 2020 Ling Yang <lingyang2@huawei.com> - 1.6.2-3
|
||||||
- Fixed format for spec file
|
- Fixed format for spec file
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user