diff options
author | Miroslav Suchý <msuchy@redhat.com> | 2017-11-08 08:59:41 +0000 |
---|---|---|
committer | Jan Horak <jhorak@localhost.localdomain> | 2017-11-09 11:41:02 +0100 |
commit | 64d07f925f9314a77ec06273bc5e1326953d3bcf (patch) | |
tree | bec4a47ab2cefbe510aea8880e2ec5ec7f68206c | |
parent | use global instead of define (diff) | |
download | librewolf-fedora-ff-64d07f925f9314a77ec06273bc5e1326953d3bcf.tar.gz librewolf-fedora-ff-64d07f925f9314a77ec06273bc5e1326953d3bcf.tar.bz2 librewolf-fedora-ff-64d07f925f9314a77ec06273bc5e1326953d3bcf.zip |
remove Group
it is nowdays recommended to not use it
-rw-r--r-- | firefox.spec | 3 |
1 files changed, 0 insertions, 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} |