2024-01-06 07:33:05 +01:00
|
|
|
Name: nbd
|
2024-01-06 07:33:05 +01:00
|
|
|
Version: 3.15.2
|
2024-01-06 07:33:05 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Tools for the Linux Kernel's network block device
|
|
|
|
Group: System/Tools
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://nbd.sourceforge.net/
|
|
|
|
Source: https://downloads.sourceforge.net/project/nbd/nbd/%{version}/nbd-%{version}.tar.xz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Tools for the Linux Kernel's network block device, allowing you to use remote block devices over a TCP/IP network.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/nbd-server
|
|
|
|
%{_bindir}/nbd-trdump
|
|
|
|
%{_sbindir}/nbd-client
|
|
|
|
%{_mandir}/man1/nbd-server.1*
|
|
|
|
%{_mandir}/man1/nbd-trdump.1*
|
2024-01-06 07:33:05 +01:00
|
|
|
%{_mandir}/man5/nbdtab.5*
|
2024-01-06 07:33:05 +01:00
|
|
|
%{_mandir}/man5/nbd-server.5*
|
|
|
|
%{_mandir}/man8/nbd-client.8*
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:33:05 +01:00
|
|
|
* Fri Mar 03 2017 Automatic Build System <autodist@mambasoft.it> 3.15.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:33:05 +01:00
|
|
|
* Thu Dec 22 2016 Automatic Build System <autodist@mambasoft.it> 3.15.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:33:05 +01:00
|
|
|
* Mon Jan 04 2016 Automatic Build System <autodist@mambasoft.it> 3.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:33:05 +01:00
|
|
|
* Sat Nov 14 2015 Automatic Build System <autodist@mambasoft.it> 3.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:33:05 +01:00
|
|
|
* Mon May 25 2015 Automatic Build System <autodist@mambasoft.it> 3.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:33:05 +01:00
|
|
|
* Sat Mar 21 2015 Automatic Build System <autodist@mambasoft.it> 3.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:33:05 +01:00
|
|
|
* Wed Mar 11 2015 Automatic Build System <autodist@mambasoft.it> 3.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:33:05 +01:00
|
|
|
* Tue Mar 03 2015 Automatic Build System <autodist@mambasoft.it> 3.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:33:05 +01:00
|
|
|
* Tue Jun 24 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.8-1mamba
|
|
|
|
- package created using the webbuild interface
|