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

Rex Dieter rdieter at fedoraproject.org
Fri Feb 26 15:38:03 UTC 2010


Author: rdieter

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

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



--- NEW FILE import.log ---
marave-0_7-2_fc12:HEAD:marave-0.7-2.fc12.src.rpm:1267198703


--- NEW FILE marave.desktop ---
[Desktop Entry]
Name=Marave
GenericName=Text Editor
Exec=marave-editor
Comment=A text editor whose goal is to help you focus on writing
Icon=accessories-text-editor
Type=Application
Terminal=false
Categories=Qt;Utility;TextEditor;
MimeType=text/plain;



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

Name:    marave
Version: 0.7
Release: 2%{?dist}
Summary: A Simple text editor 

License: GPLv2
Group:   Applications/Editors
URL:     http://marave.googlecode.com/
Source0: http://marave.googlecode.com/files/marave-%{version}.tar.gz	
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch

Source1: marave.desktop

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

%description
Marave is a text editor whose goal is to help you focus on writing.

It's inspired by ommwriter, Darkroom and many other "simple" text
editors, with a few twists.


%prep
%setup -q


%build
%{__python} setup.py build


%install
rm -rf %{buildroot} 

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

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

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README LICENSE
%{_bindir}/marave-editor
%{_datadir}/applications/*marave.desktop
%{python_sitelib}/marave/
%{python_sitelib}/Marave-%{version}-*.egg-info


%changelog
* Thu Feb 25 2010 Rex Dieter <rdieter at fedoraproject.org> 0.7-2
- fix whitespace
- Group: Applications/Editors

* Thu Feb 25 2010 Rex Dieter <rdieter at fedoraproject.org> 0.7-1
- marave-0.7

* Tue Feb 23 2010 Rex Dieter <rdieter at fedoraproject.org> 0.6-1
- marave-0.6



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/marave/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	25 Feb 2010 18:53:01 -0000	1.1
+++ .cvsignore	26 Feb 2010 15:38:02 -0000	1.2
@@ -0,0 +1 @@
+marave-0.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/marave/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	25 Feb 2010 18:53:01 -0000	1.1
+++ sources	26 Feb 2010 15:38:03 -0000	1.2
@@ -0,0 +1 @@
+1bb038efb7a9847697bdbf671feb7f6e  marave-0.7.tar.gz



More information about the scm-commits mailing list