New upstream version 1.1.5.
- Enable the new Python plugin. - Perl plugin man page moved to section 3.
This commit is contained in:
parent
7d11988478
commit
adaec4f6c3
28
nbdkit.spec
28
nbdkit.spec
@ -1,7 +1,7 @@
|
|||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
Name: nbdkit
|
Name: nbdkit
|
||||||
Version: 1.1.4
|
Version: 1.1.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: NBD server
|
Summary: NBD server
|
||||||
|
|
||||||
@ -15,6 +15,7 @@ BuildRequires: libvirt-devel
|
|||||||
BuildRequires: xz-devel
|
BuildRequires: xz-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
|
BuildRequires: python-devel
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -107,6 +108,17 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
This package lets you write Perl plugins for %{name}.
|
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
|
%package plugin-xz
|
||||||
Summary: XZ file serving plugin for %{name}
|
Summary: XZ file serving plugin for %{name}
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -202,7 +214,13 @@ make check
|
|||||||
%files plugin-perl
|
%files plugin-perl
|
||||||
%doc LICENSE README
|
%doc LICENSE README
|
||||||
%{_libdir}/%{name}/plugins/nbdkit-perl-plugin.so
|
%{_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
|
%files plugin-xz
|
||||||
@ -216,11 +234,17 @@ make check
|
|||||||
# Include the source of the example plugins in the documentation.
|
# Include the source of the example plugins in the documentation.
|
||||||
%doc plugins/example*/*.c
|
%doc plugins/example*/*.c
|
||||||
%doc plugins/perl/example.pl
|
%doc plugins/perl/example.pl
|
||||||
|
%doc plugins/python/example.py
|
||||||
%{_includedir}/nbdkit-plugin.h
|
%{_includedir}/nbdkit-plugin.h
|
||||||
%{_mandir}/man3/nbdkit-plugin.3*
|
%{_mandir}/man3/nbdkit-plugin.3*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 15 2014 Richard W.M. Jones <rjones@redhat.com> - 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 <rjones@redhat.com> - 1.1.4-1
|
* Mon Feb 10 2014 Richard W.M. Jones <rjones@redhat.com> - 1.1.4-1
|
||||||
- New upstream version 1.1.4.
|
- New upstream version 1.1.4.
|
||||||
- Enable the new Perl plugin.
|
- Enable the new Perl plugin.
|
||||||
|
Loading…
Reference in New Issue
Block a user