[ocaml-libvirt] OCaml 4.01.0 rebuild.

Richard W.M. Jones rjones at fedoraproject.org
Wed Sep 18 22:17:20 UTC 2013


commit ba0b964ed36ea21ff697a9c34de40264445f5365
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Sep 18 23:16:57 2013 +0100

    OCaml 4.01.0 rebuild.
    
    - Enable debuginfo.

 ocaml-libvirt.spec |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/ocaml-libvirt.spec b/ocaml-libvirt.spec
index 83fdc00..2f29b25 100644
--- a/ocaml-libvirt.spec
+++ b/ocaml-libvirt.spec
@@ -1,15 +1,14 @@
 %global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
-%global debug_package %{nil}
 
 Name:           ocaml-libvirt
 Version:        0.6.1.2
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        OCaml binding for libvirt
-
-Group:          Development/Libraries
 License:        LGPLv2+
+
 URL:            http://libvirt.org/ocaml/
 Source0:        http://libvirt.org/sources/ocaml/%{name}-%{version}.tar.gz
+
 ExcludeArch:    sparc64 s390 s390x
 
 BuildRequires:  ocaml >= 3.10.0
@@ -29,7 +28,6 @@ OCaml binding for libvirt.
 
 %package        devel
 Summary:        Development files for %{name}
-Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
 
 
@@ -48,7 +46,6 @@ developing applications that use %{name}.
 make all doc
 %if %opt
 make opt
-strip libvirt/dllmllibvirt.so
 %endif
 
 
@@ -89,6 +86,10 @@ make install-byte
 
 
 %changelog
+* Wed Sep 18 2013 Richard W.M. Jones <rjones at redhat.com> - 0.6.1.2-9
+- OCaml 4.01.0 rebuild.
+- Enable debuginfo.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.1.2-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list