https://qa.mandrakesoft.com/show_bug.cgi?id=579
Product: libdvdread2
Component: packaging
Summary: Cannot rebuild this package
Version: 0.9.3-2mdk
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: trivial
Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
The rpm build fails because it cannot find a doc directory that is indeed not here:
+ cp -pr README AUTHORS TODO 'doc/IFO*'
/var/tmp/libdvdread-buildroot/usr/share/doc/libdvdread2-0.9.3
cp: cannot stat `doc/IFO*': No such file or directory
error: Bad exit status from /var/tmp/rpm-tmp.95523 (%doc)
It builds with the following changes:
--- libdvdread.spec.orig 2002-11-28 17:14:06.000000000 -0800
+++ libdvdread.spec 2002-11-28 17:14:40.000000000 -0800
@@ -74,12 +74,11 @@
%files -n %libname
%defattr(644,root,root,755)
-%doc README AUTHORS TODO doc/IFO*
+%doc README AUTHORS TODO
%attr(755,root,root) %{_libdir}/lib*.so.*
%files -n %libname-devel
%defattr(644,root,root,755)
-%doc doc/*.gz
%attr(755,root,root) %{_libdir}/lib*.so
%attr(755,root,root) %{_libdir}/lib*.la
%_libdir/*.a
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.