Project Configuration of ha:firewall
1
%if "%_repository" == "images"
2
Type: kiwi
3
Repotype: none
4
Patterntype: none
5
6
%endif
7
8
9
Prefer: ragel6
10
Prefer: clamav-data-empty
11
Prefer: cronie-anacron
12
13
# for authlogic
14
Prefer: rubygem-activesupport-2_3
15
Prefer: rubygem-rails
16
Substitute: ghostscript-mini ghostscript-library ghostscript-fonts-std
17
%if 0%{?suse_version} = 1010
18
Prefer: mozilla-xulrunner
19
%endif
20
%if 0%{?suse_version} = 1100
21
Prefer: mozilla-xulrunner190
22
%endif
23
%if 0%{?suse_version} = 1110
24
Prefer: mozilla-xulrunner190
25
%endif
26
27
# if you change anything here please update the coresponding macro files
28
Macros:
29
# from ruby.macros
30
%rb_arch %(echo %{_host_cpu}-linux | sed -e "s/i686/i586/" -e "s/armv5tel/armv4l/" -e "s/hppa2.0/hppa/")
31
%rb_ver %(/usr/bin/ruby -e 'puts VERSION.sub(/\\\.\\\d$/, "")')
32
#
33
%rb_dir %{_libdir}/ruby/
34
%rb_libdir %{_libdir}/ruby/%{rb_ver}/
35
%rb_archdir %{_libdir}/ruby/%{rb_ver}/%{rb_arch}
36
#
37
%rb_sitedir %{_libdir}/ruby/site_ruby
38
%rb_sitelib %{rb_sitedir}/%{rb_ver}
39
%rb_sitearch %{rb_sitedir}/%{rb_ver}/%{rb_arch}
40
#
41
%rb_vendordir %{_libdir}/ruby/vendor_ruby
42
%rb_vendorlib %{rb_vendordir}/%{rb_ver}
43
%rb_vendorarch %{rb_vendordir}/%{rb_ver}/%{rb_arch}
44