rpms/libguestfs/EL-5 libguestfs-1.0.61-no-locale-for-perl.patch, NONE, 1.1 libguestfs.spec, 1.44, 1.45

Richard W.M. Jones rjones at fedoraproject.org
Wed Jul 15 18:18:09 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/libguestfs/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12493

Modified Files:
	libguestfs.spec 
Added Files:
	libguestfs-1.0.61-no-locale-for-perl.patch 
Log Message:
Pull in upstream fix for building Perl bindings.

libguestfs-1.0.61-no-locale-for-perl.patch:

--- NEW FILE libguestfs-1.0.61-no-locale-for-perl.patch ---
diff --git a/configure.ac b/configure.ac
index 6b14c4a..59eeb9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -306,7 +306,7 @@ AC_CHECK_PROG([PERL],[perl],[perl],[no])
 dnl Check for Perl modules that must be present to compile and
 dnl test the Perl bindings.
 missing_perl_modules=no
-for pm in Test::More Test::Pod Test::Pod::Coverage ExtUtils::MakeMaker Locale::TextDomain; do
+for pm in Test::More Test::Pod Test::Pod::Coverage ExtUtils::MakeMaker; do
     AC_MSG_CHECKING([for $pm])
     if ! perl -M$pm -e1 >/dev/null 2>&1; then
         AC_MSG_RESULT([no])


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/EL-5/libguestfs.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- libguestfs.spec	15 Jul 2009 17:38:43 -0000	1.44
+++ libguestfs.spec	15 Jul 2009 18:18:09 -0000	1.45
@@ -4,13 +4,15 @@
 Summary:     Access and modify virtual machine disk images
 Name:        libguestfs
 Version:     1.0.61
-Release:     2%{?dist}
+Release:     3%{?dist}
 License:     LGPLv2+
 Group:       Development/Libraries
 URL:         http://libguestfs.org/
 Source0:     http://libguestfs.org/download/%{name}-%{version}.tar.gz
 BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root
 
+Patch0:      libguestfs-1.0.61-no-locale-for-perl.patch
+
 # Currently fails on PPC because:
 # "No Package Found for kernel"
 ExclusiveArch: %{ix86} x86_64
@@ -300,6 +302,8 @@ Requires:    jpackage-utils
 %prep
 %setup -q
 
+%patch0 -p1
+
 mkdir -p daemon/m4
 
 
@@ -533,10 +537,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Wed Jul 15 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.61-2
+* Wed Jul 15 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.61-3
 - New upstream release 1.0.61.
 - New tool / subpackage 'virt-cat'.
 - New BR perl-libintl (not enabled, because not in EPEL).
+- Pull in upstream fix for building Perl bindings.
 
 * Wed Jul 15 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.60-2
 - Fix runtime Requires so they use epoch correctly.




More information about the fedora-extras-commits mailing list