[Bug 497572] Review Request: peppy - Editor written in python

bugzilla at redhat.com bugzilla at redhat.com
Sun May 10 16:04:41 UTC 2009


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





--- Comment #7 from Jussi Lehtola <jussi.lehtola at iki.fi>  2009-05-10 12:04:40 EDT ---
(In reply to comment #6)
> > - Add -O1 to the setup.py install arguments.
> error: option -0 not recognized

-O1 not -01.

> 
> 
> > - The line
> > mkdir -p %{buildroot}/%{_datadir}/{applications,pixmaps}
> > is not needed since both desktop-file-install and install -D create the
> > directories.
> + install -Dpm0644 /builddir/build/SOURCES/peppy.png
> /builddir/build/BUILDROOT/peppy-0.9.27-1.fc11.i386//usr/share/pixmaps/
> install: target
> `/builddir/build/BUILDROOT/peppy-0.9.27-1.fc11.i386//usr/share/pixmaps/' is not
> a directory: No such file or directory

If you use
 install -Dpm0644 %{SOURCE2} %{buildroot}/%{_datadir}/pixmaps/%{name}.png
it works.

**

Doesn't build:
+ sed -e -i 1d peppy/editra/tests/c-shell_script.csh
peppy/editra/tests/octave.oct peppy/editra/
tests/perl.pl peppy/editra/tests/ruby.rb peppy/editra/tests/d.d
peppy/editra/tests/tcl_tk.tcl pe
ppy/editra/tests/korn_shell_script.ksh peppy/editra/tests/python.python
sed: -e expression #1, char 1: unknown command: `-'

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