From abf4c3bb50e757a522055e3072bf283cd5e1c18a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 2 Jul 2002 09:08:21 +0000 Subject: * configure.ac: Bumbed version number to 0.3.9; add a comment on when to change it. * gpgme.spec.in: New. Contributed by Wojciech Polak. * Makefile.am (dist-hook): New. * AUTHORS: Added Wojciech and bug reporting addresses. --- Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5ed1b623..0bf354d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,3 +52,11 @@ gpgmeplug = endif SUBDIRS = ${assuan} jnlib gpgme ${tests} doc ${bonobo} ${complus} ${gpgmeplug} + +# Fix the version of the spec file and create a file named VERSION +# to be used for patch's Prereq: feature. +dist-hook: + @set -e; \ + sed -e 's/@pkg_version@/$(VERSION)/g' \ + $(top_srcdir)/gpgme.spec.in > $(distdir)/gpgme.spec + echo "$(VERSION)" > $(distdir)/VERSION -- cgit v1.2.3