remove braces from rpmspec macros
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-graphics?expand=0&rev=11
This commit is contained in:
parent
0f6bfe6292
commit
0a22072e6c
@ -24,7 +24,7 @@ Summary: The OCaml graphics library
|
||||
License: LGPL-2.1-only WITH OCaml-LGPL-linking-exception
|
||||
Group: Development/Languages/OCaml
|
||||
Url: https://github.com/ocaml/graphics
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Source: %name-%version.tar.xz
|
||||
BuildRequires: ocaml(ocaml_base_version) >= 4.09
|
||||
BuildRequires: ocaml-rpm-macros >= 20210911
|
||||
BuildRequires: ocamlfind(dune)
|
||||
@ -38,15 +38,15 @@ when Graphics.open_graph is called.
|
||||
This library used to be distributed with OCaml up to OCaml 4.08.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Summary: Development files for %name
|
||||
Group: Development/Languages/OCaml
|
||||
Requires: %{name} = %{version}
|
||||
Provides: ocaml-x11 = %{version}-%{release}
|
||||
Obsoletes: ocaml-x11 < %{version}-%{release}
|
||||
Requires: %name = %version
|
||||
Provides: ocaml-x11 = %version-%release
|
||||
Obsoletes: ocaml-x11 < %version-%release
|
||||
|
||||
%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
|
||||
@ -63,9 +63,9 @@ dune_release_pkgs='graphics'
|
||||
%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…
x
Reference in New Issue
Block a user