specfile: small refactoring/indetation fixes

To comply with Fedora Packaging guidelines:
  https://fedoraproject.org/wiki/Packaging:Guidelines
This commit is contained in:
David Kaspar [Dee'Kej] 2016-08-12 14:09:27 +02:00
parent 4d2aba6061
commit a86ba42e35

View File

@ -3,9 +3,12 @@ Summary: An enhanced version of csh, the C shell
Version: 6.19.00 Version: 6.19.00
Release: 14%{?dist} Release: 14%{?dist}
License: BSD License: BSD
URL: http://www.tcsh.org/ URL: http://www.tcsh.org/
Source: ftp://ftp.astron.com/pub/tcsh/%{name}-%{version}.tar.gz
Provides: csh = %{version} Provides: csh = %{version}
Provides: tcsh = %{version}
Provides: /bin/csh Provides: /bin/csh
Provides: /bin/tcsh Provides: /bin/tcsh
Requires(post): grep Requires(post): grep
@ -17,7 +20,6 @@ BuildRequires: gettext-devel
BuildRequires: git BuildRequires: git
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
Source: ftp://ftp.astron.com/pub/tcsh/%{name}-%{version}.tar.gz
# NOTE: 'autosetup' macro (below) uses 'git' for applying the patches: # NOTE: 'autosetup' macro (below) uses 'git' for applying the patches:
# ->> All the patches should be provided in 'git format-patch' format. # ->> All the patches should be provided in 'git format-patch' format.
@ -78,12 +80,11 @@ Patch200: tcsh-6.19.00-tcsh-posix-status.patch
%description %description
Tcsh is an enhanced but completely compatible version of csh, the C Tcsh is an enhanced but completely compatible version of csh, the C shell. Tcsh
shell. Tcsh is a command language interpreter which can be used both is a command language interpreter which can be used both as an interactive login
as an interactive login shell and as a shell script command processor. shell and as a shell script command processor. Tcsh includes a command line
Tcsh includes a command line editor, programmable word completion, editor, programmable word completion, spelling correction, a history mechanism,
spelling correction, a history mechanism, job control and a C language job control and a C language like syntax.
like syntax.
# Call the 'autosetup' macro to prepare the environment, but do not patch the # Call the 'autosetup' macro to prepare the environment, but do not patch the