]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix a few 'make rpm' breakages
authorDaniel Veillard <veillard@redhat.com>
Wed, 30 Sep 2009 12:34:15 +0000 (14:34 +0200)
committerDaniel Veillard <veillard@redhat.com>
Wed, 30 Sep 2009 14:20:25 +0000 (16:20 +0200)
* Makefile.am: examples/domain-events/events-python should be added
  to dist tarball
* libvirt.spec.in: there is no makefile in domain-events but in
  domain-events/events-c and python/libvirtclass.txt has vanished

Makefile.am
libvirt.spec.in

index a0c9469a702e98fa189a99b46b46ae99a2cb8d94..add7e2ab227434ea57d1f4f8adfd284c11554804 100644 (file)
@@ -25,6 +25,7 @@ EXTRA_DIST = \
   .x-sc_prohibit_nonreentrant \
   Makefile.nonreentrant \
   autogen.sh \
+  examples/domain-events/events-python \
   $(XML_EXAMPLES)
 
 pkgconfigdir = $(libdir)/pkgconfig
index e02e58897a940b1ee66937f898d23bce890ad366..da3b2a7268ae194cac545e84ee33c672e1d8f606 100644 (file)
@@ -509,7 +509,7 @@ gzip -9 ChangeLog
 rm -fr %{buildroot}
 
 %makeinstall
-for i in domain-events dominfo domsuspend hellolibvirt python
+for i in domain-events/events-c dominfo domsuspend hellolibvirt python
 do
   (cd examples/$i ; make clean ; rm -rf .deps .libs Makefile Makefile.in)
 done
@@ -757,7 +757,6 @@ fi
 %{_libdir}/python*/site-packages/libvirtmod*
 %doc python/tests/*.py
 %doc python/TODO
-%doc python/libvirtclass.txt
 %doc examples/python
 %doc examples/domain-events/events-python
 %endif