diff options
-rw-r--r-- | Makefile.am | 12 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | contrib/fedora-libguestfs.spec (renamed from libguestfs.spec.in) | 8 |
3 files changed, 14 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am index 80ea8756..592ed944 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,6 @@ EXTRA_DIST = \ make-initramfs.sh update-initramfs.sh \ guestfs.pod guestfs-actions.pod guestfs-structs.pod \ guestfish.pod guestfish-actions.pod \ - libguestfs.spec \ html/pod.css \ HACKING TODO \ tests.c \ @@ -58,7 +57,13 @@ EXTRA_DIST = \ recipes/*.example \ html/recipes.css \ make-recipes.sh \ - test-cleanup.sh + test-cleanup.sh \ + contrib/README \ + contrib/centos5.3-libguestfs.spec \ + contrib/fedora-libguestfs.spec \ + contrib/febootstrap/install.title \ + contrib/febootstrap/install.html \ + contrib/febootstrap/install.sh # Build the root filesystem. # Currently this is arch-dependent, so it seems like putting it in @@ -87,7 +92,8 @@ $(INITRAMFSIMG): initramfs/fakeroot.log daemon/guestfsd make-initramfs.sh: make-initramfs.sh.in ./config.status $@ -# Tests. These are auto-generated from the test descriptions. +# Tests. These are auto-generated from the test descriptions +# in the generator. check_PROGRAMS = tests diff --git a/configure.ac b/configure.ac index 575ab83a..f04bafbf 100644 --- a/configure.ac +++ b/configure.ac @@ -437,7 +437,7 @@ AC_CONFIG_FILES([Makefile src/Makefile fish/Makefile examples/Makefile haskell/Makefile inspector/Makefile make-initramfs.sh update-initramfs.sh - libguestfs.spec libguestfs.pc + libguestfs.pc ocaml/META perl/Makefile.PL]) AC_OUTPUT diff --git a/libguestfs.spec.in b/contrib/fedora-libguestfs.spec index 48479104..b7d66ba3 100644 --- a/libguestfs.spec.in +++ b/contrib/fedora-libguestfs.spec @@ -1,11 +1,11 @@ -# @configure_input@ +# libguestfs.spec. Generated from libguestfs.spec.in by configure. # Enable to build w/o network. %global buildnonet 0 Summary: Access and modify virtual machine disk images Name: libguestfs -Version: @VERSION@ +Version: 1.0.23 Release: 1%{?dist} License: LGPLv2+ Group: Development/Libraries @@ -430,8 +430,8 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Fri May 8 2009 Richard Jones <rjones@redhat.com> - @VERSION@-1 -- New upstream version @VERSION@. +* Fri May 8 2009 Richard Jones <rjones@redhat.com> - 1.0.23-1 +- New upstream version 1.0.23. * Fri May 8 2009 Richard Jones <rjones@redhat.com> - 1.0.21-2 - New upstream version 1.0.21. |