java/com_redhat_et_libguestfs_GuestFS.h
java/doc-stamp
missing
+libguestfs.pc
libguestfs.spec
libguestfs-*.tar.gz
libtool
libguestfs.spec \
html/pod.css \
HACKING TODO \
- tests.c
+ tests.c \
+ libguestfs.pc libguestfs.pc.in
# Build the root filesystem.
# Currently this is arch-dependent, so it seems like putting it in
website: html/guestfs.3.html html/guestfish.1.html
cp $^ html/pod.css $(HOME)/d/redhat/et-website/libguestfs/
+# Pkgconfig.
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libguestfs.pc
+
# Test-boot the image.
test-boot: emptydisk
We badly need to actually implement the FTP server mentioned in the
documentation.
-
-----------------------------------------------------------------------
-
-Needs pkgconfig file.
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-AC_INIT([libguestfs],[1.0.7])
+AC_INIT([libguestfs],[1.0.8])
AM_INIT_AUTOMAKE
AC_CONFIG_MACRO_DIR([m4])
ruby/Makefile ruby/Rakefile
java/Makefile
make-initramfs.sh update-initramfs.sh
- libguestfs.spec
+ libguestfs.spec libguestfs.pc
ocaml/META perl/Makefile.PL])
AC_OUTPUT
--- /dev/null
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libguestfs
+Version: @VERSION@
+Description: libguestfs library for accessing and modifying VM images
+Requires:
+Cflags:
+Libs: -lguestfs @LIBS@
Summary: Development tools and libraries for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
+Requires: pkgconfig
%description devel
%{_includedir}/guestfs.h
%{_includedir}/guestfs-actions.h
%{_includedir}/guestfs-structs.h
+%{_libdir}/pkgconfig/libguestfs.pc
%files -n guestfish