[X2Go-Commits] [x2godesktopsharing] 01/01: Own directories that we put files in.
git-admin at x2go.org
git-admin at x2go.org
Wed Oct 15 09:30:48 CEST 2014
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2godesktopsharing.
commit 56b579f2c093f8a6b18ccc84716a9cc2f59dc332
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Oct 15 09:30:46 2014 +0200
Own directories that we put files in.
---
debian/changelog | 1 +
x2godesktopsharing.spec | 12 ++++++++++++
2 files changed, 13 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index cd4520b..c7bcde7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ x2godesktopsharing (3.1.1.2-0x2go1) UNRELEASED; urgency=low
* x2godesktopsharing.spec:
+ Adapt to building on openSUSE/SLES.
+ Add x2godesktopsharing-rpmlintrc.
+ + Own directories that we put files in.
[ Martti Pitkänen ]
* New upstream version (3.1.1.2):
diff --git a/x2godesktopsharing.spec b/x2godesktopsharing.spec
index a1fb7b3..acd0be7 100644
--- a/x2godesktopsharing.spec
+++ b/x2godesktopsharing.spec
@@ -116,7 +116,19 @@ fi
%{_bindir}/x2gosuspend-desktopsharing
%{_bindir}/x2goterminate-desktopsharing
%{_datadir}/applications/%{name}.desktop
+%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/
+%dir %{_datadir}/icons/hicolor
+%dir %{_datadir}/icons/hicolor/128x128
+%dir %{_datadir}/icons/hicolor/128x128/apps
+%dir %{_datadir}/icons/hicolor/16x16
+%dir %{_datadir}/icons/hicolor/16x16/apps
+%dir %{_datadir}/icons/hicolor/32x32
+%dir %{_datadir}/icons/hicolor/32x32/apps
+%dir %{_datadir}/icons/hicolor/64x64
+%dir %{_datadir}/icons/hicolor/64x64/apps
+%dir %{_datadir}/x2go
+%dir %{_datadir}/x2go/x2gofeature.d
%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git
More information about the x2go-commits
mailing list