- New upstream version.
- In upstream, 'make install' became 'make install-byte' or 'make install-opt'
This commit is contained in:
parent
8b73ce37fb
commit
786f5824d9
@ -1 +1 @@
|
||||
ocaml-libvirt-0.4.2.4.tar.gz
|
||||
ocaml-libvirt-0.4.4.2.tar.gz
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user