[Bug 441965] Review Request: eet - Library for speedy data storage, retrieval, and compression

bugzilla at redhat.com bugzilla at redhat.com
Sat Apr 19 10:03:20 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: eet - Library for speedy data storage, retrieval, and compression


https://bugzilla.redhat.com/show_bug.cgi?id=441965





------- Additional Comments From pertusus at free.fr  2008-04-19 06:03 EST -------
(In reply to comment #6)
> > - Added html docs
> 
> From spec
> install -d -m 755 $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html
> install -p -m 644 doc/html/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html
>
> There is more elegant and correct way, just add html to the %doc line:
> 
> %doc AUTHORS COPYING COPYING-PLAIN README html

In fact it is already done in -devel.

What happens is that the files installed by the above 2 commands are 
erased by the %doc command of the main package:

Exécution_de(%doc): /bin/sh -e /var/tmp/rpm-tmp.33007
+ umask 022
+ cd /home/dumas/RPM-fc/BUILD
+ cd eet-0.9.99900
+ DOCDIR=/var/tmp/eet-0.9.99900-2.fc9-root-dumas/usr/share/doc/eet-0.9.99900
+ export DOCDIR
+ rm -rf /var/tmp/eet-0.9.99900-2.fc9-root-dumas/usr/share/doc/eet-0.9.99900
+ /bin/mkdir -p /var/tmp/eet-0.9.99900-2.fc9-root-dumas/usr/share/doc/eet-0.9.99900

So you just need to remove those commands and leave the %doc in -devel
as you have done.


-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the package-review mailing list