From 64d07f925f9314a77ec06273bc5e1326953d3bcf Mon Sep 17 00:00:00 2001 From: Miroslav Suchý Date: Wed, 8 Nov 2017 08:59:41 +0000 Subject: remove Group it is nowdays recommended to not use it --- firefox.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/firefox.spec b/firefox.spec index 6ce8d5b..fe7d8cc 100644 --- a/firefox.spec +++ b/firefox.spec @@ -106,7 +106,6 @@ Version: 57.0 Release: 0.9%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ -Group: Applications/Internet Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz %if %{build_langpacks} Source1: firefox-langpacks-%{version}%{?pre_version}-20171106.tar.xz @@ -274,7 +273,6 @@ compliance, performance and portability. %global crashreporter_pkg_name mozilla-crashreporter-%{name}-debuginfo %package -n %{crashreporter_pkg_name} Summary: Debugging symbols used by Mozilla's crash reporter servers -Group: Development/Debug %description -n %{crashreporter_pkg_name} This package provides debug information for Firefox, for use by Mozilla's crash reporter servers. If you are trying to locally @@ -287,7 +285,6 @@ debug %{name}, you want to install %{name}-debuginfo instead. %global testsuite_pkg_name mozilla-%{name}-testresults %package -n %{testsuite_pkg_name} Summary: Results of testsuite -Group: Development/Debug %description -n %{testsuite_pkg_name} This package contains results of tests executed during build. %files -n %{testsuite_pkg_name} -- cgit