|
From: Daniel J B. <dan...@gm...> - 2008-08-12 11:22:06
|
A typo prevents use of rpmbuild [1] with the valgrind-3.3.1 release
and tip code, and is addressed by corrections [2] to the RPM spec
file.
Let me know if this won't get committed and I should go via an alternate route.
Many thanks,
Daniel
--- [1]
$ ./configure
$ rpmbuild -ba valgrind.spec
[snip]
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.50892
+ cp -pr 'docs.installed/*.html' 'docs.installed/*.gif'
/var/tmp/valgrind-root/usr/share/doc/valgrind-3.3.1
cp: cannot stat `docs.installed/*.html': No such file or directory
cp: cannot stat `docs.installed/*.gif': No such file or directory
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.50892 (%doc)
--- [2]
diff -ur valgrind-orig/valgrind.spec.in valgrind/valgrind.spec.in
--- valgrind-orig/valgrind.spec.in 2008-08-12 11:41:06.053222000 +0100
+++ valgrind/valgrind.spec.in 2008-08-12 11:42:24.565735000 +0100
@@ -40,7 +40,7 @@
%files
%defattr(-,root,root)
%doc ACKNOWLEDGEMENTS AUTHORS COPYING FAQ.txt INSTALL NEWS README*
-%doc docs.installed/*.html docs.installed/*.gif
+%doc docs.installed/html/*.html docs.installed/html/images/*.png
%{_bindir}/*
%{_includedir}/valgrind
%{_libdir}/valgrind
--
Daniel J Blueman
|