Accepting request 967065 from devel:languages:ocaml
- Use https URL for github.com OBS-URL: https://build.opensuse.org/request/show/967065 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-pcre?expand=0&rev=6
This commit is contained in:
commit
42ec67ffb0
2
_service
2
_service
@ -4,7 +4,7 @@
|
|||||||
<param name="revision">efdf4840f1a4d8e26f125fa9c18f2a02944e6897</param>
|
<param name="revision">efdf4840f1a4d8e26f125fa9c18f2a02944e6897</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="submodules">disable</param>
|
<param name="submodules">disable</param>
|
||||||
<param name="url">git://github.com/mmottl/pcre-ocaml.git</param>
|
<param name="url">https://github.com/mmottl/pcre-ocaml.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">[v]?([^+]+)(.*)</param>
|
<param name="versionrewrite-pattern">[v]?([^+]+)(.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 4 04:04:04 UTC 2022 - ohering@suse.de
|
||||||
|
|
||||||
|
- Use https URL for github.com
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 11 12:34:56 UTC 2021 - ohering@suse.de
|
Sat Sep 11 12:34:56 UTC 2021 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ocaml-pcre
|
# spec file for package ocaml-pcre
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
# Copyright (c) 2011 Andrew Psaltis <ampsaltis at gmail.com>
|
# Copyright (c) 2011 Andrew Psaltis <ampsaltis at gmail.com>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -25,9 +25,9 @@ Summary: Perl compatibility regular expressions (PCRE) for OCaml
|
|||||||
License: LGPL-2.0-only
|
License: LGPL-2.0-only
|
||||||
Group: Development/Languages/OCaml
|
Group: Development/Languages/OCaml
|
||||||
URL: https://opam.ocaml.org/packages/pcre
|
URL: https://opam.ocaml.org/packages/pcre
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %name-%version.tar.xz
|
||||||
BuildRequires: ocaml-dune >= 2.7
|
BuildRequires: ocaml-dune >= 2.7
|
||||||
BuildRequires: ocaml-rpm-macros >= 20210911
|
BuildRequires: ocaml-rpm-macros >= 20220222
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: ocaml(ocaml_base_version) >= 4.12
|
BuildRequires: ocaml(ocaml_base_version) >= 4.12
|
||||||
BuildRequires: ocamlfind(dune.configurator)
|
BuildRequires: ocamlfind(dune.configurator)
|
||||||
@ -37,14 +37,14 @@ BuildRequires: pkgconfig(libpcre)
|
|||||||
Perl compatibile regular expressions (PCRE) for OCaml.
|
Perl compatibile regular expressions (PCRE) for OCaml.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %name
|
||||||
Group: Development/Languages/OCaml
|
Group: Development/Languages/OCaml
|
||||||
Requires: %{name} = %{version}
|
Requires: %name = %version
|
||||||
Requires: pcre-devel
|
Requires: pcre-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries and signature files for
|
The %name-devel package contains libraries and signature files for
|
||||||
developing applications that use %{name}.
|
developing applications that use %name.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
@ -61,9 +61,9 @@ dune_release_pkgs='pcre'
|
|||||||
%check
|
%check
|
||||||
%ocaml_dune_test
|
%ocaml_dune_test
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %name.files
|
||||||
|
|
||||||
%files devel -f %{name}.files.devel
|
%files devel -f %name.files.devel
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user