SPECS: eric4.spec (NEW) - new (PyQt4)
charles
charles at pld-linux.org
Tue Dec 26 04:52:42 CET 2006
Author: charles Date: Tue Dec 26 03:52:42 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new (PyQt4)
---- Files affected:
SPECS:
eric4.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/eric4.spec
diff -u /dev/null SPECS/eric4.spec:1.1
--- /dev/null Tue Dec 26 04:52:42 2006
+++ SPECS/eric4.spec Tue Dec 26 04:52:37 2006
@@ -0,0 +1,77 @@
+# $Revision$, $Date$
+%define _snap 20061222
+Summary: Eric4 is a full featured Python IDE
+Summary(pl): Eric4 - pełnowartościowe IDE dla Pythona
+Name: eric4
+Version: 4.0
+Release: 0.1
+License: GPL
+Group: X11/Development/Tools
+Source0: http://www.die-offenbachs.de/detlev/snapshots4/%{name}-snapshot-%{_snap}.tar.gz
+# Source0-md5: 04a4b2a1193427fba18a779c070683ed
+URL: http://www.die-offenbachs.de/detlev/eric.html
+BuildRequires: python-qscintilla2-devel
+BuildRequires: rpm-pythonprov
+%pyrequires_eq python-modules
+Requires: python-qscintilla2
+Requires: python-devel-tools
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Eric4 is a full featured Python IDE that is written in PyQt4 using the
+QScintilla editor widget.
+
+%description -l pl
+Eric4 jest pełnowartościowym IDE dla Pythona napisanym w PyQt4 i
+używającym edytora QScintilla.
+
+%package doc
+Summary: Documentation for Eric4
+Summary(pl): Dodatkowa dokumentacja dla Eric4
+Group: X11/Development/Tools
+Requires: %{name} = %{version}-%{release}
+
+%description doc
+Documentation for Eric4.
+
+%description doc -l pl
+Dodatkowa dokumentacja dla Eric4.
+
+%prep
+%setup -q -n %{name}-snapshot-%{_snap}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python install.py -c -b %{_bindir} -d %{py_sitedir} -i $RPM_BUILD_ROOT
+
+%py_comp $RPM_BUILD_ROOT%{py_sitedir}/*
+%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}/*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+# NOTE: eric4 uses *.py files for it's own purposes
+# so do not remove them from package
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README* THANKS
+%attr(755,root,root) %{_bindir}/*
+%{py_sitedir}/eric4config.py
+%{py_sitedir}/%{name}
+%exclude %{py_sitedir}/%{name}/Documentation
+
+%files doc
+%defattr(644,root,root,755)
+%dir %{py_sitedir}/%{name}/Documentation
+%{py_sitedir}/%{name}/Documentation/Source
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/12/26 03:52:37 charles
+- new (PyQt4)
+
================================================================
More information about the pld-cvs-commit
mailing list