packages: openvswitch/openvswitch.spec - added docs - proper groups - cleanup
baggins
baggins at pld-linux.org
Mon Mar 19 22:45:05 CET 2012
Author: baggins Date: Mon Mar 19 21:45:05 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- added docs
- proper groups
- cleanup
---- Files affected:
packages/openvswitch:
openvswitch.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/openvswitch/openvswitch.spec
diff -u packages/openvswitch/openvswitch.spec:1.1 packages/openvswitch/openvswitch.spec:1.2
--- packages/openvswitch/openvswitch.spec:1.1 Mon Mar 19 21:58:25 2012
+++ packages/openvswitch/openvswitch.spec Mon Mar 19 22:45:00 2012
@@ -31,7 +31,7 @@
Version: 1.4.0
Release: %{rel}
License: Apache v2.0
-Group: Applications
+Group: Networking/Daemons
Source0: http://openvswitch.org/releases/%{name}-%{version}.tar.gz
# Source0-md5: 3847c60af329bfe81ff7220b9f489fa5
Source1: ifdown-ovs
@@ -74,9 +74,8 @@
#%description -l pl.UTF-8
%package test
-###### Unknown group!
Summary: Open vSwitch test package
-Group: -
+Group: Networking/Admin
Requires: python-modules
%description test
@@ -110,15 +109,13 @@
%build
%configure \
+%if %{with kernel}
--with-linux=%{_kernelsrcdir} \
--with-linux-source=%{_kernelsrcdir}
+%endif
%{__make}
-%if %{with kernel}
-%endif
-%if %{with userspace}
-%endif
%install
rm -rf $RPM_BUILD_ROOT
@@ -171,7 +168,8 @@
%if %{with userspace}
%files
%defattr(644,root,root,755)
-%doc README.PLD
+%doc AUTHORS DESIGN INSTALL.KVM INSTALL.SSL INSTALL.bridge INSTALL.userspace NEWS README
+%doc REPORTING-BUGS WHY-OVS README.PLD
%attr(755,root,root) /lib/rc-scripts/ifdown-ovs
%attr(755,root,root) /lib/rc-scripts/ifup-ovs
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/openvswitch
@@ -244,6 +242,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2012/03/19 21:45:00 baggins
+- added docs
+- proper groups
+- cleanup
+
Revision 1.1 2012/03/19 20:58:25 baggins
- new, half-raw
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openvswitch/openvswitch.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list