forked from pool/ocaml-cppo
- Add hardcoded Provides for pre 12.1 repos
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-cppo?expand=0&rev=3
This commit is contained in:
parent
9e2ea54b7e
commit
aaeb2cfeb3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 10 10:18:47 UTC 2015 - ohering@suse.de
|
||||||
|
|
||||||
|
- Add hardcoded Provides for pre 12.1 repos
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 9 09:29:20 UTC 2015 - hpj@urpla.net
|
Mon Nov 9 09:29:20 UTC 2015 - hpj@urpla.net
|
||||||
|
|
||||||
|
@ -24,10 +24,15 @@ Summary: The C preprocessor written in OCaml
|
|||||||
Url: http://mjambon.com/cppo.html
|
Url: http://mjambon.com/cppo.html
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Source: http://mjambon.com/releases/cppo/cppo-%{version}.tar.gz
|
Source: http://mjambon.com/releases/cppo/cppo-%{version}.tar.gz
|
||||||
BuildRequires: ocaml
|
|
||||||
BuildRequires: ocaml-easy-format
|
BuildRequires: ocaml-easy-format
|
||||||
BuildRequires: ocaml-findlib
|
BuildRequires: ocaml-findlib
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
# ocaml autodep start for pkg: ocaml-cppo
|
||||||
|
# hardcoded rpm dependency for pre 12.1 to compensate for lack of ocaml() provides/requires
|
||||||
|
%if 0%{?suse_version} < 1210
|
||||||
|
Requires: ocaml-runtime
|
||||||
|
%endif
|
||||||
|
# ocaml autodep end for pkg: ocaml-cppo
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Cppo is an equivalent of the C preprocessor targeted at the OCaml language and
|
Cppo is an equivalent of the C preprocessor targeted at the OCaml language and
|
||||||
|
Loading…
Reference in New Issue
Block a user