This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goplasmabindings. from 065d63c For SUSE 11.x: set CMAKE_SKIP_RPATH to ON. new 237d470 Be more explicit on what files to install and mark our dirs as owned. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 2 ++ x2goplasmabindings.spec | 9 +++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goplasmabindings. commit 237d47063ef37e21d3a3b2cbbdbe999db62d8751 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Feb 2 13:36:00 2015 +0100 Be more explicit on what files to install and mark our dirs as owned. --- debian/changelog | 2 ++ x2goplasmabindings.spec | 9 +++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7396bbb..449e1f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,8 @@ x2goplasmabindings (3.0.2.1-0x2go1) UNRELEASED; urgency=low install (should fix FTBFS on EPEL-7 based systems). + Always set BuildRoot: parameter. + For SUSE 11.x: set CMAKE_SKIP_RPATH to ON. + + Be more explicit on what files to install and mark our dirs as + owned. [ Martti Pitkänen ] * New upstream version (3.0.2.1): diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index eb5c331..ca6e20b 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -104,7 +104,12 @@ fi %defattr(-,root,root) %doc debian/changelog %doc debian/copyright -%{_libdir}/ -%{_datadir}/ +%dir %{_libdir}/kde4 +%{_libdir}/kde4/* +%dir %{_libdir}/kde4 +%dir %{_libdir}/services +%{_datadir}/kde4/services/* +%{_datadir}/icons/* +%{_datadir}/locale/*/LC_MESSAGES/*.mo %changelog -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git