1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-22 14:57:02 +01:00

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

This commit is contained in:
David Shaw 2002-10-31 17:55:38 +00:00
parent f77b885e65
commit 23d943d015
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2002-10-31 David Shaw <dshaw@jabberwocky.com> 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. * configure.ac: Add a check for volatile.
2002-10-25 Werner Koch <wk@gnupg.org> 2002-10-25 Werner Koch <wk@gnupg.org>

View File

@ -44,7 +44,7 @@ dist-hook:
@set -e; \ @set -e; \
sed -e 's/@pkg_version@/$(VERSION)/g' \ sed -e 's/@pkg_version@/$(VERSION)/g' \
$(top_srcdir)/scripts/gnupg.spec.in \ $(top_srcdir)/scripts/gnupg.spec.in \
> $(distdir)/scripts/gnupg.spec > $(distdir)/gnupg.spec
echo "$(VERSION)" > $(distdir)/VERSION echo "$(VERSION)" > $(distdir)/VERSION