mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Minor adjustments for 0.8 release.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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/*~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user