Browse Source

fix creating release packages (with proper date in README, man page and script)

master
Fabian Kurz 5 years ago
parent
commit
438b420255
  1. 5
      Makefile
  2. 2
      README
  3. 6
      dxcc
  4. 4
      dxcc.1
  5. BIN
      releases/dxcc-20190309.tar.gz
  6. 2
      releases/md5sums.txt

5
Makefile

@ -1,4 +1,4 @@
# dxcc Makefile -- Fabian Kurz, DJ1YFK -- http://fkurz.net/ham/dxcc.html
# dxcc Makefile -- Fabian Kurz, DJ1YFK -- https://fkurz.net/ham/dxcc.html
VERSION = `date +%Y%m%d`
DESTDIR ?= /usr
@ -27,6 +27,9 @@ dist:
mkdir dxcc-$(VERSION)
cp dxcc.png ChangeLog dxcc COPYING earth.gif dxcc.1 README Makefile \
dxcc-$(VERSION)
sed -i "s/VERSION/$(VERSION)/g" dxcc-$(VERSION)/README
sed -i "s/VERSION/$(VERSION)/g" dxcc-$(VERSION)/dxcc
sed -i "s/VERSION/$(VERSION)/g" dxcc-$(VERSION)/dxcc.1
tar -zcf dxcc-$(VERSION).tar.gz dxcc-$(VERSION)
mv dxcc-$(VERSION) releases/
mv dxcc-$(VERSION).tar.gz releases/

2
README

@ -1,4 +1,4 @@
dxcc 20071210 (c) 2007 Fabian Kurz, DJ1YFK. http://fkurz.net/ham/dxcc/
dxcc VERSION by Fabian Kurz, DJ1YFK. http://fkurz.net/ham/dxcc/
------------------------------------------------------------------------
dxcc determines the ARRL DXCC entity of a ham radio callsign, based on the

6
dxcc

@ -2,7 +2,7 @@
# dxcc - determining the DXCC country of a callsign
#
# Copyright (C) 2007 Fabian Kurz, DJ1YFK
# Copyright (C) 2007-2019 Fabian Kurz, DJ1YFK
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -22,11 +22,11 @@
use strict;
use POSIX;
my $version = '20080225';
my $version = 'VERSION';
my $gui = 0;
my $earthfile = ''; # world map. location will be found later.
my $splash = " Please enter a callsign!";
my $credits = "dxcc $version (c) 2007 Fabian Kurz, DJ1YFK. http://fkurz.net/ham/dxcc/
my $credits = "dxcc $version (c) Fabian Kurz, DJ1YFK. http://fkurz.net/ham/dxcc.html
Determines the ARRL DXCC entity of a ham radio callsign, based on the cty.dat
country file by Jim Reisert, AD1C (http://country-files.com/).

4
dxcc.1

@ -1,4 +1,4 @@
.TH DXCC 1 "DECEMBER 2007" Linux "User Manuals"
.TH DXCC 1 "VERSION" Linux "User Manuals"
.SH NAME
dxcc \- ham radio callsign DXCC lookup utility
.SH SYNOPSIS
@ -33,4 +33,4 @@ Earth picture for the GUI.
.RE
.SH AUTHOR
Fabian Kurz, DJ1YFK <mail@fkurz.net> - http://fkurz.net/ham/dxcc.html
Fabian Kurz, DJ1YFK <fabian@fkurz.net> - https://fkurz.net/ham/dxcc.html

BIN
releases/dxcc-20190309.tar.gz

Binary file not shown.

2
releases/md5sums.txt

@ -6,4 +6,4 @@ d25197c7ddae8a04219d6932fb12300c releases/dxcc-20071026.tar.gz
8897aa18a3418a41136ab5578d33fb6c releases/dxcc-20071205.tar.gz
4d4babee6e7e3a9fb8f95a6ef347f920 releases/dxcc-20071210.tar.gz
74167d4afef980701fb2bac269117808 releases/dxcc-20080225.tar.gz
088adda185a440ee163de778968e0817 releases/dxcc-20190309.tar.gz
d9db9c8c7129ba690996006449cc79f8 releases/dxcc-20190309.tar.gz

Loading…
Cancel
Save