- New upstream release 1.0.73.

- OCaml library now depends on xml-light.
- Deal with installed documentation.
This commit is contained in:
Richard W.M. Jones 2009-10-14 14:54:45 +00:00
parent a52ed65a97
commit f14b2b0ccd
3 changed files with 15 additions and 4 deletions

View File

@ -1 +1 @@
libguestfs-1.0.72.tar.gz
libguestfs-1.0.73.tar.gz

View File

@ -4,8 +4,8 @@
Summary: Access and modify virtual machine disk images
Name: libguestfs
Epoch: 1
Version: 1.0.72
Release: 2%{?dist}
Version: 1.0.73
Release: 1%{?dist}
License: LGPLv2+
Group: Development/Libraries
URL: http://libguestfs.org/
@ -50,6 +50,7 @@ Requires: grub, ntfsprogs
# different languages:
BuildRequires: ocaml
BuildRequires: ocaml-findlib-devel
BuildRequires: ocaml-xml-light-devel
BuildRequires: perl-devel
BuildRequires: perl-Test-Simple
BuildRequires: perl-Test-Pod
@ -413,6 +414,10 @@ rm $RPM_BUILD_ROOT%{_libdir}/libguestfs_jni.la
# Generator shouldn't be executable when we distribute it.
chmod -x src/generator.ml
# Move installed documentation back to the source directory so
# we can install it using a %%doc rule.
mv $RPM_BUILD_ROOT%{_docdir}/libguestfs installed-docs
# Find locale files.
%find_lang %{name}
@ -441,6 +446,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc ChangeLog HACKING TODO README ex html/guestfs.3.html html/pod.css
%doc src/generator.ml
%doc installed-docs/*
%{_libdir}/libguestfs.so
%{_mandir}/man3/guestfs.3*
%{_mandir}/man3/libguestfs.3*
@ -536,6 +542,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Oct 14 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.73-1
- New upstream release 1.0.73.
- OCaml library now depends on xml-light.
- Deal with installed documentation.
* Tue Sep 29 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.72-2
- Force rebuild.

View File

@ -1 +1 @@
d6c66e405e34c256c05860cb25801a0d libguestfs-1.0.72.tar.gz
749041818f250f50f4ed8afbfc0fc568 libguestfs-1.0.73.tar.gz