]> git.pld-linux.org Git - packages/ocaml-lablgtk3.git/commitdiff
- add missing version to opam and as cosequence to META files auto/th/ocaml-lablgtk3-3.1.1-2
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 28 Mar 2021 15:47:27 +0000 (17:47 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 28 Mar 2021 15:47:27 +0000 (17:47 +0200)
- rel 2

ocaml-lablgtk3.spec

index 2f32aa1b4ec74f83fe78c2f9c1d6699f26055c07..e4cb3f855af382d7d284c8a5a98d8e10fc95d33b 100644 (file)
@@ -12,7 +12,7 @@ Summary:      GTK+3 binding for OCaml
 Summary(pl.UTF-8):     Wiązania GTK+3 dla OCamla
 Name:          ocaml-lablgtk3
 Version:       3.1.1
-Release:       1
+Release:       2
 License:       LGPL with linking exceptions
 Group:         Libraries
 Source0:       https://github.com/garrigue/lablgtk/archive/%{version}/lablgtk-%{version}.tar.gz
@@ -131,6 +131,10 @@ lablgtk.
 %prep
 %setup -q -n lablgtk-%{version}
 
+for p in lablgtk3 lablgtk3-gtkspell3 lablgtk3-sourceview3; do
+       echo -e "\nversion: \"%{version}\"" >> ${p}.opam
+done
+
 %build
 dune build %{?_smp_mflags}
 
This page took 0.116908 seconds and 4 git commands to generate.