decouple from pcre

This commit is contained in:
fly_fzc 2023-10-26 16:47:28 +08:00
parent 7d82515412
commit 627d5fc6d9

View File

@ -2,7 +2,7 @@
Name: slang Name: slang
Version: 2.3.3 Version: 2.3.3
Release: 1 Release: 2
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/
@ -13,7 +13,7 @@ Obsoletes: %{name}-slsh < %{version}-%{release}
Patch0: slang-sighuptest.patch Patch0: slang-sighuptest.patch
BuildRequires: gcc libpng-devel pcre-devel zlib-devel git BuildRequires: gcc libpng-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
@ -41,7 +41,7 @@ Help files for %{name}
sed -i '/^INSTALL_MODULE=/s/_DATA//' configure sed -i '/^INSTALL_MODULE=/s/_DATA//' configure
%build %build
%configure --with-{pcre,png,z}lib=%{_libdir} --with-{pcre,png,z}inc=%{_includedir} %configure --with-{png,z}lib=%{_libdir} --with-{png,z}inc=%{_includedir} --without-pcre
make RPATH="" install_doc_dir=%{_pkgdocdir} all make RPATH="" install_doc_dir=%{_pkgdocdir} all
@ -83,6 +83,9 @@ make check
%{_mandir}/man1/slsh.1* %{_mandir}/man1/slsh.1*
%changelog %changelog
* Thu Oct 26 2023 fuanan <fuanan3@h-partners.com> - 2.3.3-2
- decouple from pcre
* Tue Oct 24 2023 fuanan <fuanan3@h-partners.com> - 2.3.3-1 * Tue Oct 24 2023 fuanan <fuanan3@h-partners.com> - 2.3.3-1
- update version to 2.3.3 - update version to 2.3.3