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 - 0.6.1.2-9 +- OCaml 4.01.0 rebuild. +- Enable debuginfo. + * Sat Aug 03 2013 Fedora Release Engineering - 0.6.1.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild