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 \
        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
 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
 
 
                 haskell/Makefile
                 inspector/Makefile
                 make-initramfs.sh update-initramfs.sh
-                libguestfs.spec libguestfs.pc
+                libguestfs.pc
                 ocaml/META perl/Makefile.PL])
 AC_OUTPUT
 
 
-# @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
 
 
 %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.