diff options
author | Ben McGinnes <[email protected]> | 2018-09-15 18:55:33 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-09-15 18:55:33 +0000 |
commit | 2e5b0603709855eb1d8a1a3fd51d3245f4301ada (patch) | |
tree | 24b321485ba73dedcde102e23353b40792102068 /gpgme.spec.in | |
parent | Docs: Python bindings HOWTO (diff) | |
download | gpgme-2e5b0603709855eb1d8a1a3fd51d3245f4301ada.tar.gz gpgme-2e5b0603709855eb1d8a1a3fd51d3245f4301ada.zip |
Docs: including howto with standard docs
* gpgme.spec.in: Added gpgme-python-howto.info build on the grounds
that it now deals with certain possible installation issues and end
users encountering them would want the docs to hand.
* doc/gpgme.texi: updated the copyright year to this year.
Diffstat (limited to 'gpgme.spec.in')
-rw-r--r-- | gpgme.spec.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gpgme.spec.in b/gpgme.spec.in index ddc0de39..8d9c66a4 100644 --- a/gpgme.spec.in +++ b/gpgme.spec.in @@ -38,10 +38,12 @@ make distclean %post /sbin/ldconfig /sbin/install-info %{_infodir}/gpgme.info.gz %{_infodir}/dir +/sbin/install-info %{_infodir}/gpgme-python-howto.info.gz %{_infodir}/dir %preun if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/gpgme.info.gz %{_infodir}/dir + /sbin/install-info --delete %{_infodir}/gpgme-python-howto.info.gz %{_infodir}/dir fi %postun @@ -57,6 +59,7 @@ fi %{_includedir}/gpgme.h %{_datadir}/aclocal/gpgme.m4 %{_infodir}/gpgme.info* +%{_infodir}/gpgme-python-howto.info* %changelog * Sat Aug 30 2003 Robert Schiele <[email protected]> |