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

Nikos Mavrogiannopoulos nmav at fedoraproject.org
Mon Mar 23 15:06:29 UTC 2015


commit 85ca9568a3767d27c2997690542c000bf3b6fcbc
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 f2838d9..d23e774 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+
 
@@ -57,7 +57,7 @@ make install
 %license LICENSE
 %dir %{_libdir}/ocaml/config-file
 %{_libdir}/ocaml/*/*.cmi
-%exclude %{_libdir}/ocaml/*/*.cmo
+%{_libdir}/ocaml/*/*.cmo
 %{_libdir}/ocaml/*/META
 
 
@@ -72,6 +72,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