aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-07-02 09:08:21 +0000
committerWerner Koch <[email protected]>2002-07-02 09:08:21 +0000
commitabf4c3bb50e757a522055e3072bf283cd5e1c18a (patch)
tree4915dca07d125670893293bdf4f760ee33ff8b07 /Makefile.am
parentauto updated version number. (diff)
downloadgpgme-abf4c3bb50e757a522055e3072bf283cd5e1c18a.tar.gz
gpgme-abf4c3bb50e757a522055e3072bf283cd5e1c18a.zip
* 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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 8 insertions, 0 deletions
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