[ocaml-config-file/epel7] added .cmo file

Nikos Mavrogiannopoulos nmav at fedoraproject.org
Tue Mar 24 08:30:34 UTC 2015


commit a67886deed0733f5db296e905d9d76cb4ad9a094
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date:   Mon Mar 23 09:06:21 2015 +0100

    added .cmo file

 ocaml-config-file.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ocaml-config-file.spec b/ocaml-config-file.spec
index 9c2d928..7bc073f 100644
--- a/ocaml-config-file.spec
+++ b/ocaml-config-file.spec
@@ -5,7 +5,7 @@
 
 Name:           ocaml-config-file
 Version:        1.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Configuration file management for OCaml
 License:        LGPLv2+
 
@@ -58,7 +58,7 @@ make install
 %license LICENSE
 %dir %{_libdir}/ocaml/config-file
 %{_libdir}/ocaml/*/*.cmi
-%exclude %{_libdir}/ocaml/*/*.cmo
+%{_libdir}/ocaml/*/*.cmo
 %{_libdir}/ocaml/*/META
 
 
@@ -73,6 +73,9 @@ make install
 
 
 %changelog
+* Mon Mar 23 2015 Nikos Mavrogiannopoulos <nmav at redhat.com> - 1.2-4
+- added .cmo file (#1204400)
+
 * Wed Mar 11 2015 Nikos Mavrogiannopoulos <nmav at redhat.com> - 1.2-3
 - added missing .o file in devel (required for building caml-crush)
 - devel package dependency is arch-specific, suggested by Tomas Heinrich


More information about the scm-commits mailing list