rpms/nbd/F-7 nbd.spec,NONE,1.1 .cvsignore,1.1,1.2 sources,1.1,1.2

Eric Harrison (eharrison) fedora-extras-commits at redhat.com
Sat Oct 13 23:36:05 UTC 2007


Author: eharrison

Update of /cvs/pkgs/rpms/nbd/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27761

Modified Files:
	.cvsignore sources 
Added Files:
	nbd.spec 
Log Message:
branching to f7



--- NEW FILE nbd.spec ---
Name:           nbd
Version:        2.9.7
Release:        2%{dist}
Summary:        Network Block Device user-space tools (TCP version)

Group:          Applications/System
License:        GPL+
URL:            http://nbd.sourceforge.net/
Source0:        http://downloads.sourceforge.net/nbd/nbd-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

#BuildRequires:  
#Requires:       

%description 
Tools for the Linux Kernel's network block device, allowing you to use
remote block devices over a TCP/IP network.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README simple_test nbd-tester-client.c cliserv.h
%{_mandir}/man*/nbd*
%{_bindir}/nbd-server
%{_sbindir}/nbd-client

%changelog
* Sat Oct 13 2007 Eric Harrison <eharrison at mesd.k12.or.us> 2.9.7-2
- package cleanups

* Sat Oct 13 2007 Eric Harrison <eharrison at mesd.k12.or.us> 2.9.7-1
- update to 2.9.7



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nbd/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Oct 2007 23:29:36 -0000	1.1
+++ .cvsignore	13 Oct 2007 23:35:32 -0000	1.2
@@ -0,0 +1 @@
+nbd-2.9.7.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nbd/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Oct 2007 23:29:36 -0000	1.1
+++ sources	13 Oct 2007 23:35:32 -0000	1.2
@@ -0,0 +1 @@
+41a14bdc4823a5c9c135f67e04d93793  nbd-2.9.7.tar.bz2




More information about the fedora-extras-commits mailing list