]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
spec: Require pod2man when running autoreconf
authorJiri Denemark <jdenemar@redhat.com>
Mon, 8 Apr 2013 12:48:18 +0000 (14:48 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 8 Apr 2013 14:11:16 +0000 (16:11 +0200)
Since commit b8a32e0e94d75702714167539310f0df4d268e0f, all man pages
depend on configure.ac so that they are properly regenerated whenever
libvirt version changes. Thus libvirt.spec needs to have a build
dependency on pod2man when %{enable_autotools} is set.

libvirt.spec.in

index 34b3f9c8773f04df1b234cc10c9f9fba67ee584f..328b009f4fc9080c5e6fde0e1a95ef379f9bf947 100644 (file)
@@ -394,6 +394,7 @@ BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: libtool
+BuildRequires: /usr/bin/pod2man
 %endif
 BuildRequires: python-devel
 %if %{with_systemd}