|
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
|
|
From: Julian S. <js...@ac...> - 2008-12-23 16:03:59
|
This was committed in r8526. Thanks.
J
On Tuesday 12 August 2008, Daniel J Blueman wrote:
> 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
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge Build the coolest Linux based applications with Moblin SDK & win
> great prizes Grand prize is a trip for two to an Open Source event anywhere
> in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Valgrind-developers mailing list
> Val...@li...
> https://lists.sourceforge.net/lists/listinfo/valgrind-developers
|