Author: twittner Date: Wed Mar 29 16:45:35 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added
---- Files affected: SPECS: pydb.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/pydb.spec diff -u /dev/null SPECS/pydb.spec:1.1 --- /dev/null Wed Mar 29 18:45:35 2006 +++ SPECS/pydb.spec Wed Mar 29 18:45:30 2006 @@ -0,0 +1,90 @@ +# $Revision$, $Date$ +Summary: Pydb - Extended Python Debugger +Summary(pl): Pydb - rozszerzony debugger Pythona +Name: pydb +Version: 1.15 +Release: 1 +License: GPL v2 +Group: Development/Languages/Python +Source0: http://dl.sourceforge.net/sourceforge/bashdb/%{name}-%{version}.tar.gz +# Source0-md5: db380a4fb96a378edb5be4d8656981ee +Source1: http://twittner.host.sk/%{name}-doc-%{version}.tar.gz +# Source1-md5: 7132f73ec63534215004fa08bee3b813 +Patch0: %{name}-install.patch +URL: http://bashdb.sourceforge.net/pydb/ +BuildRequires: autoconf >= 2.53 +BuildRequires: automake +BuildRequires: emacs >= 21 +BuildRequires: python >= 2.1 +BuildRequires: rpmbuild(macros) >= 1.231 +Requires: python-modules +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +An enhanced Python command-line debugger Pydb is a command-line +debugger for Python. It is based on the standard Python debugger pdb, +but has a number of added features. Particularly, it is suitable for +use with DDD, a graphical debugger front end. + +%description -l pl +Ulepszony debugger Pythona działający z linii komend, bazowany na +pdb - standardowym debuggerze Pythona. + +%package -n emacs-pydb +Summary: Pydb support for Emacs +Summary(pl): Wsparcie Pydb dla Emacsa +Group: Development/Languages/Python +Requires: pydb = %{version}-%{release} + +%description -n emacs-pydb +Pydb support for Emacs. + +%description -n emacs-pydb -l pl +Wsparcie Pydb dla Emacs. + +%prep +%setup -q -b1 +%patch0 -p1 + +%build +%{__autoconf} +%{__automake} +%configure \ + --with-site-packages="%{py_sitescriptdir}" + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README THANKS Doc/lib +%attr(755,root,root) %{_bindir}/* +%dir %{py_sitescriptdir}/%{name} +%{py_sitescriptdir}/%{name}/*.py[co] +%{py_sitescriptdir}/%{name}/pydb.doc +%attr(755,root,root) %{py_sitescriptdir}/%{name}/pydb.py +%{_mandir}/man1/* + +%files -n emacs-pydb +%defattr(644,root,root,755) +%doc emacs/{pydb.el,python-mode.el.diff} +%{_emacs_lispdir}/*.elc + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/03/29 16:45:30 twittner +- added + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
