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.
This commit is contained in:
Ben McGinnes 2018-09-16 04:55:33 +10:00
parent b19faa26e0
commit 2e5b060370
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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 <rschiele@uni-mannheim.de>