diff --git a/ubuntuwine.tar.bz2 b/ubuntuwine.tar.bz2 index bfcfc2f..782c244 100644 --- a/ubuntuwine.tar.bz2 +++ b/ubuntuwine.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e07a2ce16dee12b3f8483ec908ebfe6d62632627c6b20de6bd197cdb3428f3e8 -size 26196 +oid sha256:787f52cd668e644a7a5e2eea85ff0025b7163f449dd9b9867b6eb91fb624c238 +size 26725 diff --git a/wine-msi.desktop b/wine-msi.desktop new file mode 100644 index 0000000..dedf474 --- /dev/null +++ b/wine-msi.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Exec=msiexec /i %f +Name=Wine MSI Installer +NoDisplay=true +GenericName=Run MSI Installers +Icon=wine +Type=Application +MimeType=application/x-msi; +Encoding=UTF-8 +X-KDE-StartupNotify=false diff --git a/wine.changes b/wine.changes index 8795a07..93835d7 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 27 15:46:39 UTC 2013 - meissner@suse.com + +- split off a wine-msi.desktop for installing MSI packages. + bnc#695105 + ------------------------------------------------------------------- Wed Sep 18 21:42:31 UTC 2013 - meissner@suse.com diff --git a/wine.spec b/wine.spec index f650deb..e98dd68 100644 --- a/wine.spec +++ b/wine.spec @@ -68,6 +68,7 @@ Source1: http://kegel.com/wine/winetricks Source2: http://kegel.com/wine/wisotool Source3: README.SuSE Source4: wine.desktop +Source6: wine-msi.desktop Source5: ubuntuwine.tar.bz2 Source7: baselibs.conf # SUSE specific patches @@ -165,6 +166,7 @@ install -d %{buildroot}%{_datadir}/applications/ %suse_update_desktop_file %{SOURCE4} Emulator install -m 0644 %SOURCE4 %{buildroot}%{_datadir}/applications/ +install -m 0644 %SOURCE6 %{buildroot}%{_datadir}/applications/ install -m 0755 %SOURCE1 %{buildroot}%{_bindir}/ install -m 0755 %SOURCE2 %{buildroot}%{_bindir}/ mv %{buildroot}/%{_mandir}/de.UTF-8 %{buildroot}/%{_mandir}/de