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@xxxxxxx 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. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review