commit RemoteBox for openSUSE:Factory
Hello community, here is the log from the commit of package RemoteBox for openSUSE:Factory checked in at 2015-03-30 19:34:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/RemoteBox (Old) and /work/SRC/openSUSE:Factory/.RemoteBox.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "RemoteBox" Changes: -------- --- /work/SRC/openSUSE:Factory/RemoteBox/RemoteBox.changes 2014-11-10 17:28:22.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.RemoteBox.new/RemoteBox.changes 2015-03-30 19:34:06.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Mar 29 22:38:23 UTC 2015 - dimstar@opensuse.org + +- Install upstream provided appdata.xml file. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ RemoteBox.spec ++++++ --- /var/tmp/diff_new_pack.qeW9Qq/_old 2015-03-30 19:34:07.000000000 +0200 +++ /var/tmp/diff_new_pack.qeW9Qq/_new 2015-03-30 19:34:07.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package RemoteBox # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -54,6 +54,8 @@ # Set the locations of Remotebox's files sed -i 's|\$Bin/share/remotebox|%{_datadir}/%{name}|g' remotebox sed -i 's|\$Bin/docs|%{_docdir}/%{name}|g' remotebox +# We need to update the reference to the .desktop file, as this package provides RemoteBox, instead of remotebox +sed -i 's|remotebox.desktop|RemoteBox.desktop|' packagers-readme/remotebox.appdata.xml %build # Create a desktop file @@ -72,7 +74,7 @@ EOF %install -mkdir -p -m0755 %{buildroot}%{_datadir}/{%{name},pixmaps,applications} +mkdir -p -m0755 %{buildroot}%{_datadir}/{%{name},pixmaps,applications,appdata} mkdir -m0755 %{buildroot}%{_bindir} install -p -m0755 remotebox %{buildroot}%{_bindir}/%{name} cp -a share/remotebox/* %{buildroot}%{_datadir}/%{name} @@ -83,6 +85,9 @@ # Install an icon for the desktop file install -p -m0644 share/remotebox/icons/remotebox.png %{buildroot}%{_datadir}/pixmaps/%{name}.png +# Install upstream provided appdata.xml +install -p -m0644 packagers-readme/remotebox.appdata.xml %{buildroot}%{_datadir}/appdata/RemoteBox.appdata.xml + %fdupes -s %{buildroot} %check @@ -91,6 +96,8 @@ %files %defattr(-,root,root,-) %doc docs/changelog.txt docs/remotebox.pdf docs/COPYING +%dir %{_datadir}/appdata +%{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png %{_datadir}/%{name}
participants (1)
-
root@hilbert.suse.de