Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
09585c99cf | ||
|
|
84b5b3a37e | ||
|
|
cb6a2c537c | ||
|
|
7116da123c |
4 changed files with 6 additions and 24 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xdx
|
||||
# $Id$
|
||||
NAME := xdx
|
||||
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 @@
|
|||
9834e9759f7d6a0b7b2fe200020551d7 xdx-2.4.tar.gz
|
||||
b6ba2d4fb8dd3b9cf2806902a7a284e7 xdx-2.4.1.tar.gz
|
||||
|
|
|
|||
7
xdx.spec
7
xdx.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: xdx
|
||||
Version: 2.4
|
||||
Release: 2%{?dist}
|
||||
Version: 2.4.1
|
||||
Release: 1%{?dist}
|
||||
Summary: DX-cluster tcp/ip client for amateur radio
|
||||
|
||||
Group: Applications/Communications
|
||||
|
|
@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Dec 22 2008 Sindre Pedersen Bjørdal <sindrepb@fedoraproject.org> 2.4.1-1
|
||||
- Upstream update
|
||||
|
||||
* Thu Feb 28 2008 Robert 'Bob' Jensen <bob@bobjensen.com> 2.4-2
|
||||
- Submit for review
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue