nbd/nbd.spec

57 lines
1.5 KiB
RPMSpec
Raw Normal View History

Name: nbd
Version: 3.9.1
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*
%{_mandir}/man5/nbd-server.5*
%{_mandir}/man8/nbd-client.8*
%doc COPYING
%changelog
* Wed Mar 11 2015 Automatic Build System <autodist@mambasoft.it> 3.9.1-1mamba
- automatic version update by autodist
* Tue Mar 03 2015 Automatic Build System <autodist@mambasoft.it> 3.9-1mamba
- automatic version update by autodist
* Tue Jun 24 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.8-1mamba
- package created using the webbuild interface