diff options
author | Werner Koch <[email protected]> | 2002-07-02 09:08:21 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-07-02 09:08:21 +0000 |
commit | abf4c3bb50e757a522055e3072bf283cd5e1c18a (patch) | |
tree | 4915dca07d125670893293bdf4f760ee33ff8b07 /Makefile.am | |
parent | auto updated version number. (diff) | |
download | gpgme-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.am | 8 |
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 |