[Bug 249892] Review Request: bouml-doc - Documentation for the BOUML tool

bugzilla at redhat.com bugzilla at redhat.com
Wed Aug 1 17:34:04 UTC 2007


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: bouml-doc - Documentation for the BOUML tool


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





------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2007-08-01 13:33 EST -------
Well what is the real problem is that currently the directories
%{_datadir}/doc/%{name}/html/ and %{_datadir}/doc/%{name}/pdf/
*themselves* are not owned by any package.

In your way you must write:
------------------------------------------------------
%dir %_datadir/doc/%name
%dir %_datadir/doc/%name/html
%datadir/doc/%name/html/*
...........
------------------------------------------------------
or
------------------------------------------------------
%dir %_datadir/doc/%name
%_datadir/doc/%name/html/
.......
------------------------------------------------------

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/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 Fedora-package-review mailing list