diff --git a/nbdkit.spec b/nbdkit.spec index 55d755e..1257408 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -1,7 +1,7 @@ %global _hardened_build 1 Name: nbdkit -Version: 1.1.4 +Version: 1.1.5 Release: 1%{?dist} Summary: NBD server @@ -15,6 +15,7 @@ BuildRequires: libvirt-devel BuildRequires: xz-devel BuildRequires: zlib-devel BuildRequires: perl-devel +BuildRequires: python-devel %description @@ -107,6 +108,17 @@ Requires: %{name}%{?_isa} = %{version}-%{release} This package lets you write Perl plugins for %{name}. +%package plugin-python +Summary: Python plugin for %{name} +License: BSD + +Requires: %{name}%{?_isa} = %{version}-%{release} + + +%description plugin-python +This package lets you write Python plugins for %{name}. + + %package plugin-xz Summary: XZ file serving plugin for %{name} License: BSD @@ -202,7 +214,13 @@ make check %files plugin-perl %doc LICENSE README %{_libdir}/%{name}/plugins/nbdkit-perl-plugin.so -%{_mandir}/man1/nbdkit-perl-plugin.1* +%{_mandir}/man3/nbdkit-perl-plugin.3* + + +%files plugin-python +%doc LICENSE README +%{_libdir}/%{name}/plugins/nbdkit-python-plugin.so +%{_mandir}/man3/nbdkit-python-plugin.3* %files plugin-xz @@ -216,11 +234,17 @@ make check # Include the source of the example plugins in the documentation. %doc plugins/example*/*.c %doc plugins/perl/example.pl +%doc plugins/python/example.py %{_includedir}/nbdkit-plugin.h %{_mandir}/man3/nbdkit-plugin.3* %changelog +* Sat Feb 15 2014 Richard W.M. Jones - 1.1.5-1 +- New upstream version 1.1.5. +- Enable the new Python plugin. +- Perl plugin man page moved to section 3. + * Mon Feb 10 2014 Richard W.M. Jones - 1.1.4-1 - New upstream version 1.1.4. - Enable the new Perl plugin. diff --git a/sources b/sources index dcd414e..625331b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2b9cd160032c0a3889b8588d8e720ffe nbdkit-1.1.4.tar.gz +96ba5d9eba48b085f20fe5327a4a8b2a nbdkit-1.1.5.tar.gz