rpms/libvirt/devel python_make.patch, NONE, 1.1 libvirt.spec, 1.100, 1.101

Daniel Veillard veillard at fedoraproject.org
Wed Sep 24 13:34:50 UTC 2008


Author: veillard

Update of /cvs/pkgs/rpms/libvirt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19457

Modified Files:
	libvirt.spec 
Added Files:
	python_make.patch 
Log Message:
- apply the python makefile patch for #463733
daniel


python_make.patch:

--- NEW FILE python_make.patch ---
Index: python/Makefile.am
===================================================================
RCS file: /data/cvs/libxen/python/Makefile.am,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile.am
--- python/Makefile.am	5 Feb 2008 19:27:37 -0000	1.13
+++ python/Makefile.am	24 Sep 2008 13:21:06 -0000
@@ -50,7 +50,7 @@ GENERATED= libvirt-export.c \
 $(GENERATED): $(srcdir)/$(GENERATE) $(API_DESC)
 	$(PYTHON) $(srcdir)/$(GENERATE) $(srcdir)
 
-libvirt.py: $(srcdir)/libvir.py libvirtclass.py
+libvirt.py: $(srcdir)/libvir.py $(GENERATED)
 	cat $(srcdir)/libvir.py libvirtclass.py > $@-t
 	mv $@-t $@
 
*** python/Makefile.in.orig	2008-09-24 15:19:20.000000000 +0200
--- python/Makefile.in	2008-09-24 15:20:07.000000000 +0200
*************** uninstall-am: uninstall-local uninstall-
*** 1027,1033 ****
  @WITH_PYTHON_TRUE@$(GENERATED): $(srcdir)/$(GENERATE) $(API_DESC)
  @WITH_PYTHON_TRUE@	$(PYTHON) $(srcdir)/$(GENERATE) $(srcdir)
  
! @WITH_PYTHON_TRUE at libvirt.py: $(srcdir)/libvir.py libvirtclass.py
  @WITH_PYTHON_TRUE@	cat $(srcdir)/libvir.py libvirtclass.py > $@-t
  @WITH_PYTHON_TRUE@	mv $@-t $@
  
--- 1027,1033 ----
  @WITH_PYTHON_TRUE@$(GENERATED): $(srcdir)/$(GENERATE) $(API_DESC)
  @WITH_PYTHON_TRUE@	$(PYTHON) $(srcdir)/$(GENERATE) $(srcdir)
  
! @WITH_PYTHON_TRUE at libvirt.py: $(srcdir)/libvir.py $(GENERATED)
  @WITH_PYTHON_TRUE@	cat $(srcdir)/libvir.py libvirtclass.py > $@-t
  @WITH_PYTHON_TRUE@	mv $@-t $@
  


Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt.spec,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- libvirt.spec	24 Sep 2008 07:19:01 -0000	1.100
+++ libvirt.spec	24 Sep 2008 13:34:20 -0000	1.101
@@ -34,10 +34,11 @@
 Summary: Library providing a simple API virtualization
 Name: libvirt
 Version: 0.4.6
-Release: 2%{?dist}%{?extra_release}
+Release: 3%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 Source: libvirt-%{version}.tar.gz
+Patch0: python_make.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 URL: http://libvirt.org/
 BuildRequires: python python-devel
@@ -159,6 +160,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 %if ! %{with_xen}
@@ -394,6 +396,9 @@
 %endif
 
 %changelog
+* Wed Sep 24 2008 Daniel Veillard <veillard at redhat.com> - 0.4.6-3.fc10
+- apply the python makefile patch for #463733
+
 * Wed Sep 24 2008 Daniel Veillard <veillard at redhat.com> - 0.4.6-2.fc10
 - upstream release 0.4.6
 - fixes some problems with 0.4.5




More information about the fedora-extras-commits mailing list