diff --git a/.gitignore b/.gitignore index 02fd742..1e48b71 100644 --- a/.gitignore +++ b/.gitignore @@ -146,3 +146,4 @@ libguestfs-1.5.3.tar.gz /libguestfs-1.17.10.tar.gz /libguestfs-1.17.11.tar.gz /libguestfs-1.17.12.tar.gz +/libguestfs-1.17.13.tar.gz diff --git a/libguestfs.spec b/libguestfs.spec index 812bad6..22f6aad 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -21,7 +21,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 -Version: 1.17.12 +Version: 1.17.13 Release: 1%{?dist} License: LGPLv2+ Group: Development/Libraries @@ -626,6 +626,16 @@ This package is needed if you want to write software using the GObject bindings. It also contains GObject Introspection information. +%package man-pages-ja +Summary: Japanese (ja) man pages for %{name} +Group: Development/Libraries +Requires: %{name} = %{epoch}:%{version}-%{release} + +%description man-pages-ja +%{name}-man-pages-ja contains Japanese (ja) man pages +for %{name}. + + %package man-pages-uk Summary: Ukrainian (uk) man pages for %{name} Group: Development/Libraries @@ -820,11 +830,6 @@ rm $RPM_BUILD_ROOT%{_libdir}/libguestfs_jni.la # we can install it using a %%doc rule. mv $RPM_BUILD_ROOT%{_docdir}/libguestfs installed-docs -# Remove Japanese manpages, since these are not translated fully at -# the moment. When these are translated properly we intend to add -# them back. -rm -rf $RPM_BUILD_ROOT%{_mandir}/ja/man{1,3}/ - # For the libguestfs-live-service subpackage install the systemd # service and udev rules. mkdir -p $RPM_BUILD_ROOT%{_unitdir} @@ -1035,6 +1040,12 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gir-1.0/Guestfs-1.0.gir +%files man-pages-ja +%defattr(-,root,root,-) +%lang(ja) %{_mandir}/ja/man1/*.1* +%lang(ja) %{_mandir}/ja/man3/*.3* + + %files man-pages-uk %defattr(-,root,root,-) %lang(uk) %{_mandir}/uk/man1/*.1* @@ -1042,6 +1053,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Mar 08 2012 Richard W.M. Jones - 1:1.17.13-1 +- New upstream version 1.17.13. + +* Thu Mar 08 2012 Richard W.M. Jones - 1:1.17.12-2 +- Enable Japanese man pages, since these are in a better state upstream. + * Wed Mar 07 2012 Richard W.M. Jones - 1:1.17.12-1 - New upstream version 1.17.12. diff --git a/sources b/sources index 1af62ab..3025666 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b1601105689d2b8f547efe5e03004ca5 libguestfs-1.17.12.tar.gz +b7acc7731a5c1645c645af287e794042 libguestfs-1.17.13.tar.gz