SPECS: vde.spec - up to 1.2.11, works with new qemu

undefine undefine at pld-linux.org
Mon Mar 13 01:50:11 CET 2006


Author: undefine                     Date: Mon Mar 13 00:50:11 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 1.2.11, works with new qemu

---- Files affected:
SPECS:
   vde.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/vde.spec
diff -u SPECS/vde.spec:1.11 SPECS/vde.spec:1.12
--- SPECS/vde.spec:1.11	Fri Dec 23 18:00:08 2005
+++ SPECS/vde.spec	Mon Mar 13 01:50:04 2006
@@ -2,18 +2,16 @@
 Summary:	VDE: Virtual Distributed Ethernet
 Summary(pl):	VDE: wirtualny rozproszony ethernet
 Name:		vde
-Version:	1.5.9
+Version:	1.5.11
 Release:	1
 License:	GPL v2
 Group:		Networking/Utilities
-Source0:	http://dl.sourceforge.net/vde/%{name}-%{version}.tar.gz
-# Source0-md5:	13337f2317a51a8c441503a0b0c908ac
-Patch0:		%{name}-DESTDIR.patch
+Source0:	http://dl.sourceforge.net/vde/%{name}-%{version}.tar.bz2
+# Source0-md5:	00f739390a86fa5860a269ca157ee0f6
 URL:		http://sourceforge.net/projects/vde/
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	libtool
-Conflicts:	qemu >= 8.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -28,7 +26,6 @@
 
 %prep
 %setup -q 
-%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -37,12 +34,17 @@
 %{__automake}
 %configure 
 
+%{__make}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install  \
 	DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{_bindir}/vdeqemu
+ln -sf vdeq $RPM_BUILD_ROOT%{_bindir}/vdeqemu
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -51,7 +53,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog README
+%doc README
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/libvdetap.so
 %{_mandir}/man1/*.1*
@@ -62,6 +64,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2006/03/13 00:50:04  undefine
+- up to 1.2.11, works with new qemu
+
 Revision 1.11  2005/12/23 17:00:08  darekr
 - added ChangeLog to %doc
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/vde.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list