This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goplasmabindings. from f2e89dc Drop ctest call. No tests present. new c4406c2 The plasmoid ends up in %{_libexecdir} (not %{_libdir}). 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 | 1 + x2goplasmabindings.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- 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 c4406c236b84d44a247890acee4bb11976c6a00a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 15 12:59:49 2014 +0200 The plasmoid ends up in %{_libexecdir} (not %{_libdir}). --- debian/changelog | 1 + x2goplasmabindings.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7786129..fd26b91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ x2goplasmabindings (3.0.2.1-0x2go1) UNRELEASED; urgency=low + Different RPM distros have different or no %cmake macro. + Find a common cmake approach for all RPM distros. + Drop ctest call. No tests present. + + The plasmoid ends up in %{_libexecdir} (not %{_libdir}). [ Martti Pitkänen ] * New upstream version (3.0.2.1): diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index c657b47..0a537ab 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -94,7 +94,7 @@ fi %defattr(-,root,root) %doc debian/changelog %doc debian/copyright -%{_libdir}/ +%{_libexecdir}/ %{_datadir}/ %changelog -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git