- New upstream version.

- In upstream, 'make install' became 'make install-byte' or 'make
    install-opt'
This commit is contained in:
Richard W.M. Jones 2008-07-09 12:01:31 +00:00
parent 8b73ce37fb
commit 786f5824d9
4 changed files with 13 additions and 4 deletions

View File

@ -1 +1 @@
ocaml-libvirt-0.4.2.4.tar.gz
ocaml-libvirt-0.4.4.2.tar.gz

View File

@ -1 +1,2 @@
ocaml-libvirt-0_4_2_4-1_fc8:HEAD:ocaml-libvirt-0.4.2.4-1.fc8.src.rpm:1213098967
ocaml-libvirt-0_4_4_2-1_fc10:HEAD:ocaml-libvirt-0.4.4.2-1.fc10.src.rpm:1215604835

View File

@ -5,7 +5,7 @@
%define build_mlvirsh 1
Name: ocaml-libvirt
Version: 0.4.2.4
Version: 0.4.4.2
Release: 1%{?dist}
Summary: OCaml binding for libvirt
@ -74,7 +74,11 @@ export DESTDIR=$RPM_BUILD_ROOT
export OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
mkdir -p $RPM_BUILD_ROOT%{_bindir}
make install
%if %opt
make install-opt
%else
make install-byte
%endif
%if !%build_mlvirsh
rm -f $RPM_BUILD_ROOT%{_bindir}/mlvirsh
@ -119,6 +123,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Jul 9 2008 Richard W.M. Jones <rjones@redhat.com> - 0.4.4.2-1
- New upstream version.
- In upstream, 'make install' became 'make install-byte' or 'make install-opt'
* Tue Jun 10 2008 Richard W.M. Jones <rjones@redhat.com> - 0.4.2.4-1
- New upstream version.

View File

@ -1 +1 @@
58144105f08dddfb55d3d929d6ed33c7 ocaml-libvirt-0.4.2.4.tar.gz
f903edd5827eff48835c0d1896cd9962 ocaml-libvirt-0.4.4.2.tar.gz