remove Group tags and indent spec (#1436909)
This commit is contained in:
parent
6748421a60
commit
89404e994e
35
slang.spec
35
slang.spec
@ -5,22 +5,21 @@
|
|||||||
%bcond_with oniguruma
|
%bcond_with oniguruma
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Summary: The shared library for the S-Lang extension language
|
Summary: The shared library for the S-Lang extension language
|
||||||
Name: slang
|
Name: slang
|
||||||
Version: 2.3.1a
|
Version: 2.3.1a
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
URL: http://www.jedsoft.org/slang/
|
||||||
Source: http://www.jedsoft.org/releases/%{name}/%{name}-%{version}.tar.bz2
|
Source: http://www.jedsoft.org/releases/%{name}/%{name}-%{version}.tar.bz2
|
||||||
# fix file permissions
|
# fix file permissions
|
||||||
Patch1: slang-2.2.4-perms.patch
|
Patch1: slang-2.2.4-perms.patch
|
||||||
# disable test that fails with SIGHUP ignored (e.g. in koji)
|
# disable test that fails with SIGHUP ignored (e.g. in koji)
|
||||||
Patch2: slang-sighuptest.patch
|
Patch2: slang-sighuptest.patch
|
||||||
URL: http://www.jedsoft.org/slang/
|
BuildRequires: libpng-devel pcre-devel zlib-devel
|
||||||
BuildRequires: libpng-devel pcre-devel zlib-devel
|
|
||||||
%{?with_oniguruma:BuildRequires: oniguruma-devel}
|
%{?with_oniguruma:BuildRequires: oniguruma-devel}
|
||||||
# static removed in 2.3.1a-3
|
# static removed in 2.3.1a-3
|
||||||
Obsoletes: slang-static < 2.3.1a-3
|
Obsoletes: slang-static < 2.3.1a-3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
S-Lang is an interpreted language and a programming library. The
|
S-Lang is an interpreted language and a programming library. The
|
||||||
@ -31,9 +30,8 @@ extension language. S-Lang's syntax resembles C, which makes it easy
|
|||||||
to recode S-Lang procedures in C if you need to.
|
to recode S-Lang procedures in C if you need to.
|
||||||
|
|
||||||
%package slsh
|
%package slsh
|
||||||
Summary: Interpreter for S-Lang scripts
|
Summary: Interpreter for S-Lang scripts
|
||||||
Group: Development/Languages
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
||||||
|
|
||||||
%description slsh
|
%description slsh
|
||||||
slsh (slang-shell) is a program for interpreting S-Lang scripts.
|
slsh (slang-shell) is a program for interpreting S-Lang scripts.
|
||||||
@ -44,10 +42,9 @@ This package also includes S-Lang modules that are distributed with
|
|||||||
the S-Lang distribution.
|
the S-Lang distribution.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for the S-Lang extension language
|
Summary: Development files for the S-Lang extension language
|
||||||
Group: Development/Libraries
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: pkgconfig
|
||||||
Requires: pkgconfig
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files which you'll need if you want to
|
This package contains files which you'll need if you want to
|
||||||
|
Loading…
Reference in New Issue
Block a user