Minor adjustments for 0.8 release. 0.8
authorRichard Jones <rjones@redhat.com>
Sat, 11 Apr 2009 17:04:49 +0000 (18:04 +0100)
committerRichard Jones <rjones@redhat.com>
Sat, 11 Apr 2009 17:04:49 +0000 (18:04 +0100)
Makefile.am
libguestfs.spec.in
perl/Makefile.am

index 2345018..4204624 100644 (file)
@@ -35,7 +35,8 @@ EXTRA_DIST = \
        guestfish.pod guestfish-actions.pod \
        libguestfs.spec \
        html/pod.css \
-       HACKING
+       HACKING \
+       tests.c
 
 # Build the root filesystem.
 # Currently this is arch-dependent, so it seems like putting it in
index 8a653a7..99a7798 100644 (file)
@@ -161,8 +161,8 @@ rm -rf .deps .libs
 popd
 
 # Same for ocaml/examples.
-cp -a ocaml/examples ocaml-ex
-pushd ocaml-ex
+cp -a ocaml/examples ocaml/ex
+pushd ocaml/ex
 make clean
 rm Makefile*
 popd
@@ -217,7 +217,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files ocaml-devel
 %defattr(-,root,root,-)
-%doc ocaml-ex
+%doc ocaml/ex
 %{_libdir}/ocaml/guestfs/*.a
 %{_libdir}/ocaml/guestfs/*.cmxa
 %{_libdir}/ocaml/guestfs/*.cmx
index c72d045..7ff52d9 100644 (file)
 EXTRA_DIST = \
        Makefile.PL.in \
        Guestfs.xs \
-       typemap \
-       lib/Sys/Guestfs.pm \
        examples/README \
        examples/LICENSE \
        examples/*.pl \
-       t/*.t
+       lib/Sys/Guestfs.pm \
+       run-perl-tests \
+       t/*.t \
+       typemap
 
 CLEANFILES = *~ examples/*~ t/*~