Fix various issues with appdata, making the validation pass again
This should make firefox get correctly included in the distro appstream data again.
This commit is contained in:
parent
741a8bb179
commit
7ed75eceec
@ -25,33 +25,13 @@
|
|||||||
<summary xml:lang="sk">=Internetový prehliadač</summary>
|
<summary xml:lang="sk">=Internetový prehliadač</summary>
|
||||||
<summary xml:lang="sv">=Webbläsare</summary>
|
<summary xml:lang="sv">=Webbläsare</summary>
|
||||||
<description>
|
<description>
|
||||||
<p>Browse the Web<br><br>
|
<p>
|
||||||
Bringing together all kinds of awesomeness to make browsing better for you.
|
Bringing together all kinds of awesomeness to make browsing better for you.
|
||||||
Get to your favorite sites quickly – even if you don’t remember the URLs.
|
Get to your favorite sites quickly – even if you don’t remember the URLs.
|
||||||
Type your term into the location bar (aka the Awesome Bar) and the autocomplete
|
Type your term into the location bar (aka the Awesome Bar) and the autocomplete
|
||||||
function will include possible matches from your browsing history, bookmarked
|
function will include possible matches from your browsing history, bookmarked
|
||||||
sites and open tabs.
|
sites and open tabs.
|
||||||
</p>
|
</p>
|
||||||
<p xml:lang="ca">Navegueu per el web</p>
|
|
||||||
<p xml:lang="cs">Prohlížení stránek World Wide Webu</p>
|
|
||||||
<p xml:lang="de">Im Internet surfen</p>
|
|
||||||
<p xml:lang="es">Navegue por la web</p>
|
|
||||||
<p xml:lang="fa">صفحات شبکه جهانی اینترنت را مرور نمایید</p>
|
|
||||||
<p xml:lang="fi">Selaa Internetin WWW-sivuja</p>
|
|
||||||
<p xml:lang="fr">Navigue sur Internet</p>
|
|
||||||
<p xml:lang="hu">A világháló böngészése</p>
|
|
||||||
<p xml:lang="it">Esplora il web</p>
|
|
||||||
<p xml:lang="ja">ウェブを閲覧します</p>
|
|
||||||
<p xml:lang="ko">웹을 돌아 다닙니다</p>
|
|
||||||
<p xml:lang="nb">Surf på nettet</p>
|
|
||||||
<p xml:lang="nl">Verken het internet</p>
|
|
||||||
<p xml:lang="nn">Surf på nettet</p>
|
|
||||||
<p xml:lang="no">Surf på nettet</p>
|
|
||||||
<p xml:lang="pl">Przeglądanie stron WWW</p>
|
|
||||||
<p xml:lang="pt">Navegue na Internet</p>
|
|
||||||
<p xml:lang="pt_BR">Navegue na Internet</p>
|
|
||||||
<p xml:lang="sk">Prehliadanie internetu</p>
|
|
||||||
<p xml:lang="sv">Surfa på webben</p>
|
|
||||||
</description>
|
</description>
|
||||||
<url type="homepage">https://www.mozilla.org</url>
|
<url type="homepage">https://www.mozilla.org</url>
|
||||||
<update_contact>stransky@redhat.com</update_contact>
|
<update_contact>stransky@redhat.com</update_contact>
|
||||||
@ -63,7 +43,7 @@
|
|||||||
<project_license>GPL-3.0+</project_license>
|
<project_license>GPL-3.0+</project_license>
|
||||||
<developer_name>Mozilla Corporation</developer_name>
|
<developer_name>Mozilla Corporation</developer_name>
|
||||||
<url type="bugtracker">https://bugzilla.mozilla.org/</url>
|
<url type="bugtracker">https://bugzilla.mozilla.org/</url>
|
||||||
<url type=bu"help">https://support.mozilla.org/</url>
|
<url type="help">https://support.mozilla.org/</url>
|
||||||
<translation type="gettext">firefox</translation>
|
<translation type="gettext">firefox</translation>
|
||||||
<provides>
|
<provides>
|
||||||
<id>firefox.desktop</id>
|
<id>firefox.desktop</id>
|
@ -102,7 +102,7 @@ ExcludeArch: s390x
|
|||||||
Summary: Mozilla Firefox Web browser
|
Summary: Mozilla Firefox Web browser
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 72.0.2
|
Version: 72.0.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
URL: https://www.mozilla.org/firefox/
|
URL: https://www.mozilla.org/firefox/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
|
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
|
||||||
@ -124,7 +124,7 @@ Source29: firefox-wayland.desktop
|
|||||||
Source30: firefox-x11.sh.in
|
Source30: firefox-x11.sh.in
|
||||||
Source31: firefox-x11.desktop
|
Source31: firefox-x11.desktop
|
||||||
Source32: node-stdout-nonblocking-wrapper
|
Source32: node-stdout-nonblocking-wrapper
|
||||||
Source33: firefox.metainfo.appdata.xml
|
Source33: firefox.appdata.xml
|
||||||
Source34: firefox-search-provider.ini
|
Source34: firefox-search-provider.ini
|
||||||
|
|
||||||
# Build patches
|
# Build patches
|
||||||
@ -935,6 +935,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 04 2020 Kalev Lember <klember@redhat.com> - 72.0.2-3
|
||||||
|
- Fix various issues with appdata, making the validation pass again
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 72.0.2-2
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 72.0.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user