SPECS: winpdb.spec (NEW) - mostly done - NFY
czarny
czarny at pld-linux.org
Thu Mar 27 18:19:05 CET 2008
Author: czarny Date: Thu Mar 27 17:19:05 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- mostly done
- NFY
---- Files affected:
SPECS:
winpdb.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/winpdb.spec
diff -u /dev/null SPECS/winpdb.spec:1.1
--- /dev/null Thu Mar 27 18:19:05 2008
+++ SPECS/winpdb.spec Thu Mar 27 18:19:00 2008
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+Summary: Python debugger in wxGTK
+Summary(pl.UTF-8): Debugger pythona w wxGTK
+Name: winpdb
+Version: 1.3.6
+Release: 0.1
+License: GPL
+Group: Development/Languages/Python
+Source0: http://dl.sourceforge.net/winpdb/%{name}-%{version}.tar.gz
+Patch0: %{name}-rpdb2.patch
+URL: http://www.winpdb.org/
+BuildRequires: python-devel >= 1:2.5
+BuildRequires: rpm-pythonprov
+#%pyrequires_eq python-libs
+%pyrequires_eq python-modules
+#BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Winpdb is a platform independent GPL Python debugger with support for
+multiple threads, namespace modification, embedded debugging,
+encrypted communication and is up to 20 times faster than pdb.
+
+%description -l pl.UTF-8
+Winpdb jest niezależnym od platformy odpluskwiaczem języka Python na
+licencji GPL ze wsparciem wielu wątków, modyfikacji przestrzeni nazw,
+zagnieżdżonego odpluskwiania, szyfrowanej komunikacji i jest do
+dwudziestu razy szybszy od pdb.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+python setup.py install \
+ --optimize=2 \
+ --root=$RPM_BUILD_ROOT
+
+%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
+%py_comp $RPM_BUILD_ROOT%{py_sitedir}
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.txt
+%attr(755,root,root) %{_bindir}/*
+%{py_sitescriptdir}/*.py[co]
+%{py_sitescriptdir}/%{name}-*.egg-info
+
+%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 2008-03-27 17:19:00 czarny
+- mostly done
+- NFY
+
================================================================
More information about the pld-cvs-commit
mailing list