From 4d2aba606126cbb24c7b2795a554a6d946ed483b Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Fri, 12 Aug 2016 14:07:14 +0200 Subject: [PATCH] specfile: 'Group' and 'BuildRoot' tags removed See 'Tags and Sections' for more info: https://fedoraproject.org/wiki/Packaging:Guidelines#Tags_and_Sections --- tcsh.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/tcsh.spec b/tcsh.spec index 76923b4..44340e0 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -3,7 +3,6 @@ Summary: An enhanced version of csh, the C shell Version: 6.19.00 Release: 14%{?dist} License: BSD -Group: System Environment/Shells URL: http://www.tcsh.org/ Provides: csh = %{version} @@ -17,7 +16,6 @@ BuildRequires: automake BuildRequires: gettext-devel BuildRequires: git BuildRequires: ncurses-devel -Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source: ftp://ftp.astron.com/pub/tcsh/%{name}-%{version}.tar.gz