forked from pool/ocaml-cppo
Accepting request 498037 from devel:languages:ocaml
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/498037 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-cppo?expand=0&rev=2
This commit is contained in:
commit
13d325d425
4
_service
4
_service
@ -2,8 +2,8 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">git://github.com/mjambon/cppo.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">1.3.2</param>
|
||||
<param name="revision">v1.3.2</param>
|
||||
<param name="versionformat">1.5.0</param>
|
||||
<param name="revision">v1.5.0</param>
|
||||
<param name="filename">ocaml-cppo</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f79b5e4a3456a5a23818da38e1ce13efcc2ce9b400012d61f2a279f6d7e3e859
|
||||
size 23252
|
3
ocaml-cppo-1.5.0.tar.xz
Normal file
3
ocaml-cppo-1.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c51496820d56db2ccc815da3884592d4c5f9e7d4cbe4e307a8279583780b1da
|
||||
size 23476
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 17 14:40:14 UTC 2017 - ohering@suse.de
|
||||
|
||||
- Update to version 1.5.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 30 06:39:17 UTC 2016 - ohering@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ocaml-cppo
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -16,15 +16,16 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: ocaml-cppo
|
||||
Version: 1.3.2
|
||||
Release: 0
|
||||
Version: 1.5.0
|
||||
Release: 0
|
||||
%{ocaml_preserve_bytecode}
|
||||
License: BSD-3-Clause
|
||||
Summary: The C preprocessor written in OCaml
|
||||
Url: http://mjambon.com/cppo.html
|
||||
Group: Development/Libraries/Other
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Summary: The C preprocessor written in OCaml
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/Other
|
||||
Url: http://mjambon.com/cppo.html
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-oasis
|
||||
BuildRequires: ocaml-ocamldoc
|
||||
@ -37,7 +38,8 @@ 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-ocamlbuild ocaml-runtime
|
||||
Requires: ocaml-ocamlbuild
|
||||
Requires: ocaml-runtime
|
||||
%endif
|
||||
# ocaml autodep end for pkg: ocaml-cppo
|
||||
|
||||
@ -72,7 +74,7 @@ echo 'let cppo_version = "%{version}"' > cppo_version.ml
|
||||
sh -c "sed 's/^Version.*/Version: %{version}/' | tee _oasis" <<_EOF_
|
||||
OASISFormat: 0.4
|
||||
Name: cppo
|
||||
Version: %{version}
|
||||
Version: 0
|
||||
Synopsis: The C preprocessor written in OCaml
|
||||
Authors: Martin Jambon
|
||||
LicenseFile: LICENSE
|
||||
@ -145,3 +147,4 @@ _EOF_
|
||||
%{_libdir}/ocaml/*/*.mli
|
||||
%{_libdir}/ocaml/*/META
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user