/[packages]/cauldron/shorewall/current/SPECS/shorewall.spec
ViewVC logotype

Contents of /cauldron/shorewall/current/SPECS/shorewall.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 333530 - (show annotations) (download)
Thu Dec 20 23:42:54 2012 UTC (11 years, 4 months ago) by kamil
File size: 15205 byte(s)
- define SYSTEMD and SBINDIR in ./configure.pl
1 %define debug_package %{nil}
2
3 %define version_major 4.5
4 %define version_minor 10.1
5 %define version %{version_major}.%{version_minor}
6 %define version_main %{version}
7 %define version_lite %{version}
8 %define ipv6_ver %{version}
9 %define ipv6_lite_ver %{version}
10 %define sha1sums_ver %{version}
11 %define ftp_ver %{version_major}.10
12 %define ftp_path ftp://ftp.shorewall.net/pub/shorewall/%{version_major}/%{name}-%{ftp_ver}
13
14 %define name6 %{name}6
15
16 Summary: Iptables-based firewall for Linux systems
17 Name: shorewall
18 Version: %{version}
19 Release: %mkrel 1
20 License: GPLv2+ and LGPLv2.1+
21 Group: System/Servers
22 URL: http://www.shorewall.net/
23 Source0: %ftp_path/%{name}-%{version}.tar.bz2
24 Source1: %ftp_path/%{name}-lite-%{version_lite}.tar.bz2
25 Source2: %ftp_path/%{name}-docs-html-%{version}.tar.bz2
26 Source3: %ftp_path/%{name6}-%{ipv6_ver}.tar.bz2
27 Source4: %ftp_path/%{name6}-lite-%{ipv6_lite_ver}.tar.bz2
28 Source5: %ftp_path/%{sha1sums_ver}.sha1sums
29 Source6: %ftp_path/%{name}-core-%{version}.tar.bz2
30 Patch4: %{name}-4.4.23-allow-netmask-0.patch
31 Requires: iptables
32 Requires: iproute2
33 Requires: dash
34 Requires(post): rpm-helper
35 Requires(preun): rpm-helper
36 BuildConflicts: apt-common
37 BuildArch: noarch
38
39 %description
40 The Shoreline Firewall, more commonly known as "Shorewall", is a Netfilter
41 (iptables) based firewall that can be used on a dedicated firewall system,
42 a multi-function gateway/ router/server or on a standalone GNU/Linux system.
43
44 %package core
45 Summary: Shorewall core libraries
46 Group: System/Servers
47 Requires(post): rpm-helper
48 Requires(preun): rpm-helper
49
50 %description core
51 An IPv6 enabled and capable Shoreline Firewall.
52
53
54 %package ipv6
55 Summary: IPv6 capable Shorewall
56 Group: System/Servers
57 Requires: %{name} = %{version}-%{release}
58 Requires: iptables-ipv6
59 Requires: iproute2
60 Requires(post): rpm-helper
61 Requires(preun): rpm-helper
62
63 %description ipv6
64 An IPv6 enabled and capable Shoreline Firewall.
65
66 %package ipv6-lite
67 Summary: Lite version of ipv6 shorewall
68 Group: System/Servers
69 Requires: %{name}-ipv6 = %{version}-%{release}
70 Requires(post): rpm-helper
71 Requires(preun): rpm-helper
72
73 %description ipv6-lite
74 Shorewall IPv6 Lite is a companion product to Shorewall IPv6 that allows
75 network administrators to centralize the configuration of Shorewall-based
76 firewalls.
77
78 %package lite
79 Summary: Lite version of shorewall
80 Group: System/Servers
81 Requires: %{name} = %{version}-%{release}
82 Requires(post): rpm-helper
83 Requires(preun): rpm-helper
84
85 %description lite
86 Shorewall Lite is a companion product to Shorewall that allows network
87 administrators to centralize the configuration of Shorewall-based firewalls.
88
89 %package doc
90 Summary: Firewall scripts
91 Group: System/Servers
92
93 %description doc
94 The Shoreline Firewall, more commonly known as "Shorewall", is a Netfilter
95 (iptables) based firewall that can be used on a dedicated firewall system,
96 a multi-function gateway/ router/server or on a standalone GNU/Linux system.
97
98 This package contains the docs.
99
100 %prep
101 %setup -q -c -n %{name}-%{version}
102 %setup -q -T -D -a 1
103 %setup -q -T -D -a 2
104 %setup -q -T -D -a 3
105 %setup -q -T -D -a 4
106 %setup -q -T -D -a 6
107
108 pushd %{name}-%{version_main}
109 %patch4 -p1 -b .allow-netmask-0
110 popd
111
112 %build
113 # (tpg) we do nothing here
114
115 %install
116 export PREFIX=%{buildroot}
117 export OWNER=`id -n -u`
118 export GROUP=`id -n -g`
119 export DEST=%{_initrddir}
120
121 export CONFDIR=%{_sysconfdir}/%{name}
122
123 pushd %{name}-core-%{version_main}
124 ./configure.pl SYSTEMD=%{_unitdir} SBINDIR=%{_sbindir}
125 DESTDIR=%{buildroot} ./install.sh shorewallrc.redhat
126 popd
127
128 pushd %{name}-%{version_main}
129 # (blino) enable startup (new setting as of 2.1.3)
130 perl -pi -e 's/STARTUP_ENABLED=.*/STARTUP_ENABLED=Yes/' configfiles/%{name}.conf
131
132 # Keep synced with net.ipv4.ip_forward var in /etc/sysctl.conf
133 perl -pi -e 's/IP_FORWARDING=.*/IP_FORWARDING=Keep/' configfiles/%{name}.conf
134
135 # blank Internal option
136 perl -pi -e 's/TC_ENABLED=Internal/TC_ENABLED=/' configfiles/%{name}.conf
137
138 # (tpg) do the optimizations
139 perl -pi -e 's/OPTIMIZE=.*/OPTIMIZE=1/' configfiles/%{name}.conf
140
141 # (tpg) set config path
142 perl -pi -e 's#CONFIG_PATH=.*#CONFIG_PATH=configfiles/%{/g_sysconfdir}/%{name}#' configpath
143
144 # (lmenut) mga kernel modules are compressed by default (mga #1147)
145 perl -pi -e 's#MODULE_SUFFIX=.*#MODULE_SUFFIX="ko ko.xz ko.gz"#' configfiles/%{name}.conf
146
147 # (alien) have accounting by default in the mangle table
148 perl -pi -e 's#ACCOUNTING_TABLE=.*#ACCOUNTING_TABLE=mangle#' configfiles/%{name}.conf
149
150 DESTDIR=%{buildroot} ./configure.pl SYSTEMD=%{_unitdir} SBINDIR=%{_sbindir}
151
152 # let's do the install
153 DESTDIR=%{buildroot} ./install.sh shorewallrc.redhat
154 popd
155
156 #(tpg) IPv6
157 pushd %{name6}-%{ipv6_ver}
158 # (blino) enable startup (new setting as of 2.1.3)
159 perl -pi -e 's/STARTUP_ENABLED=.*/STARTUP_ENABLED=Yes/' configfiles/%{name6}.conf
160 # Keep synced with net.ipv4.ip_forward var in /etc/sysctl.conf
161 perl -pi -e 's/IP_FORWARDING=.*/IP_FORWARDING=Keep/' configfiles/%{name6}.conf
162 # (lmenut) mga kernel modules are compressed by default (mga #1147)
163 perl -pi -e 's#MODULE_SUFFIX=.*#MODULE_SUFFIX="ko ko.xz ko.gz"#' configfiles/%{name6}.conf
164 ./configure.pl SYSTEMD=%{_unitdir} SBINDIR=%{_sbindir}
165 DESTDIR=%{buildroot} ./install.sh
166 popd
167
168 pushd %{name6}-lite-%{ipv6_lite_ver}
169 ./configure.pl SYSTEMD=%{_unitdir} SBINDIR=%{_sbindir}
170 DESTDIR=%{buildroot} ./install.sh
171 popd
172
173 pushd %{name}-lite-%{version_lite}
174 ./configure.pl SYSTEMD=%{_unitdir} SBINDIR=%{_sbindir}
175 DESTDIR=%{buildroot} ./install.sh
176 popd
177
178 # Suppress automatic replacement of "echo" by "gprintf" in the shorewall
179 # startup script by RPM. This automatic replacement is broken.
180 export DONT_GPRINTIFY=1
181
182 #(tpg) looks like these files are needed
183 touch %{buildroot}/%{_var}/lib/shorewall/{chains,nat,proxyarp,restarted,zones,restore-base,restore-tail,state,.modules,.modulesdir,.iptables-restore-input,.start,.restart,.restore}
184 touch %{buildroot}/%{_var}/lib/shorewall-lite/firewall
185
186 #(tpg) ipv6
187 touch %{buildroot}/%{_var}/lib/%{name6}/{chains,restarted,zones,restore-base,restore-tail,state,.modules,.modulesdir,.iptables-restore-input,.start,.restart,.restore}
188 touch %{buildroot}/%{_var}/lib/%{name6}-lite/firewall
189
190 #(tpg) remove hash-bang
191 find %{buildroot} -name "lib.*" -exec sed -i -e '/\#\!\/bin\/sh/d' {} \;
192
193 # (tpg) let's use dash everywhere!
194 find %{buildroot} -type f -exec sed -i -e 's@/bin/sh@/bin/dash@' {} \;
195
196 #remove unused files because of %exclude misbehaviour
197 rm -f %{buildroot}%{_datadir}/%{name6}/configfiles/*
198 rm -f %{buildroot}%{_datadir}/shorewall/configfiles/*
199
200 %post
201 if [ "$1" -ge 1 ] ; then
202 perl -pi -e 's#MODULE_SUFFIX=ko$#MODULE_SUFFIX="ko ko.xz ko.gz"#' %{_sysconfdir}/%{name}/%{name}.conf
203 perl -pi -e 's#MODULE_SUFFIX=\"ko ko.gz\"$#MODULE_SUFFIX="ko ko.xz ko.gz"#' %{_sysconfdir}/%{name}/%{name}.conf
204 fi
205 %_post_service shorewall
206
207 %create_ghostfile %{_var}/lib/%{name}/chains root root 644
208 %create_ghostfile %{_var}/lib/%{name}/nat root root 644
209 %create_ghostfile %{_var}/lib/%{name}/proxyarp root root 644
210 %create_ghostfile %{_var}/lib/%{name}/restarted root root 644
211 %create_ghostfile %{_var}/lib/%{name}/zones root root 644
212 %create_ghostfile %{_var}/lib/%{name}/restore-base root root 644
213 %create_ghostfile %{_var}/lib/%{name}/restore-tail root root 644
214 %create_ghostfile %{_var}/lib/%{name}/state root root 644
215 %create_ghostfile %{_var}/lib/%{name}/.modules root root 644
216 %create_ghostfile %{_var}/lib/%{name}/.modulesdir root root 644
217 %create_ghostfile %{_var}/lib/%{name}/.iptables-restore-input root root 644
218 %create_ghostfile %{_var}/lib/%{name}/.restart root root 700
219 %create_ghostfile %{_var}/lib/%{name}/.restore root root 700
220 %create_ghostfile %{_var}/lib/%{name}/.start root root 700
221
222 %preun
223 %_preun_service %{name}
224 if [ $1 = 0 ] ; then
225 rm -f %{_sysconfdir}/%{name}/startup_disabled
226 rm -f %{_var}/lib/%{name}/*
227 fi
228
229 %post lite
230 %_post_service %{name}-lite
231 %create_ghostfile %{_var}/lib/%{name}-lite/firewall root root 644
232
233 %preun lite
234 %_preun_service %{name}-lite
235
236 %post ipv6
237 if [ $1 > 1 ] ; then
238 perl -pi -e 's#MODULE_SUFFIX=ko$#MODULE_SUFFIX="ko ko.xz ko.gz"#' %{_sysconfdir}/%{name6}/%{name6}.conf
239 perl -pi -e 's#MODULE_SUFFIX=\"ko ko.gz\"$#MODULE_SUFFIX="ko ko.xz ko.gz"#' %{_sysconfdir}/%{name6}/%{name6}.conf
240 fi
241 %_post_service %{name6}
242
243 %create_ghostfile %{_var}/lib/%{name6}/chains root root 644
244 %create_ghostfile %{_var}/lib/%{name6}/restarted root root 644
245 %create_ghostfile %{_var}/lib/%{name6}/zones root root 644
246 %create_ghostfile %{_var}/lib/%{name6}/restore-base root root 644
247 %create_ghostfile %{_var}/lib/%{name6}/restore-tail root root 644
248 %create_ghostfile %{_var}/lib/%{name6}/state root root 644
249 %create_ghostfile %{_var}/lib/%{name6}/.modules root root 644
250 %create_ghostfile %{_var}/lib/%{name6}/.modulesdir root root 644
251 %create_ghostfile %{_var}/lib/%{name6}/.iptables-restore-input root root 644
252 %create_ghostfile %{_var}/lib/%{name6}/.restart root root 700
253 %create_ghostfile %{_var}/lib/%{name6}/.restore root root 700
254 %create_ghostfile %{_var}/lib/%{name6}/.start root root 700
255
256 %preun ipv6
257 %_preun_service %{name6}
258 if [ $1 = 0 ] ; then
259 rm -f %{_sysconfdir}/%{name6}/startup_disabled
260 rm -f %{_var}/lib/%{name6}/*
261 fi
262
263 %post ipv6-lite
264 %_post_service %{name6}-lite
265 %create_ghostfile %{_var}/lib/%{name6}-lite/firewall root root 644
266
267 %preun ipv6-lite
268 %_preun_service %{name6}-lite
269
270 %files
271 %doc %{name}-%{version_main}/{changelog.txt,releasenotes.txt,Samples}
272 %dir %{_datadir}/%{name}
273 %dir %attr(755,root,root) %{_var}/lib/%{name}
274 %ghost %{_var}/lib/%{name}/*
275 %ghost %{_var}/lib/%{name}/.??*
276 %config %{_sysconfdir}/logrotate.d/%{name}
277 %attr(700,root,root) %{_initrddir}/%{name}
278 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/%{name}
279 %attr(755,root,root) /sbin/%{name}
280 %{_datadir}/%{name}/action*
281 %{_datadir}/%{name}/configpath
282 %{_datadir}/%{name}/functions
283 #%{_datadir}/%{name}/getparams
284 %{_datadir}/%{name}/helpers
285 %{_datadir}/%{name}/lib.*
286 %{_datadir}/%{name}/macro.*
287 %{_datadir}/%{name}/modules*
288 %{_datadir}/%{name}/version
289 #%{_datadir}/%{name}/wait4ifup
290 %{_mandir}/man5/%{name}-accounting.5.*
291 %{_mandir}/man5/%{name}-actions.5.*
292 %{_mandir}/man5/%{name}-blacklist.5.*
293 %{_mandir}/man5/%{name}-ecn.5.*
294 %{_mandir}/man5/%{name}-exclusion.5.*
295 %{_mandir}/man5/%{name}-hosts.5.*
296 %{_mandir}/man5/%{name}-interfaces.5.*
297 %{_mandir}/man5/%{name}-ipsets.5.*
298 %{_mandir}/man5/%{name}-maclist.5.*
299 %{_mandir}/man5/%{name}-masq.5.*
300 %{_mandir}/man5/%{name}-modules.5.*
301 %{_mandir}/man5/%{name}-nat.5.*
302 %{_mandir}/man5/%{name}-nesting.5.*
303 #%{_mandir}/man5/%{name}-notrack.5.*
304 %{_mandir}/man5/%{name}-netmap.5.*
305 %{_mandir}/man5/%{name}-params.5.*
306 %{_mandir}/man5/%{name}-policy.5.*
307 %{_mandir}/man5/%{name}-providers.5.*
308 %{_mandir}/man5/%{name}-proxyarp.5.*
309 #%{_mandir}/man5/%{name}-route_rules.5.*
310 %{_mandir}/man5/%{name}-routes.5.*
311 %{_mandir}/man5/%{name}-routestopped.5.*
312 %{_mandir}/man5/%{name}-rules.5.*
313 %{_mandir}/man5/%{name}-secmarks.5.*
314 %{_mandir}/man5/%{name}-tcclasses.5.*
315 %{_mandir}/man5/%{name}-tcinterfaces.5.*
316 %{_mandir}/man5/%{name}-tcpri.5.*
317 %{_mandir}/man5/%{name}-tcdevices.5.*
318 %{_mandir}/man5/%{name}-tcfilters.5.*
319 %{_mandir}/man5/%{name}-tcrules.5.*
320 %{_mandir}/man5/%{name}-tos.5.*
321 %{_mandir}/man5/%{name}-tunnels.5.*
322 %{_mandir}/man5/%{name}-vardir.5.*
323 %{_mandir}/man5/%{name}-zones.5.*
324 %{_mandir}/man5/%{name}.conf.5.*
325 %{_mandir}/man8/%{name}.8.*
326 %{_mandir}/man8/%{name}-init.8.*
327 %{_mandir}/man5/%{name}-blrules.5.*
328 %{_mandir}/man5/%{name}-conntrack.5.*
329 %{_mandir}/man5/%{name}-rtrules.5.*
330 %{_mandir}/man5/%{name}-stoppedrules.5.*
331 #%dir %{_datadir}/shorewall/Shorewall
332 %{_datadir}/perl5/vendor_perl/Shorewall/*.pm
333 #%{_datadir}/shorewall/compiler.pl
334 %{_datadir}/shorewall/prog.footer
335 #%{_datadir}/shorewall/prog.header
336 %{_datadir}/shorewall/coreversion
337
338 %files ipv6
339 %doc %{name6}-%{ipv6_ver}/{changelog.txt,releasenotes.txt,tunnel,ipsecvpn,Samples6}
340 %dir %{_sysconfdir}/%{name6}
341 %dir %{_datadir}/%{name6}
342 %dir %attr(755,root,root) %{_var}/lib/%{name6}
343 %ghost %{_var}/lib/%{name6}/*
344 %ghost %{_var}/lib/%{name6}/.??*
345 %attr(700,root,root) %{_initrddir}/%{name6}
346 %config(noreplace) %{_sysconfdir}/%{name6}/*
347 %config %{_sysconfdir}/logrotate.d/%{name6}
348 %attr(755,root,root) /sbin/%{name6}
349 %{_datadir}/%{name6}/action*
350 #%{_datadir}/%{name}/prog.footer6
351 #%{_datadir}/%{name}/prog.header6
352 %{_datadir}/%{name6}/configpath
353 %{_datadir}/%{name6}/functions
354 %{_datadir}/%{name6}/helpers
355 %{_datadir}/%{name6}/lib.*
356 %{_datadir}/%{name6}/macro.*
357 %{_datadir}/%{name6}/modules*
358 %{_datadir}/%{name6}/version
359 #%{_datadir}/%{name6}/wait4ifup
360 %{_mandir}/man5/%{name6}-accounting.5.*
361 %{_mandir}/man5/%{name6}-actions.5.*
362 %{_mandir}/man5/%{name6}-blacklist.5.*
363 %{_mandir}/man5/%{name6}-exclusion.5.*
364 %{_mandir}/man5/%{name6}-hosts.5.*
365 %{_mandir}/man5/%{name6}-interfaces.5.*
366 %{_mandir}/man5/%{name6}-ipsets.5.*
367 %{_mandir}/man5/%{name6}-maclist.5.*
368 %{_mandir}/man5/%{name6}-modules.5.*
369 %{_mandir}/man5/%{name6}-nesting.5.*
370 #%{_mandir}/man5/%{name6}-notrack.5.*
371 %{_mandir}/man5/%{name6}-params.5.*
372 %{_mandir}/man5/%{name6}-policy.5.*
373 %{_mandir}/man5/%{name6}-providers.5.*
374 %{_mandir}/man5/%{name6}-proxyndp.5.*
375 #%{_mandir}/man5/%{name6}-route_rules.5.*
376 %{_mandir}/man5/%{name6}-routes.5.*
377 %{_mandir}/man5/%{name6}-routestopped.5.*
378 %{_mandir}/man5/%{name6}-rules.5.*
379 %{_mandir}/man5/%{name6}-secmarks.5.*
380 %{_mandir}/man5/%{name6}-tcclasses.5.*
381 %{_mandir}/man5/%{name6}-tcdevices.5.*
382 %{_mandir}/man5/%{name6}-tcfilters.5.*
383 %{_mandir}/man5/%{name6}-tcinterfaces.5.*
384 %{_mandir}/man5/%{name6}-tcpri.5.*
385 %{_mandir}/man5/%{name6}-tcrules.5.*
386 %{_mandir}/man5/%{name6}-tos.5.*
387 %{_mandir}/man5/%{name6}-tunnels.5.*
388 %{_mandir}/man5/%{name6}-vardir.5.*
389 %{_mandir}/man5/%{name6}-zones.5.*
390 %{_mandir}/man5/%{name6}.conf.5.*
391 %{_mandir}/man8/%{name6}.8.*
392 %{_mandir}/man5/%{name6}-blrules.5.*
393 %{_mandir}/man5/%{name6}-conntrack.5.*
394 %{_mandir}/man5/%{name6}-rtrules.5.*
395 %{_mandir}/man5/%{name6}-stoppedrules.5.*
396 %{_mandir}/man5/%{name6}-netmap.5.*
397
398
399 %files lite
400 %doc %{name}-lite-%{version_lite}/*.txt
401 %dir %{_datadir}/%{name}-lite
402 %dir %attr(755,root,root) %{_var}/lib/%{name}-lite
403 %ghost %{_var}/lib/%{name}-lite/*
404 %attr(700,root,root) %{_initrddir}/%{name}-lite
405 %config(noreplace) %{_sysconfdir}/%{name}-lite/*
406 %config %{_sysconfdir}/logrotate.d/%{name}-lite
407 %attr(755,root,root) /sbin/%{name}-lite
408 %{_datadir}/%{name}-lite/configpath
409 %{_datadir}/%{name}-lite/functions
410 %{_datadir}/%{name}-lite/helpers
411 %{_datadir}/%{name}-lite/lib.*
412 %{_datadir}/%{name}-lite/modules*
413 #%{_datadir}/%{name}-lite/shorecap
414 %{_datadir}/%{name}-lite/version
415 #%{_datadir}/%{name}-lite/wait4ifup
416 %{_mandir}/man5/%{name}-lite*
417 %{_mandir}/man8/%{name}-lite*
418
419 %files ipv6-lite
420 %doc %{name6}-lite-%{ipv6_lite_ver}/*.txt
421 %dir %{_datadir}/%{name6}-lite
422 %dir %attr(755,root,root) %{_var}/lib/%{name6}-lite
423 %ghost %{_var}/lib/%{name6}-lite/*
424 %attr(700,root,root) %{_initrddir}/%{name6}-lite
425 %config(noreplace) %{_sysconfdir}/%{name6}-lite/*
426 %config %{_sysconfdir}/logrotate.d/%{name6}-lite
427 %attr(755,root,root) /sbin/%{name6}-lite
428 %{_datadir}/%{name6}-lite/configpath
429 %{_datadir}/%{name6}-lite/functions
430 %{_datadir}/%{name6}-lite/helpers
431 %{_datadir}/%{name6}-lite/lib.*
432 %{_datadir}/%{name6}-lite/modules*
433 #%{_datadir}/%{name6}-lite/shorecap
434 %{_datadir}/%{name6}-lite/version
435 #%{_datadir}/%{name6}-lite/wait4ifup
436 %{_mandir}/man5/%{name6}-lite*
437 %{_mandir}/man8/%{name6}-lite*
438
439 %files doc
440 %doc %{name}-docs-html-%{version}/*

  ViewVC Help
Powered by ViewVC 1.1.30