diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-10-06 12:34:44 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-10-06 12:34:44 +0300 |
commit | 15fb8ccb41ce4cc02c78508b936fb74f7165683c (patch) | |
tree | 7bc8e2576241d7917da90b02acb48f77bffd1ac7 /macros.in | |
parent | 82e7dd702013d3679fda438333de30afdec17a4f (diff) | |
download | rpm-15fb8ccb41ce4cc02c78508b936fb74f7165683c.tar.gz |
Teach the internal dep generator about OCaml
- OCaml seems to have fairly well detectable magic in its files, nice
- Dont call the regular find-requires from the scripts now that internal
is working
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -496,6 +496,9 @@ print (t)\ %__pkgconfig_provides %{_rpmconfigdir}/pkgconfigdeps.sh --provides %__pkgconfig_requires %{_rpmconfigdir}/pkgconfigdeps.sh --requires +%__ocaml_provides %{_rpmconfigdir}/ocaml-find-provides.sh +%__ocaml_requires %{_rpmconfigdir}/ocaml-find-requires.sh + %__fontconfig_provides %{_rpmconfigdir}/fontconfig.prov %__desktop_provides %{_rpmconfigdir}/desktop-file.prov |