Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
57778a6a1e | ||
|
|
993c14cdeb | ||
| 5375ee64af | |||
|
|
285fdeb4e7 |
5 changed files with 7 additions and 25 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
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 @@
|
|||
8fd7914860953e98a9b6026b3c03e7f7 winpdb-1.2.2.tar.gz
|
||||
bb90bef4f3df3548fcf8e0039d3a23b6 winpdb-1.3.2.tar.gz
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ Name=Winpdb
|
|||
GenericName=Python Debugger
|
||||
Comment=Advanced python debugger
|
||||
Exec=winpdb
|
||||
Icon=gnome-devel.png
|
||||
Icon=gnome-devel
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Type=Application
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: winpdb
|
||||
Version: 1.2.2
|
||||
Release: 1%{?dist}.1
|
||||
Version: 1.3.2
|
||||
Release: 1%{?dist}
|
||||
Summary: An advanced python debugger
|
||||
Group: Development/Debuggers
|
||||
License: GPLv2+
|
||||
|
|
@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_datadir}/applications/*.desktop
|
||||
|
||||
%changelog
|
||||
* Tue Dec 11 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.3.2-1
|
||||
- bump to 1.3.2
|
||||
|
||||
* Mon Aug 27 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.2.2-1
|
||||
- bump to 1.2.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue