package created using the webbuild interface [release 3.8-1mamba;Tue Jun 24 2014]
This commit is contained in:
parent
aa96796e76
commit
b5bec6f71c
@ -1,2 +1,4 @@
|
||||
# nbd
|
||||
|
||||
Tools for the Linux Kernel's network block device, allowing you to use remote block devices over a TCP/IP network.
|
||||
|
||||
|
50
nbd.spec
Normal file
50
nbd.spec
Normal file
@ -0,0 +1,50 @@
|
||||
Name: nbd
|
||||
Version: 3.8
|
||||
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
|
||||
* Tue Jun 24 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.8-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user