Author: twittner Date: Wed Mar 21 15:11:15 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added, based on vde.spec, not tested (I'm to lazy for testing programs) - there is possibility that files are wrong splitted between subpackages
---- Files affected: SPECS: vde2.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/vde2.spec diff -u /dev/null SPECS/vde2.spec:1.1 --- /dev/null Wed Mar 21 16:11:15 2007 +++ SPECS/vde2.spec Wed Mar 21 16:11:04 2007 @@ -0,0 +1,107 @@ +# $Revision$, $Date$ +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 + +%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 2007/03/21 15:11:04 twittner +- added, based on vde.spec, not tested (I'm to lazy for testing programs) +- there is possibility that files are wrong splitted between subpackages + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
