diff options
| author | Fabiano FidĂȘncio <fidencio@redhat.com> | 2015-11-30 12:01:40 +0100 |
|---|---|---|
| committer | Fabiano FidĂȘncio <fidencio@redhat.com> | 2015-12-01 16:46:07 +0100 |
| commit | f345d27724632543f8ff5255a80e1ff040885a94 (patch) | |
| tree | 23c764d97e61dd84f0b6309583272a7ebfa704e0 | |
| parent | cf228ad54d5fa424847edd1072af517bb387a50a (diff) | |
| download | virt-viewer-f345d27724632543f8ff5255a80e1ff040885a94.tar.gz virt-viewer-f345d27724632543f8ff5255a80e1ff040885a94.tar.xz virt-viewer-f345d27724632543f8ff5255a80e1ff040885a94.zip | |
specs: add remote-viewer-connect.xml
The file was introduced in commit 0571843d but never added to the spec
files.
| -rw-r--r-- | mingw-virt-viewer.spec.in | 2 | ||||
| -rw-r--r-- | virt-viewer.spec.in | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/mingw-virt-viewer.spec.in b/mingw-virt-viewer.spec.in index 7dcea17..06f062b 100644 --- a/mingw-virt-viewer.spec.in +++ b/mingw-virt-viewer.spec.in @@ -143,6 +143,7 @@ rm -rf $RPM_BUILD_ROOT %{mingw32_datadir}/virt-viewer/ui/virt-viewer-guest-details.xml %{mingw32_datadir}/virt-viewer/ui/virt-viewer-vm-connection.xml %{mingw32_datadir}/virt-viewer/ui/virt-viewer-preferences.xml +%{mingw32_datadir}/virt-viewer/ui/remote-viewer-connect.xml %{mingw32_datadir}/icons/hicolor/*/apps/* %{mingw32_datadir}/icons/hicolor/*/devices/* @@ -167,6 +168,7 @@ rm -rf $RPM_BUILD_ROOT %{mingw64_datadir}/virt-viewer/ui/virt-viewer-guest-details.xml %{mingw64_datadir}/virt-viewer/ui/virt-viewer-vm-connection.xml %{mingw64_datadir}/virt-viewer/ui/virt-viewer-preferences.xml +%{mingw62_datadir}/virt-viewer/ui/remote-viewer-connect.xml %{mingw64_datadir}/icons/hicolor/*/apps/* %{mingw64_datadir}/icons/hicolor/*/devices/* diff --git a/virt-viewer.spec.in b/virt-viewer.spec.in index dfc819c..e79692b 100644 --- a/virt-viewer.spec.in +++ b/virt-viewer.spec.in @@ -152,6 +152,7 @@ fi %{_datadir}/%{name}/ui/virt-viewer-guest-details.xml %{_datadir}/%{name}/ui/virt-viewer-vm-connection.xml %{_datadir}/%{name}/ui/virt-viewer-preferences.xml +%{_datadir}/%{name}/ui/remote-viewer-connect.xml %{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/devices/* %{_datadir}/applications/remote-viewer.desktop |
