New upstream version 1.1.4.
- Enable the new Perl plugin.
This commit is contained in:
parent
0640b32253
commit
7d11988478
25
nbdkit.spec
25
nbdkit.spec
@ -1,7 +1,7 @@
|
||||
%global _hardened_build 1
|
||||
|
||||
Name: nbdkit
|
||||
Version: 1.1.3
|
||||
Version: 1.1.4
|
||||
Release: 1%{?dist}
|
||||
Summary: NBD server
|
||||
|
||||
@ -14,6 +14,7 @@ BuildRequires: libguestfs-devel
|
||||
BuildRequires: libvirt-devel
|
||||
BuildRequires: xz-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: perl-devel
|
||||
|
||||
|
||||
%description
|
||||
@ -95,6 +96,17 @@ libvirt guest disks readonly. It is implemented using the libvirt
|
||||
virDomainBlockPeek API.
|
||||
|
||||
|
||||
%package plugin-perl
|
||||
Summary: Perl plugin for %{name}
|
||||
License: BSD
|
||||
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
||||
%description plugin-perl
|
||||
This package lets you write Perl plugins for %{name}.
|
||||
|
||||
|
||||
%package plugin-xz
|
||||
Summary: XZ file serving plugin for %{name}
|
||||
License: BSD
|
||||
@ -187,6 +199,12 @@ make check
|
||||
%{_mandir}/man1/nbdkit-libvirt-plugin.1*
|
||||
|
||||
|
||||
%files plugin-perl
|
||||
%doc LICENSE README
|
||||
%{_libdir}/%{name}/plugins/nbdkit-perl-plugin.so
|
||||
%{_mandir}/man1/nbdkit-perl-plugin.1*
|
||||
|
||||
|
||||
%files plugin-xz
|
||||
%doc LICENSE README
|
||||
%{_libdir}/%{name}/plugins/nbdkit-xz-plugin.so
|
||||
@ -197,11 +215,16 @@ make check
|
||||
%doc LICENSE README TODO
|
||||
# Include the source of the example plugins in the documentation.
|
||||
%doc plugins/example*/*.c
|
||||
%doc plugins/perl/example.pl
|
||||
%{_includedir}/nbdkit-plugin.h
|
||||
%{_mandir}/man3/nbdkit-plugin.3*
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 10 2014 Richard W.M. Jones <rjones@redhat.com> - 1.1.4-1
|
||||
- New upstream version 1.1.4.
|
||||
- Enable the new Perl plugin.
|
||||
|
||||
* Sun Aug 4 2013 Richard W.M. Jones <rjones@redhat.com> - 1.1.3-1
|
||||
- New upstream version 1.1.3 which fixes some test problems.
|
||||
- Disable tests because Rawhide kernel is broken (RHBZ#991808).
|
||||
|
Loading…
Reference in New Issue
Block a user