OCaml 4.01.0 rebuild.

- Enable debuginfo.
This commit is contained in:
Richard W.M. Jones 2013-09-18 23:16:57 +01:00
parent 792367ef05
commit ba0b964ed3
1 changed files with 7 additions and 6 deletions

View File

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