rpms/libguestfs/devel libguestfs.spec,1.195,1.196

Richard W.M. Jones rjones at fedoraproject.org
Tue May 25 23:31:18 UTC 2010


Author: rjones

Update of /cvs/pkgs/rpms/libguestfs/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2114

Modified Files:
	libguestfs.spec 
Log Message:
Run 'make install' twice.


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/devel/libguestfs.spec,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -p -r1.195 -r1.196
--- libguestfs.spec	25 May 2010 23:09:28 -0000	1.195
+++ libguestfs.spec	25 May 2010 23:31:18 -0000	1.196
@@ -42,7 +42,7 @@ Summary:       Access and modify virtual
 Name:          libguestfs
 Epoch:         1
 Version:       1.3.16
-Release:       3%{?dist}
+Release:       4%{?dist}
 License:       LGPLv2+
 Group:         Development/Libraries
 URL:           http://libguestfs.org/
@@ -425,15 +425,6 @@ export PATH=/usr/sbin:$PATH
 
 # 'INSTALLDIRS' ensures that perl libs are installed in the vendor dir
 # not the site dir.
-# Run 'make' a number of times because of:
-# /usr/bin/perl Makefile.PL "INSTALLDIRS=vendor" "PREFIX=/usr"
-# Warning: -L../src/.libs changed to -L..../perl/../src/.libs
-# Writing Makefile-pl for Sys::Guestfs
-# ==> Your Makefile has been rebuilt. <==
-# ==> Please rerun the make command.  <==
-make INSTALLDIRS=vendor %{?_smp_mflags} ||:
-make INSTALLDIRS=vendor %{?_smp_mflags} ||:
-make INSTALLDIRS=vendor %{?_smp_mflags} ||:
 make INSTALLDIRS=vendor %{?_smp_mflags}
 
 # Useful for debugging appliance problems.
@@ -503,6 +494,13 @@ make check
 %install
 rm -rf $RPM_BUILD_ROOT
 
+# Run 'make install' a number of times because of:
+# /usr/bin/perl Makefile.PL "INSTALLDIRS=vendor" "PREFIX=/usr"
+# Warning: -L../src/.libs changed to -L..../perl/../src/.libs
+# Writing Makefile-pl for Sys::Guestfs
+# ==> Your Makefile has been rebuilt. <==
+# ==> Please rerun the make command.  <==
+make DESTDIR=$RPM_BUILD_ROOT install ||:
 make DESTDIR=$RPM_BUILD_ROOT install
 
 # Delete the ordinary appliance, leaving just the supermin appliance.
@@ -702,7 +700,7 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Tue May 25 2010 Richard W.M. Jones <rjones at redhat.com> - 1:1.3.16-3
+* Tue May 25 2010 Richard W.M. Jones <rjones at redhat.com> - 1:1.3.16-4
 - New upstream version 1.3.16.
 - Add guestfish bash tab completion script.
 



More information about the scm-commits mailing list