Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
09585c99cf dist-git conversion 2010-07-29 15:38:45 +00:00
Bill Nottingham
84b5b3a37e Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:30:27 +00:00
Sindre Pedersen Bjørdal
cb6a2c537c new upstream release 2008-12-21 18:09:16 +00:00
Jesse Keating
7116da123c Initialize branch F-10 for xdx 2008-11-07 04:59:16 +00:00
4 changed files with 6 additions and 24 deletions

View file

View file

@ -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)

View file

@ -1 +1 @@
9834e9759f7d6a0b7b2fe200020551d7 xdx-2.4.tar.gz
b6ba2d4fb8dd3b9cf2806902a7a284e7 xdx-2.4.1.tar.gz

View file

@ -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