Minor adjustments for 0.8 release.

This commit is contained in:
Richard Jones
2009-04-11 18:04:49 +01:00
parent c169a0bb9d
commit 8eadcfd57d
3 changed files with 9 additions and 7 deletions

View 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

View 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

View File

@@ -18,12 +18,13 @@
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/*~