Author: spider Date: Thu Mar 23 14:17:44 2006 GMT Module: test Tag: HEAD ---- Log message: - test
---- Files affected: test: vde.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: test/vde.spec diff -u /dev/null test/vde.spec:1.1 --- /dev/null Thu Mar 23 15:17:44 2006 +++ test/vde.spec Thu Mar 23 15:17:39 2006 @@ -0,0 +1,107 @@ +# $Revision$, $Date$ +Summary: VDE: Virtual Distributed Ethernet +Summary(pl): VDE: wirtualny rozproszony ethernet +Name: vde +Version: 1.5.11 +Release: 1 +License: GPL v2 +Group: Networking/Utilities +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 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +VDE: Virtual Distributed Ethernet. It creates the abstraction of a +virtual ethernet: a single vde can be accessed by virtual and real +computers. + +%description -l pl +VDE: wirtualny rozproszony ethernet. Narzędzie to tworzy abstrakcyjny +wirtualny ethernet - pojedynczy vde może być dostępny z wirtualnych +jak i rzeczywistych komputerów. + +%prep +%setup -q + +%build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__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 + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc README +%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_libdir}/libvdetap.so +%{_mandir}/man1/*.1* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/03/23 14:17:39 spider +- test + +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 + +Revision 1.10 2005/12/23 16:50:44 undefine +- different use networks in qemu >= 8.0 - conflict 8.0 + +Revision 1.9 2005/08/27 12:36:47 megabajt +- BR: autoconf, automake, libtool + +Revision 1.8 2005/06/24 13:38:57 ankry +- pl capitalization is pointless here: unless we do s/vde/wre/g + +Revision 1.7 2005/06/24 10:00:08 spider +- up to 1.5.9 +- fix source +- fif doc section + +Revision 1.6 2005/05/31 11:23:42 spider +- sed isn't needed now + +Revision 1.5 2005/05/31 11:06:44 jajcus +- Version: 1.5.8 + +Revision 1.4 2005/03/24 21:23:38 qboosh +- builds + +Revision 1.3 2005/03/24 21:09:09 qboosh +- typo + +Revision 1.2 2005/03/24 21:08:27 qboosh +- cleanup + +Revision 1.1 2005/03/24 11:23:38 spider +- need fix +- problem in %prep ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
