Package init

This commit is contained in:
dogsheng 2019-12-13 16:09:11 +08:00
parent b157deb13f
commit 1e15e3b028

View File

@ -2,7 +2,7 @@
Name: slang Name: slang
Version: 2.3.2 Version: 2.3.2
Release: 6 Release: 7
Summary: An interpreted language and programing library Summary: An interpreted language and programing library
License: GPLv2+ License: GPLv2+
URL: https://www.jedsoft.org/slang/ URL: https://www.jedsoft.org/slang/
@ -11,7 +11,7 @@ Source0: https://www.jedsoft.org/releases/slang/%{name}-%{version}.tar.bz2
Patch6000: slang-getkey-memmove.patch Patch6000: slang-getkey-memmove.patch
Patch6001: slang-sighuptest.patch Patch6001: slang-sighuptest.patch
BuildRequires: gcc libpng-devel pcre-devel zlib-devel BuildRequires: gcc libpng-devel pcre-devel zlib-devel git
%description %description
S-Lang is a multi-platform programmer's library designed to allow S-Lang is a multi-platform programmer's library designed to allow
@ -81,6 +81,9 @@ make check
%{_mandir}/man1/slsh.1* %{_mandir}/man1/slsh.1*
%changelog %changelog
* Thu Nov 21 2019 fangyufa <fangyufa1@huawei.com> - 2.3.2-7
- add buildrequires of git for x86_64 build
* Mon Sep 24 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.3.2-6 * Mon Sep 24 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.3.2-6
- Remove unnecessary info in spec - Remove unnecessary info in spec