forked from pool/ocaml-cppo
Accepting request 984128 from devel:languages:ocaml
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/984128 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-cppo?expand=0&rev=11
This commit is contained in:
commit
abf97261c1
2
_service
2
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="filename">ocaml-cppo</param>
|
||||
<param name="revision">94b2d0f21fcda5473773518a12afbcff45a52990</param>
|
||||
<param name="revision">31c1365214d2381b12127c657156778e921357f8</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="url">https://github.com/ocaml-community/cppo.git</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6124dd464a830eb812933dcec57a253afa9cbcf537325741398c8d2705abb65f
|
||||
size 25232
|
BIN
ocaml-cppo-1.6.9.tar.xz
(Stored with Git LFS)
Normal file
BIN
ocaml-cppo-1.6.9.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 13 13:13:13 UTC 2022 - ohering@suse.de
|
||||
|
||||
- Update to version 1.6.9
|
||||
See included Changes for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 11 12:34:56 UTC 2021 - ohering@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ocaml-cppo
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,17 +18,17 @@
|
||||
|
||||
|
||||
Name: ocaml-cppo
|
||||
Version: 1.6.8
|
||||
Version: 1.6.9
|
||||
Release: 0
|
||||
%{?ocaml_preserve_bytecode}
|
||||
Summary: The C preprocessor written in OCaml
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/OCaml
|
||||
URL: https://opam.ocaml.org/packages/cppo
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Source: %name-%version.tar.xz
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-dune
|
||||
BuildRequires: ocaml-rpm-macros >= 20210911
|
||||
BuildRequires: ocaml-rpm-macros >= 20220409
|
||||
BuildRequires: ocamlfind(str)
|
||||
BuildRequires: ocamlfind(unix)
|
||||
|
||||
@ -46,13 +46,13 @@ standard parsing tools Ocamllex and Ocamlyacc, which contribute to the
|
||||
robustness of cppo across OCaml versions.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Summary: Development files for %name
|
||||
Group: Development/Languages/OCaml
|
||||
Requires: %{name} = %{version}
|
||||
Requires: %name = %version
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and signature files for
|
||||
developing applications that use %{name}.
|
||||
The %name-devel package contains libraries and signature files for
|
||||
developing applications that use %name.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
@ -69,10 +69,10 @@ dune_release_pkgs='cppo'
|
||||
%check
|
||||
%ocaml_dune_test
|
||||
|
||||
%files -f %{name}.files
|
||||
%files -f %name.files
|
||||
%doc README.md
|
||||
%{_bindir}/cppo
|
||||
%_bindir/cppo
|
||||
|
||||
%files devel -f %{name}.files.devel
|
||||
%files devel -f %name.files.devel
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user