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=696249

Martin Gieseking <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Martin Gieseking <[email protected]> 2011-04-27 
07:45:30 EDT ---
(In reply to comment #2)
> %{_datadir}/gnome/help/%{name}/*
> %{_datadir}/%{name}/*

Caution: When using asterisks, only the contents of the directory is added to
the package. The directory itself stays unowned. Thus, don't use asterisks
here.
%{_datadir}/%{name}/ adds the directory and its contents recursively.

Also have a look at http://fedoraproject.org/wiki/Packaging:Python how to
package Python application properly.

The license seems to be GLPv2 (according to COPYING). There are also some other
licenses involved with the plug-ins. These must be listed in the License field
of the plugins subpackage.

-- 
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.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to