Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
226b51c796 | ||
|
|
90919bcd40 | ||
| 507c1e5525 | |||
|
|
7332750542 |
5 changed files with 6 additions and 24 deletions
|
|
@ -1 +0,0 @@
|
|||
winpdb-1.3.6.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
winpdb-1.3.8.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: winpdb
|
||||
# $Id$
|
||||
NAME := winpdb
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
7d50e92bf57dadf61b16b7fa8df16b50 winpdb-1.3.6.tar.gz
|
||||
81de14efa0b52bb39611f34162cc29cb winpdb-1.3.8.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: winpdb
|
||||
Version: 1.3.6
|
||||
Version: 1.3.8
|
||||
Release: 1%{?dist}
|
||||
Summary: An advanced python debugger
|
||||
Group: Development/Debuggers
|
||||
|
|
@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_datadir}/applications/*.desktop
|
||||
|
||||
%changelog
|
||||
* Wed Apr 23 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.3.8-1
|
||||
- update to 1.3.8
|
||||
|
||||
* Mon Mar 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.3.6-1
|
||||
- update to 1.3.6
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue