rpms/peppy/devel import.log, NONE, 1.1 peppy.desktop, NONE, 1.1 peppy.png, NONE, 1.1 peppy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Simon Wesp cassmodiah at fedoraproject.org
Sun May 10 21:01:06 UTC 2009


Author: cassmodiah

Update of /cvs/pkgs/rpms/peppy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3778/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log peppy.desktop peppy.png peppy.spec 
Log Message:



--- NEW FILE import.log ---
peppy-0_9_27-3_fc11:HEAD:peppy-0.9.27-3.fc11.src.rpm:1241989201


--- NEW FILE peppy.desktop ---
[Desktop Entry]
Name=Peppy Editor
Exec=peppy
Icon=peppy
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Utility;TextEditor;
Comment=Editor written in python


--- NEW FILE peppy.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           peppy
Version:        0.9.27
Release:        3%{?dist}
Summary:        Editor written in python

Group:          Applications/Editors
License:        GPLv2+ and GPLv3+
URL:            http://peppy.flipturn.org
Source0:        http://%{name}.flipturn.org/archive/%{name}-%{version}.tar.bz2
Source1:        %{name}.desktop
#http://groups.google.com/group/peppy-dev
Source2:        %{name}.png
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel
BuildRequires:  desktop-file-utils
Requires:       python-enchant



%description
Peppy is a wxPython/Scintilla-based editor written in and extensible through 
Python. It attempts to provide an XEmacs-like multi-window, multi-tabbed
framework with low coupling, so it's easy to add support for new types of 
files.


%prep
%setup -q

#correct strange file permission
chmod -x README

# Correct shebang in lib of peppy
sed -i 's|#!/user/bin/env|#!/usr/bin/env|g' \
   %{name}/lib/null.py 

# Remove shebangs of templates
sed -e '1d' -i \
   %{name}/editra/tests/{c-shell_script.csh,octave.oct,perl.pl,ruby.rb,d.d,tcl_tk.tcl,korn_shell_script.ksh,python.python}


%build
python setup.py build


%install
rm -rf %{buildroot}

python setup.py install \
       -O1 \
       --skip-build \
       --root %{buildroot}

# Add executable file permission to scripts
chmod +x %{buildroot}/%{python_sitelib}/%{name}/lib/null.py
chmod +x %{buildroot}/%{python_sitelib}/%{name}/yapsy/{PeppyPluginManager,VersionedPluginManager,PluginManager,IPlugin}.py

desktop-file-install \
        --dir="%{buildroot}/%{_datadir}/applications/" \
        %{SOURCE1}

install -Dpm0644 %{SOURCE2} \
        %{buildroot}/%{_datadir}/pixmaps/%{name}.png


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog FAQ LICENSE.v2 LICENSE.v3 NEWS README TODO PKG-INFO
%{_bindir}/%{name}
%{python_sitelib}/%{name}/
%{python_sitelib}/%{name}-%{version}-py*.egg-info
%{_datadir}/applications/%{name}.*
%{_datadir}/pixmaps/%{name}.*


%changelog
* Sun May 10  2009 Simon Wesp <cassmodiah at fedoraproject.org> - 0.9.27-3
- RHBZ #497572 C7

* Sun May 10 2009 Simon Wesp <cassmodiah at fedoraproject.org> - 0.9.27-2
- RHBZ #497572 C1
- Correct description
- Add PKG-INFO to DOC
- Add R: python-enchant
- Remove shebangs of templates

* Fri Apr 24 2009 Simon Wesp <cassmodiah at fedoraproject.org> - 0.9.27-1
- Initial Package build 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/peppy/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	10 May 2009 19:20:03 -0000	1.1
+++ .cvsignore	10 May 2009 21:00:34 -0000	1.2
@@ -0,0 +1 @@
+peppy-0.9.27.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/peppy/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	10 May 2009 19:20:03 -0000	1.1
+++ sources	10 May 2009 21:00:35 -0000	1.2
@@ -0,0 +1 @@
+1836befb43977beea91aac0cbd8f07d6  peppy-0.9.27.tar.bz2




More information about the fedora-extras-commits mailing list