From c9557237cff58f87c50636c2f0ae822fa1413513 Mon Sep 17 00:00:00 2001 From: Jim Broadus Date: Thu, 17 Dec 2020 00:16:55 -0800 Subject: [PATCH] build: RPM spec file updates Remove BuildRoot:, Group:, and %clean in accordance with the Fedora packaging guidelines. Reference: https://docs.fedoraproject.org/en-US/packaging-guidelines/#_tags_and_sections --- dist/clementine.spec.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dist/clementine.spec.in b/dist/clementine.spec.in index 12b3b5a5a..dcff098e2 100644 --- a/dist/clementine.spec.in +++ b/dist/clementine.spec.in @@ -3,11 +3,9 @@ Version: @CLEMENTINE_VERSION_RPM_V@ Release: @CLEMENTINE_VERSION_RPM_R@%{?dist} Summary: A music player and library organiser -Group: Applications/Multimedia License: GPLv3 URL: http://www.clementine-player.org/ Source0: %{name}-@CLEMENTINE_VERSION_SPARKLE@.tar.xz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cmake BuildRequires: make @@ -107,10 +105,6 @@ cd bin make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT/usr/share/icons/ubuntu-mono-{dark,light}/apps/24/clementine-panel*.png -%clean -cd bin -make clean - %files %defattr(-,root,root,-)