38cc15fb73d3b02b2304c64f09cd90e0a9d5c56d
[cascardo/ovs.git] / rhel / openvswitch-fedora.spec.in
1 # Spec file for Open vSwitch.
2
3 # Copyright (C) 2009, 2010, 2013, 2014 Nicira Networks, Inc.
4 #
5 # Copying and distribution of this file, with or without modification,
6 # are permitted in any medium without royalty provided the copyright
7 # notice and this notice are preserved.  This file is offered as-is,
8 # without warranty of any kind.
9 #
10 # If tests have to be skipped while building, specify the '--without check'
11 # option. For example:
12 # rpmbuild -bb --without check rhel/openvswitch-fedora.spec
13
14 #%define kernel 2.6.40.4-5.fc15.x86_64
15
16 Name: openvswitch
17 Summary: Open vSwitch
18 Group: System Environment/Daemons
19 URL: http://www.openvswitch.org/
20 Version: @VERSION@
21
22 # Nearly all of openvswitch is ASL 2.0.  The bugtool is LGPLv2+, and the
23 # lib/sflow*.[ch] files are SISSL
24 # datapath/ is GPLv2 (although not built into any of the binary packages)
25 # python/compat is Python (although not built into any of the binary packages)
26 License: ASL 2.0 and LGPLv2+ and SISSL
27 Release: 1%{?dist}
28 Source: http://openvswitch.org/releases/%{name}-%{version}.tar.gz
29
30 BuildRequires: autoconf
31 BuildRequires: systemd-units openssl openssl-devel
32 BuildRequires: python python-twisted-core python-zope-interface PyQt4
33 BuildRequires: desktop-file-utils
34 BuildRequires: groff graphviz
35
36 Requires: openssl iproute module-init-tools
37 #Upstream kernel commit 4f647e0a3c37b8d5086214128614a136064110c3
38 Requires: kernel >= 3.15.0-0
39
40 Requires(post): systemd-units
41 Requires(preun): systemd-units
42 Requires(postun): systemd-units
43
44 %bcond_without check
45
46 %description
47 Open vSwitch provides standard network bridging functions and
48 support for the OpenFlow protocol for remote per-flow control of
49 traffic.
50
51 %package -n python-openvswitch
52 Summary: Open vSwitch python bindings
53 License: ASL 2.0
54 BuildArch: noarch
55 Requires: python
56
57 %description -n python-openvswitch
58 Python bindings for the Open vSwitch database
59
60 %prep
61 %setup -q -n openvswitch-%{version}
62
63 %build
64 %configure --enable-ssl --with-pkidir=%{_sharedstatedir}/openvswitch/pki
65 make %{_smp_mflags}
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69 make install DESTDIR=$RPM_BUILD_ROOT
70 install -d -m 755 $RPM_BUILD_ROOT/etc
71 install -d -m 755 $RPM_BUILD_ROOT/etc/openvswitch
72 install -p -D -m 0644 rhel/usr_lib_systemd_system_openvswitch.service \
73         $RPM_BUILD_ROOT%{_unitdir}/openvswitch.service
74 install -p -D -m 0644 rhel/usr_lib_systemd_system_openvswitch-nonetwork.service \
75         $RPM_BUILD_ROOT%{_unitdir}/openvswitch-nonetwork.service
76 install -m 755 rhel/etc_init.d_openvswitch \
77         $RPM_BUILD_ROOT%{_datadir}/openvswitch/scripts/openvswitch.init
78 install -d -m 755 $RPM_BUILD_ROOT/etc/sysconfig
79 install -d -m 755 $RPM_BUILD_ROOT/etc/logrotate.d
80 install -m 755 rhel/etc_logrotate.d_openvswitch \
81         $RPM_BUILD_ROOT/etc/logrotate.d/openvswitch
82 install -d -m 755 $RPM_BUILD_ROOT/etc/profile.d
83 install -m 644 vswitchd/vswitch.ovsschema \
84         $RPM_BUILD_ROOT/usr/share/openvswitch/vswitch.ovsschema
85 install -d -m 755 $RPM_BUILD_ROOT/usr/share/openvswitch/scripts
86 install -d -m 0755 $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/
87 install -p -m 0755 rhel/etc_sysconfig_network-scripts_ifdown-ovs \
88         $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifdown-ovs
89 install -p -m 0755 rhel/etc_sysconfig_network-scripts_ifup-ovs \
90         $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-ovs
91 install -p -D -m 0644 rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template \
92         $RPM_BUILD_ROOT/etc/sysconfig/openvswitch
93 install -d -m 755 $RPM_BUILD_ROOT/usr/share/openvswitch/scripts
94
95 install -d -m 0755 $RPM_BUILD_ROOT%{python_sitelib}
96 mv $RPM_BUILD_ROOT/%{_datadir}/openvswitch/python/* $RPM_BUILD_ROOT%{python_sitelib}
97 rmdir $RPM_BUILD_ROOT/%{_datadir}/openvswitch/python/
98
99 install -d -m 755 $RPM_BUILD_ROOT/var/lib/openvswitch
100
101 # Get rid of stuff we don't want to make RPM happy.
102 (cd "$RPM_BUILD_ROOT" && rm -f usr/lib/lib*)
103
104 %check
105 %if %{with check}
106     if make check TESTSUITEFLAGS='%{_smp_mflags}' ||
107        make check TESTSUITEFLAGS='--recheck'; then :;
108     else
109         cat tests/testsuite.log
110         exit 1
111     fi
112 %endif
113
114 %clean
115 rm -rf $RPM_BUILD_ROOT
116
117 %preun
118 # Package removal, not upgrade
119 systemctl stop openvswitch.service
120 systemctl disable openvswitch.service
121
122 %post
123 if test ! -e /etc/openvswitch/conf.db; then
124     install -d -m 755 -o root -g root /etc/openvswitch
125
126     # Create ovs-vswitchd config database
127     ovsdb-tool -vANY:console:emer create /etc/openvswitch/conf.db \
128             /usr/share/openvswitch/vswitch.ovsschema
129
130     # Create initial table in config database
131     ovsdb-tool -vANY:console:emer transact /etc/openvswitch/conf.db \
132             '[{"op": "insert", "table": "Open_vSwitch", "row": {}}]' \
133             > /dev/null
134 fi
135 # Initial installation
136 systemctl enable openvswitch.service
137 systemctl start openvswitch.service
138
139 %postun
140
141 %files -n python-openvswitch
142 %{python_sitelib}/ovs
143 %doc COPYING
144
145 %files
146 %defattr(-,root,root)
147 %config /etc/sysconfig/openvswitch
148 %config /etc/logrotate.d/openvswitch
149 %{_unitdir}/openvswitch.service
150 %{_unitdir}/openvswitch-nonetwork.service
151 %{_datadir}/openvswitch/scripts/openvswitch.init
152 %{_sysconfdir}/sysconfig/network-scripts/ifup-ovs
153 %{_sysconfdir}/sysconfig/network-scripts/ifdown-ovs
154 /usr/share/openvswitch/bugtool-plugins/
155 %{python_sitelib}/ovstest
156 /usr/share/openvswitch/scripts/ovs-bugtool-*
157 /usr/share/openvswitch/scripts/ovs-check-dead-ifs
158 /usr/share/openvswitch/scripts/ovs-lib
159 /usr/share/openvswitch/scripts/ovs-vtep
160 %config /usr/share/openvswitch/vswitch.ovsschema
161 %config /usr/share/openvswitch/vtep.ovsschema
162 /usr/sbin/ovs-bugtool
163 /usr/sbin/ovs-vswitchd
164 /usr/sbin/ovsdb-server
165 /usr/bin/ovs-appctl
166 /usr/bin/ovs-docker
167 /usr/bin/ovs-dpctl
168 /usr/bin/ovs-dpctl-top
169 /usr/bin/ovs-ofctl
170 /usr/bin/ovs-vsctl
171 /usr/bin/ovsdb-client
172 /usr/bin/ovsdb-tool
173 /usr/bin/ovs-testcontroller
174 /usr/bin/ovs-pki
175 /usr/bin/ovs-test
176 /usr/bin/ovs-l3ping
177 /usr/bin/vtep-ctl
178 %doc /usr/share/man/man8/ovs-testcontroller.8.gz
179 %doc /usr/share/man/man8/ovs-pki.8.gz
180 %doc /usr/share/man/man1/ovsdb-client.1.gz
181 %doc /usr/share/man/man1/ovsdb-server.1.gz
182 %doc /usr/share/man/man1/ovsdb-tool.1.gz
183 %doc /usr/share/man/man5/ovs-vswitchd.conf.db.5.gz
184 %doc /usr/share/man/man5/vtep.5.gz
185 %doc /usr/share/man/man8/ovs-appctl.8.gz
186 %doc /usr/share/man/man8/ovs-bugtool.8.gz
187 %doc /usr/share/man/man8/ovs-ctl.8.gz
188 %doc /usr/share/man/man8/ovs-dpctl.8.gz
189 %doc /usr/share/man/man8/ovs-dpctl-top.8.gz
190 %doc /usr/share/man/man8/ovs-ofctl.8.gz
191 %doc /usr/share/man/man8/ovs-parse-backtrace.8.gz
192 %doc /usr/share/man/man8/ovs-vsctl.8.gz
193 %doc /usr/share/man/man8/ovs-vswitchd.8.gz
194 %doc /usr/share/man/man8/ovs-test.8.gz
195 %doc /usr/share/man/man8/ovs-l3ping.8.gz
196 %doc /usr/share/man/man8/vtep-ctl.8.gz
197 %doc COPYING DESIGN.md INSTALL.SSL.md NOTICE README.md WHY-OVS.md FAQ.md NEWS INSTALL.DPDK.md
198 /var/lib/openvswitch
199 /var/log/openvswitch
200 /usr/share/openvswitch/scripts/ovs-ctl
201 %exclude /etc/openvswitch
202 %exclude /usr/bin/ovs-benchmark
203 %exclude /usr/bin/ovs-parse-backtrace
204 %exclude /usr/bin/ovs-pcap
205 %exclude /usr/bin/ovs-tcpundump
206 %exclude /usr/bin/ovs-vlan-test
207 %exclude /usr/sbin/ovs-vlan-bug-workaround
208 %exclude /usr/share/man/man1/ovs-benchmark.1.gz
209 %exclude /usr/share/man/man1/ovs-pcap.1.gz
210 %exclude /usr/share/man/man1/ovs-tcpundump.1.gz
211 %exclude /usr/share/man/man8/ovs-vlan-bug-workaround.8.gz
212 %exclude /usr/share/man/man8/ovs-vlan-test.8.gz
213 %exclude /usr/share/openvswitch/scripts/ovs-save
214
215 %changelog
216 * Wed Jan 12 2011 Ralf Spenneberg <ralf@os-s.net>
217 - First build on F14