fixed empty URL, Summary and License (closes #1 ) [release 0.16.0-2mamba;Wed Mar 06 2024]

This commit is contained in:
Silvan Calarco 2024-03-07 09:29:02 +01:00
parent 03dda71dcf
commit 845e82780a
2 changed files with 8 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# ocaml-ppx_bin_prot
....
Generation of bin_prot readers and writers from types.

View File

@ -2,19 +2,17 @@
Name: ocaml-ppx_bin_prot
Version: 0.16.0
Release: 1mamba
Summary: ...
Release: 2mamba
Summary: Generation of bin_prot readers and writers from types
Group: System/Libraries/OCaml
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: ...
## GITSOURCE https://github.com/janestreet/ppx_bin_prot.git v0.16.0
URL: https://github.com/janestreet/ppx_bin_prot
Source: https://github.com/janestreet/ppx_bin_prot.git/v%{version}/ppx_bin_prot-%{version}.tar.bz2
License: ...
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ocaml
BuildRequires: ocaml-base-devel
BuildRequires: ocaml-compiler-libs
BuildRequires: ocaml-compiler-libs-repackaged
@ -73,5 +71,8 @@ rm -rf %{buildroot}/usr/doc
%{_libdir}/ocaml/%{ocamlpck}/*.mli
%changelog
* Wed Mar 06 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.0-2mamba
- fixed empty URL, Summary and License (closes https://src.openmamba.org/rpms/ocaml-ppx_bin_prot/issues/1 )
* Wed Jul 12 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.0-1mamba
- package created using the webbuild interface