remove braces from rpmspec macros
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-pyml?expand=0&rev=26
This commit is contained in:
parent
d15129cbb6
commit
18adcdbb0b
@ -24,7 +24,7 @@ Summary: Stdcompat: compatibility module for OCaml standard library
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Languages/OCaml
|
||||
URL: https://opam.ocaml.org/packages/pyml
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source0: %name-%version.tar.xz
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-dune >= 2.8
|
||||
BuildRequires: ocaml-rpm-macros >= 20211027
|
||||
@ -43,14 +43,14 @@ BuildRequires: which
|
||||
Stdcompat is a compatibility layer allowing programs to use some recent additions to the OCaml standard library while preserving the ability to be compiled on former versions of OCaml.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Summary: Development files for %name
|
||||
Group: Development/Languages/OCaml
|
||||
Requires: %{name} = %{version}
|
||||
Requires: %name = %version
|
||||
Requires: which
|
||||
|
||||
%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
|
||||
@ -67,8 +67,8 @@ dune_release_pkgs='pyml'
|
||||
%check
|
||||
%ocaml_dune_test
|
||||
|
||||
%files -f %{name}.files
|
||||
%files -f %name.files
|
||||
|
||||
%files devel -f %{name}.files.devel
|
||||
%files devel -f %name.files.devel
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user