[X2Go-Commits] [x2gokdriveclient] 26/26: x2gokdriveclient.spec: add version file to list of installed files.
git-admin at x2go.org
git-admin at x2go.org
Fri Feb 24 17:17:38 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gokdriveclient.
commit 53b52d00e5f01123a6872ace0e34ae9b5970b2c1
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri Feb 24 16:59:55 2023 +0100
x2gokdriveclient.spec: add version file to list of installed files.
---
debian/changelog | 1 +
x2gokdriveclient.spec | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index d064a3f..1cf349d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -89,6 +89,7 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
longer, drop.
- x2gokdriveclient.spec: add Enhances: x2goclient.
- Makefile: install VERSION file into SHAREDIR/x2go/versions/.
+ - x2gokdriveclient.spec: add version file to list of installed files.
* debian/rules:
+ Let qmake add general Qt {C{,XX},L}FLAGS instead of overriding them.
Especially needed for C++11 support.
diff --git a/x2gokdriveclient.spec b/x2gokdriveclient.spec
index d7668a2..0fd3fdc 100644
--- a/x2gokdriveclient.spec
+++ b/x2gokdriveclient.spec
@@ -154,6 +154,9 @@ make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
%defattr(-,root,root)
%doc AUTHORS COPYING LICENSE
%{_bindir}/%{name}
+%dir %{_datadir}/x2go
+%dir %{_datadir}/x2go/versions
+%{_datadir}/x2go/versions/VERSION.x2gokdriveclient
%{_mandir}/man1/%{name}.1.gz
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git
More information about the x2go-commits
mailing list