1:4770fd80f85a | 2:a70f9eb8d725 |
---|---|
22 ## | 22 ## |
23 | 23 |
24 # package version | 24 # package version |
25 %define V_libsyck 0.70 | 25 %define V_libsyck 0.70 |
26 %define V_libyaml 0.1.4 | 26 %define V_libyaml 0.1.4 |
27 %define V_perl_yaml 0.73 | 27 %define V_perl_yaml 0.80 |
28 %define V_perl_yaml_syck 1.17 | 28 %define V_perl_yaml_syck 1.19 |
29 %define V_perl_yaml_tiny 1.50 | 29 %define V_perl_yaml_tiny 1.50 |
30 %define V_perl_yaml_appconfig 0.16 | 30 %define V_perl_yaml_appconfig 0.16 |
31 %define V_perl_yaml_libyaml 0.35 | 31 %define V_perl_yaml_libyaml 0.38 |
32 %define V_perl_yaml_active 1.100810 | 32 %define V_perl_yaml_active 1.100810 |
33 %define V_perl_yaml_object 0.04 | 33 %define V_perl_yaml_object 0.04 |
34 %define V_perl_io_yaml 0.08 | 34 %define V_perl_io_yaml 0.08 |
35 %define V_yaml_javascript 0.03 | 35 %define V_yaml_javascript 0.03 |
36 %define V_yaml_spec 2004-12-28 | 36 %define V_yaml_spec 2004-12-28 |
48 Distribution: OpenPKG Community | 48 Distribution: OpenPKG Community |
49 Class: PLUS | 49 Class: PLUS |
50 Group: Language | 50 Group: Language |
51 License: BSD/Artistic | 51 License: BSD/Artistic |
52 Version: 0 | 52 Version: 0 |
53 Release: 20110914 | 53 Release: 20120208 |
54 | 54 |
55 # package options | 55 # package options |
56 %option with_perl no | 56 %option with_perl no |
57 %option with_php no | 57 %option with_php no |
58 %option with_ruby no | 58 %option with_ruby no |
287 %{l_prefix}/bin/ant | 287 %{l_prefix}/bin/ant |
288 ) || exit $? | 288 ) || exit $? |
289 %endif | 289 %endif |
290 | 290 |
291 %install | 291 %install |
292 # clean build cruft | |
292 rm -rf $RPM_BUILD_ROOT | 293 rm -rf $RPM_BUILD_ROOT |
293 | 294 |
294 # install YAML C API | 295 # install YAML C API |
295 ( cd yaml-%{V_libyaml} | 296 ( cd yaml-%{V_libyaml} |
296 %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" | 297 %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" |