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

--- Comment #9 from Chen Lei <[email protected]> 2010-05-20 23:07:16 EDT ---
1. I think %doc CHANGELOG *.html is not enough, I suggest you remove useless
file before %file and add examples.

%install
...

%{__rm} -f  tmpl_tutorial.html
%{__mkdir} examples
%{__cp} -p *.py examples
%{__rm} examples/test_urwid.py


%files

%doc CHANGELOG *.html examples

2. 

Packaing tricks has a better command that can remove both /usr/bin/python and
/usr/bin/env python shebang from *.py files.

See 
https://fedoraproject.org/wiki/Packaging_tricks#Remove_shebang_from_files

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