comparison: sudo/sudo.spec
sudo/sudo.spec
- changeset 687
- 7d33a70799f3
- parent 456
- f243ce94972c
equal
deleted
inserted
replaced
| 30 Distribution: OpenPKG Community |
30 Distribution: OpenPKG Community |
| 31 Class: BASE |
31 Class: BASE |
| 32 Group: ShellUtils |
32 Group: ShellUtils |
| 33 License: BSD |
33 License: BSD |
| 34 Version: 1.8.5p2 |
34 Version: 1.8.5p2 |
| 35 Release: 20120531 |
35 Release: 20120800 |
| 36 |
36 |
| 37 # package options |
37 # package options |
| 38 %option with_fsl yes |
38 %option with_fsl yes |
| 39 %option with_pam no |
39 %option with_pam no |
| 40 %option with_skey no |
40 %option with_skey no |
| 87 } |
87 } |
| 88 |
88 |
| 89 %prep |
89 %prep |
| 90 %setup -q |
90 %setup -q |
| 91 %{l_shtool} subst \ |
91 %{l_shtool} subst \ |
| |
92 -e 's;\(mansect[^0-9][^0-9]*1\)m;\1;g' \ |
| 92 -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \ |
93 -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \ |
| 93 configure |
94 configure |
| 94 case "%{l_platform -t}" in |
95 case "%{l_platform -t}" in |
| 95 *-darwin* ) |
96 *-darwin* ) |
| 96 %{l_shtool} subst \ |
97 %{l_shtool} subst \ |