Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 3e19475c194cab81aabcdc09e398ea99 > files > 1

eric-4.0.1-2mdv2008.0.src.rpm

Name: eric
Version: 4.0.1
Release: %mkrel 2
Summary: Eric is a full featured Python and Ruby editor and IDE
License: GPL
Group: Development/Python
Source0: %{name}4-%{version}.tar.gz
Source1: %{name}4-i18n-de-%{version}.tar.gz
Source2: %{name}4-i18n-fr-%{version}.tar.gz
Source3: %{name}4-i18n-ru-%{version}.tar.gz
Source4: %{name}4-i18n-cs_CZ-%{version}.tar.gz
URL: http://www.die-offenbachs.de/eric/index.html
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires: qscintilla-qt4-devel 
BuildRequires: python-sip
BuildRequires: python-qt4
BuildRequires: python-qt4-qscintilla
%py_requires -d
Requires: python-qt4
Requires: python-qt4-qscintilla
Requires: python-svn
BuildArch: noarch

%description
Eric is a full featured Python and Ruby editor and IDE, written in python. It is based on the cross
platform Qt gui toolkit, integrating the highly flexible Scintilla editor control. It is designed to
be usable as everdays' quick and dirty editor as well as being usable as a professional project
management tool integrating many advanced features Python offers the professional coder.

%prep
%setup -q -n %{name}4-%version
# This unpacks the i18n sources correctly. The previous spec unpacked them to the wrong place. -AdamW, 2007/05
%setup -q -n %{name}4-%version -D -T -b 1
%setup -q -n %{name}4-%version -D -T -b 2
%setup -q -n %{name}4-%version -D -T -b 3
%setup -q -n %{name}4-%version -D -T -b 4

%install
rm -rf %buildroot
mkdir -p %buildroot%py_puresitedir/%{name}
%{__python} install.py -i %buildroot -b %{_bindir}

%post
%update_menus
%update_icon_cache hicolor
%postun
%clean_menus
%clean_icon_cache hicolor

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root, 755)
%doc README THANKS LICENSE.GPL
%{_bindir}/*
%py_puresitedir/*


%changelog
* Wed Oct 03 2007 Olivier Blin <oblin@mandriva.com> 4.0.1-2mdv2008.0
+ Revision: 95215
- require python-qt4-qscintilla

* Wed Sep 05 2007 Helio Chissini de Castro <helio@mandriva.com> 4.0.1-1mdv2008.0
+ Revision: 80204
- New eric with python qt 4

  + Funda Wang <fundawang@mandriva.org>
    - fix desktop entry comment

* Thu May 24 2007 Adam Williamson <awilliamson@mandriva.com> 3.9.5-1mdv2008.0
+ Revision: 30588
- correct BuildRequires
- don't dump the entire tarball into the package
- don't own py_puresitedir
- generate fd.o-compliant icons and use in .desktop file
- unpack i18n sources correctly
- use py_puresitedir macro
- 3.9.5 (initial spec from Alex Kurtakov)


* Thu Apr 20 2006 Jerome Martin <jmartin@mandriva.org> 3.8.2-1mdk
- 3.8.2

* Fri Feb 03 2006 Austin Acton <austin@mandriva.org> 3.8.1-1mdk
- New release 3.8.1

* Tue Nov 29 2005 Austin Acton <austin@mandriva.org> 3.8.0-1mdk
- New release 3.8.0

* Fri Nov 04 2005 Austin Acton <austin@mandriva.org> 3.7.2-1mdk
- New release 3.7.2

* Sat Jul 09 2005 Austin Acton <austin@mandriva.org> 3.7.1-1mdk
- New release 3.7.1

* Sun Jun 05 2005 Austin Acton <austin@mandriva.org> 3.7.0-1mdk
- New release 3.7.0

* Sun Feb 27 2005 Austin Acton <austin@mandrake.org> 3.6.2-2mdk
- remove all referneces to buildroot (thanks Jim Lawton)

* Sun Feb 20 2005 Austin Acton <austin@mandrake.org> 3.6.2-1mdk
- 3.6.2

* Mon Jan 24 2005 Lenny Cartier <lenny@mandrakesoft.com> 3.6.0-1mdk
- 3.6.0
- install translations

* Sun Dec 05 2004 Michael Scherer <misc@mandrake.org> 3.5.1-2mdk
- Rebuild for new python

* Sun Nov 28 2004 Austin Acton <austin@mandrake.org> 3.5.1-1mdk
- 3.5.1
- source URL

* Mon Sep 27 2004 Austin Acton <austin@mandrake.org> 3.4.2-1mdk
- 3.4.2
- new menu

* Sun May 02 2004 Austin Acton <austin@mandrake.org> 3.4.1-1mdk
- 3.4.1

* Wed Feb 18 2004 David Baudens <baudens@mandrakesoft.com> 3.3.1-2mdk
- Fix icon

* Wed Dec 31 2003 Austin Acton <austin@linux.ca> 3.3.1-1mdk
- 3.3.1

* Sat Dec 06 2003 Austin Acton <austin@linux.ca> 3.3-1mdk
- 3.3

* Wed Aug 13 2003 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 3.1-2mdk
- rebuild for new python
- rm -rf $RPM_BUILD_ROOT at the beginning of %%install

* Thu May 01 2003 Austin Acton <aacton@yorku.ca> 3.1-1mdk
- from Jérôme Martin <jerome.f.martin@free.fr>:
  - Initial version
- add menu entry