* Makefile.am: Put gnupg.spec in the root directory so rpm -ta works.

This commit is contained in:
David Shaw 2002-10-31 18:29:53 +00:00
parent 61a15d304d
commit 7b4ad0f64c
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2002-10-31 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Put gnupg.spec in the root directory so rpm -ta
works.
* configure.ac: Add a check for volatile.
2002-10-29 David Shaw <dshaw@jabberwocky.com>

View File

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