79 CPPFLAGS="%{l_cppflags}" \ |
79 CPPFLAGS="%{l_cppflags}" \ |
80 LDFLAGS="%{l_ldflags}" \ |
80 LDFLAGS="%{l_ldflags}" \ |
81 ./configure \ |
81 ./configure \ |
82 --prefix=%{l_prefix} \ |
82 --prefix=%{l_prefix} \ |
83 --enable-access-file=%{l_prefix}/etc/opie/opieaccess \ |
83 --enable-access-file=%{l_prefix}/etc/opie/opieaccess \ |
|
84 --enable-insecure-override \ |
84 --enable-opieauto |
85 --enable-opieauto |
85 %{l_make} %{l_mflags -O} |
86 %{l_make} %{l_mflags -O} |
86 echo "#permit 127.0.0.1 255.255.255.255" >opieaccess |
87 echo "#permit 127.0.0.1 255.255.255.255" >opieaccess |
87 |
88 |
88 %install |
89 %install |
111 opie.h $RPM_BUILD_ROOT%{l_prefix}/include/ |
112 opie.h $RPM_BUILD_ROOT%{l_prefix}/include/ |
112 %{l_shtool} install -c -m 644 \ |
113 %{l_shtool} install -c -m 644 \ |
113 opie.4 $RPM_BUILD_ROOT%{l_prefix}/man/man3/opie.3 |
114 opie.4 $RPM_BUILD_ROOT%{l_prefix}/man/man3/opie.3 |
114 %{l_shtool} install -c -m 644 \ |
115 %{l_shtool} install -c -m 644 \ |
115 opieaccess $RPM_BUILD_ROOT%{l_prefix}/etc/opie/ |
116 opieaccess $RPM_BUILD_ROOT%{l_prefix}/etc/opie/ |
|
117 %{l_shtool} install -c -m 600 \ |
|
118 /dev/null $RPM_BUILD_ROOT%{l_prefix}/etc/opie/opiekeys |
116 %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \ |
119 %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \ |
117 %{l_files_std} \ |
120 %{l_files_std} \ |
118 '%config %{l_prefix}/etc/opie/*' |
121 '%config %{l_prefix}/etc/opie/*' |
119 |
122 |
120 %files -f files |
123 %files -f files |