[X2Go-Commits] [pinentry-x2go] 01/01: pinentry-x2go.spec: install new man page.

git-admin at x2go.org git-admin at x2go.org
Tue Dec 4 07:52:14 CET 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository pinentry-x2go.

commit 4f5370dbaad618bfd03fd2db5afca78bf560b4c8
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Tue Dec 4 07:50:36 2018 +0100

    pinentry-x2go.spec: install new man page.
---
 debian/changelog   | 5 ++++-
 pinentry-x2go.spec | 3 +++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0be83ca..37f2933 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 pinentry-x2go (0.7.5.11-0x2go1) UNRELEASED; urgency=medium
 
-  * Continue development
+  [ Mihai Moldovan ]
+  * New upstream version (0.7.5.11):
+  * pinentry-x2go.spec:
+    - Install new man page.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Tue, 04 Dec 2018 05:46:30 +0100
 
diff --git a/pinentry-x2go.spec b/pinentry-x2go.spec
index 540145f..30cc828 100644
--- a/pinentry-x2go.spec
+++ b/pinentry-x2go.spec
@@ -47,10 +47,13 @@ pushd pinentry-x2go/
 # Why on earth does every goddamn build system have to use different names
 # for DESTDIR, and force strip on us?
 make install DESTDIR="%{buildroot}" INSTALL_ROOT="%{buildroot}" STRIP="true"
+install -d -m 755 '%{_mandir}/man1/'
+install -m 644 'pinentry-x2go.1' '%{_mandir}/man1/'
 popd
 
 %files
 %defattr(-,root,root)
 %{_bindir}/pinentry-x2go
+%{_mandir}/man1/pinentry-x2go.1*
 
 %changelog

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git


More information about the x2go-commits mailing list