[Bug 604695] Review Request: generatorrunner - Plugin-based application to run apiextractor-based generators

bugzilla at redhat.com bugzilla at redhat.com
Tue Jun 29 16:50:22 UTC 2010


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


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

Kalev Lember <kalev at smartlink.ee> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #4 from Kalev Lember <kalev at smartlink.ee> 2010-06-29 12:50:20 EDT ---
(In reply to comment #3)
> - MUST: A package must own all directories that it creates. If it does not
> create a directory that it uses, then it should require a package which does
> create that directory.
> please add 
> %dir %{_includedir}/generatorrunner/
> %dir %{_libdir}/generatorrunner/
> %dir %{_libdir}/cmake/GeneratorRunner-%{version}/

There are two ways at add directories to rpm:
a)
%{_includedir}/generatorrunner/

b)
%dir %{_includedir}/generatorrunner
%{_includedir}/generatorrunner/*

I have done variant a) here, and adding additional %dir is not needed. You can
verify that all three directories are present in the final rpm by running rpm
-qlp /home/kalev/rpmbuild/RPMS/i686/generatorrunner-devel-0.5.0-2.fc14.i686.rpm

-- 
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.



More information about the package-review mailing list