automatic version update by autodist [release 2.3.2-1mamba;Thu Jan 10 2013]
This commit is contained in:
parent
ba9e5090ef
commit
e8f0f30a92
@ -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.
|
||||
|
||||
|
77
vde2.spec
Normal file
77
vde2.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <autodist@mambasoft.it> 2.3.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jun 21 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.3-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user