From ff38206f070ffe03eb9d2389009459a665b0d10b Mon Sep 17 00:00:00 2001 From: gnaygnil Date: Fri, 3 Apr 2020 14:14:18 +0800 Subject: [PATCH] nbdkit: Rewrite description for nbdkit --- nbdkit.spec | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/nbdkit.spec b/nbdkit.spec index bd05812..65ae46d 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -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. + * Multithreaded NBD server written in C with good performance. + * 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 - 1.6.2-4 +- Rewrite description for nbdkit + * Fri Apr 3 2020 Ling Yang - 1.6.2-3 - Fixed format for spec file -- Gitee