From 23d943d01504da9ca7bb4463cd60255a4b94d436 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Thu, 31 Oct 2002 17:55:38 +0000 Subject: [PATCH] * Makefile.am: Put gnupg.spec in the root directory so rpm -ta works. --- ChangeLog | 3 +++ Makefile.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fe4a817aa..7bc50332c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-10-31 David Shaw + * Makefile.am: Put gnupg.spec in the root directory so rpm -ta + works. + * configure.ac: Add a check for volatile. 2002-10-25 Werner Koch diff --git a/Makefile.am b/Makefile.am index 427d7b639..2693f583b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,7 @@ dist-hook: @set -e; \ sed -e 's/@pkg_version@/$(VERSION)/g' \ $(top_srcdir)/scripts/gnupg.spec.in \ - > $(distdir)/scripts/gnupg.spec + > $(distdir)/gnupg.spec echo "$(VERSION)" > $(distdir)/VERSION