aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen McGinnes <[email protected]>2018-09-15 18:55:33 +0000
committerBen McGinnes <[email protected]>2018-09-15 18:55:33 +0000
commit2e5b0603709855eb1d8a1a3fd51d3245f4301ada (patch)
tree24b321485ba73dedcde102e23353b40792102068
parentDocs: Python bindings HOWTO (diff)
downloadgpgme-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.
-rw-r--r--doc/gpgme.texi2
-rw-r--r--gpgme.spec.in3
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 5c1757d8..426ae7a0 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -14,7 +14,7 @@
@syncodeindex pg fn
@copying
-Copyright @copyright{} 2002--2008, 2010, 2012--2017 g10 Code GmbH.
+Copyright @copyright{} 2002--2008, 2010, 2012--2018 g10 Code GmbH.
@quotation
Permission is granted to copy, distribute and/or modify this document
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]>