rpms/libguestfs/EL-5 libguestfs.spec,1.75,1.76

Richard W.M. Jones rjones at fedoraproject.org
Thu Oct 29 18:23:41 UTC 2009


Author: rjones

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

Modified Files:
	libguestfs.spec 
Log Message:
Another ugly hack to get automake working.


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/EL-5/libguestfs.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -p -r1.75 -r1.76
--- libguestfs.spec	29 Oct 2009 18:05:17 -0000	1.75
+++ libguestfs.spec	29 Oct 2009 18:23:40 -0000	1.76
@@ -5,7 +5,7 @@ Summary:     Access and modify virtual m
 Name:        libguestfs
 Epoch:       1
 Version:     1.0.75
-Release:     1%{?dist}.3
+Release:     1%{?dist}.4
 License:     LGPLv2+
 Group:       Development/Libraries
 URL:         http://libguestfs.org/
@@ -323,7 +323,11 @@ Requires:    jpackage-utils
 %prep
 %setup -q
 
+# Remove this in 1.0.76:
 %patch0 -p1
+mv inspector/Makefile.am inspector/Makefile.am.orig
+echo 'docdir = ${datadir}/doc/${PACKAGE}' > inspector/Makefile.am
+cat inspector/Makefile.am.orig >> inspector/Makefile.am
 autoreconf
 
 mkdir -p daemon/m4
@@ -571,7 +575,7 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Thu Oct 29 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.75-1.el5.3
+* Thu Oct 29 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.75-1.el5.4
 - New upstream release 1.0.75.
 - New library: libhivex.
 - New tools: virt-win-reg, hivexml, hivexget.




More information about the fedora-extras-commits mailing list