[Bug 593839] Review Request: python-urwid - Console user interface library

bugzilla at redhat.com bugzilla at redhat.com
Fri May 21 03:07:21 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=593839

--- Comment #9 from Chen Lei <supercyper1 at gmail.com> 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.



More information about the package-review mailing list