rpms/python-epdb/devel import.log, NONE, 1.1 python-epdb.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Justin M. Forbes jforbes at fedoraproject.org
Mon Jan 19 04:03:49 UTC 2009


Author: jforbes

Update of /cvs/pkgs/rpms/python-epdb/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15210/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-epdb.spec 
Log Message:
Initial package import



--- NEW FILE import.log ---
python-epdb-0_11-1_fc10:HEAD:python-epdb-0.11-1.fc10.src.rpm:1232337714


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

Name:           python-epdb
Version:        0.11
Release:        1%{?dist}
Summary:        Extended Python debugger

Group:          Development/Debuggers
License:        MIT
URL:            ftp://download.rpath.com/pub/epdb/
Source0:        ftp://download.rpath.com/pub/epdb/epdb-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  python-devel

%description
epdb is an extended Python debugger.

%prep
%setup -q -n epdb-%{version}
sed -i 's,python2.4,python,g' Make.rules epdb/epdb.py


%build
make %{?_smp_mflags} sitedir=%{python_sitelib}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT sitedir=%{python_sitelib}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE NEWS
%{python_sitelib}/*



%changelog
* Fri Jan 16 2009 Justin M. Forbes <jmforbes at linuxtx.org> 0.11-1
- Initial package build.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-epdb/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Jan 2009 22:33:53 -0000	1.1
+++ .cvsignore	19 Jan 2009 04:03:18 -0000	1.2
@@ -0,0 +1 @@
+epdb-0.11.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-epdb/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Jan 2009 22:33:53 -0000	1.1
+++ sources	19 Jan 2009 04:03:18 -0000	1.2
@@ -0,0 +1 @@
+c21e11839ecaa3bbe28b99c886622ea8  epdb-0.11.tar.bz2




More information about the fedora-extras-commits mailing list