]> git.pld-linux.org Git - packages/vde2.git/commitdiff
- added, based on vde.spec, not tested (I'm to lazy for testing programs)
authortwittner <twittner@pld-linux.org>
Wed, 21 Mar 2007 15:11:04 +0000 (15:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- there is possibility that files are wrong splitted between subpackages

Changed files:
    vde2.spec -> 1.1

vde2.spec [new file with mode: 0644]

diff --git a/vde2.spec b/vde2.spec
new file mode 100644 (file)
index 0000000..8b6f676
--- /dev/null
+++ b/vde2.spec
@@ -0,0 +1,95 @@
+Summary:       VDE2: Virtual Distributed Ethernet
+Summary(pl.UTF-8):     VDE2: wirtualny rozproszony ethernet
+Name:          vde2
+Version:       2.1.6
+Release:       0.1
+License:       GPL v2
+Group:         Networking/Utilities
+Source0:       http://dl.sourceforge.net/vde/%{name}-%{version}.tar.bz2
+# Source0-md5: 68a9a5c4c8cf713bd4d97acc1eb341a6
+URL:           http://sourceforge.net/projects/vde/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+VDE2: 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.UTF-8
+VDE2: wirtualny rozproszony ethernet. Narzędzie to tworzy abstrakcyjny
+wirtualny ethernet - pojedynczy vde może być dostępny z wirtualnych
+jak i rzeczywistych komputerów.
+
+%package devel
+Summary:       Header files for VDE2 library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki VDE2
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+Header files for VDE2 library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki VDE2.
+
+%package static
+Summary:       Static VDE2 library
+Summary(pl.UTF-8):     Statyczna biblioteka VDE2
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static VDE2 library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka VDE2.
+
+%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}/libvdeplug.so.*.*.*
+%{_libdir}/vde2/libvdetap.la
+%attr(755,root,root) %{_libdir}/vde2/libvdetap.so
+%attr(755,root,root) %{_libdir}/vdetap
+%{_mandir}/man1/*.1*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/libvdeplug.h
+/usr/lib64/libvdeplug.la
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libvdeplug.a
+%{_libdir}/vde2/libvdetap.a
This page took 0.095432 seconds and 4 git commands to generate.