diff --git a/README.md b/README.md index 1642d59..3f253c7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # vde2 +VDE is an ethernet compliant virtual network that can be spawned over a set of physical computer over the Internet. VDE is part of virtualsquare project. + diff --git a/vde2.spec b/vde2.spec new file mode 100644 index 0000000..5767a4b --- /dev/null +++ b/vde2.spec @@ -0,0 +1,77 @@ +Name: vde2 +Version: 2.3.2 +Release: 1mamba +Summary: An ethernet compliant virtual network that can be spawned over a set of physical computer over the Internet +Group: Network/Routing +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://vde.sourceforge.net/ +Source: http://downloads.sourceforge.net/project/vde/vde2/%{version}/vde2-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libopenssl-devel +BuildRequires: libpcap-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +VDE is an ethernet compliant virtual network that can be spawned over a set of physical computer over the Internet. VDE is part of virtualsquare project. + +%package devel +Summary: Devel package for %{name} +Group: Development/Libraries +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +VDE is an ethernet compliant virtual network that can be spawned over a set of physical computer over the Internet. VDE is part of virtualsquare project. + +This package contains static libraries and header files need for development. + +%prep +%setup -q + +%build +%configure +%make -j1 + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%config %{_sysconfdir}/vde2/libvdemgmt/*.rc +%{_sysconfdir}/vde2/vdecmd +%{_bindir}/* +%{_sbindir}/vde_tunctl +%{_libdir}/lib*.so.* +%{_libdir}/vde2 +%{_libexecdir}/vdetap +%{python_sitearch}/VdePlug.py +%{python_sitearch}/vdeplug_python.la +%{python_sitearch}/vdeplug_python.so +%{_mandir}/man1/*.1.gz +%{_mandir}/man8/vde_tunctl.8.gz +%doc COPYING + +%files devel +%defattr(-,root,root) +%dir %{_includedir} +%{_includedir}/*.h +%{_libdir}/lib*.a +%{_libdir}/lib*.la +%{_libdir}/lib*.so +%{_libdir}/pkgconfig/*.pc +%doc README + +%changelog +* Thu Jan 10 2013 Automatic Build System 2.3.2-1mamba +- automatic version update by autodist + +* Mon Jun 21 2010 Silvan Calarco 2.2.3-1mamba +- package created by autospec