]> git.pld-linux.org Git - packages/vde2.git/commitdiff
- up to 2.2.2
authorduddits <duddits@pld-linux.org>
Sat, 17 Jan 2009 21:14:43 +0000 (21:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more %files

Changed files:
    vde2.spec -> 1.5

vde2.spec

index 600f4597ba615b3b8f23233bdaa3b4f3a2578058..5c4d647d84cf2bd4b8ac3c1454d8dfae1da92f5e 100644 (file)
--- a/vde2.spec
+++ b/vde2.spec
@@ -1,12 +1,12 @@
 Summary:       VDE2: Virtual Distributed Ethernet
 Summary(pl.UTF-8):     VDE2: wirtualny rozproszony ethernet
 Name:          vde2
-Version:       2.2.1
+Version:       2.2.2
 Release:       0.1
 License:       GPL v2
 Group:         Networking/Utilities
 Source0:       http://dl.sourceforge.net/vde/%{name}-%{version}.tar.bz2
-# Source0-md5: e7854f33e702abb0436b89048c944400
+# Source0-md5: b198b92d511e4a6276b3bc87dfebe5d7
 Patch0:                %{name}-pathmax.patch
 URL:           http://sourceforge.net/projects/vde/
 BuildRequires: autoconf
@@ -81,13 +81,27 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README
+%dir %{_sysconfdir}/vde2
+%dir %{_sysconfdir}/vde2/libvdemgmt
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/vde2/vdecmd
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/vde2/libvdemgmt/asyncrecv.rc
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/vde2/libvdemgmt/closemachine.rc
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/vde2/libvdemgmt/openmachine.rc
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/vde2/libvdemgmt/sendcmd.rc
 %attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_sbindir}/*
 %attr(755,root,root) %{_libdir}/libvde*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libvde*.so.0
+%attr(755,root,root) %{_libdir}/libvde*.so.2
 %dir %{_libdir}/vde2
+%dir %{_libdir}/vde2/vde_l3
 %{_libdir}/vde2/libvdetap.la
+%{_libdir}/vde2/vde_l3/*.la
+%{_libdir}/vde2/vde_l3/*.so
 %attr(755,root,root) %{_libdir}/vde2/libvdetap.so
 %attr(755,root,root) %{_libdir}/vdetap
 %{_mandir}/man1/*.1*
+%{_mandir}/man8/*.8*
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.108588 seconds and 4 git commands to generate.