From 74ac3103222e2b24c75e3aab4da8ddda99863c90 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Sun, 10 Aug 2008 01:12:20 +0000 Subject: [PATCH] Rewrite SPEC file when doing make dist. git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@238 bc163920-b10d-0410-b2c5-a5491ca2ceef --- Makefile | 1 + contrib/proxytunnel.spec | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Makefile b/Makefile index d498826..dc5bf1f 100644 --- a/Makefile +++ b/Makefile @@ -92,4 +92,5 @@ install: $(CC) $(CFLAGS) $(OPTFLAGS) -c -o $@ $< dist: clean docs + sed -i -e 's/^Version:.*$$/Version: $(version)/' contrib/proxytunnel.spec find . ! -wholename '*/.svn*' | pax -d -w -x ustar -s ,^./,$(name)-$(version)/, | bzip2 >../$(name)-$(version).tar.bz2 diff --git a/contrib/proxytunnel.spec b/contrib/proxytunnel.spec index 9d4fd19..dd1629b 100644 --- a/contrib/proxytunnel.spec +++ b/contrib/proxytunnel.spec @@ -52,6 +52,9 @@ proxy authentication. %{_bindir}/proxytunnel %changelog +* Tue Mar 04 2008 Dag Wieers - 1.9.0-1 +- Updated to release 1.9.0. + * Fri Jan 18 2008 Dag Wieers - 1.8.0-1 - Updated to release 1.8.0.