Compare commits
No commits in common. "bb98a3f86b13a53728a4b6a091cc671796a1eb35" and "8b0ad43ec35f871de2788191b49ff55f47b7193a" have entirely different histories.
bb98a3f86b
...
8b0ad43ec3
File diff suppressed because it is too large
Load Diff
46
pcre.spec
46
pcre.spec
@ -1,6 +1,6 @@
|
|||||||
Name: pcre
|
Name: pcre
|
||||||
Version: 8.45
|
Version: 8.45
|
||||||
Release: 6
|
Release: 1
|
||||||
Summary: Perl Compatible Regular Expressions
|
Summary: Perl Compatible Regular Expressions
|
||||||
## Source package only:
|
## Source package only:
|
||||||
# INSTALL: FSFAP
|
# INSTALL: FSFAP
|
||||||
@ -25,8 +25,8 @@ Summary: Perl Compatible Regular Expressions
|
|||||||
# other files: BSD
|
# other files: BSD
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.pcre.org/
|
URL: http://www.pcre.org/
|
||||||
Source0: https://sourceforge.net/projects/pcre/files/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
Source0: https://ftp.pcre.org/pub/pcre/%{name}-%{version}.tar.bz2
|
||||||
Patch0001: add-riscv-jit-backport.patch
|
|
||||||
|
|
||||||
BuildRequires: readline-devel autoconf automake coreutils
|
BuildRequires: readline-devel autoconf automake coreutils
|
||||||
BuildRequires: gcc gcc-c++ glibc-common libtool make
|
BuildRequires: gcc gcc-c++ glibc-common libtool make
|
||||||
@ -69,18 +69,13 @@ Requires: man
|
|||||||
The %{name}-help package contains doc files for %{name}.
|
The %{name}-help package contains doc files for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{version}
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%ifarch riscv64
|
|
||||||
%patch -P0001 -p1
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
|
||||||
libtoolize -cf
|
libtoolize -cf
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
|
|
||||||
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
%ifarch sw_64 loongarch64
|
%ifarch riscv64
|
||||||
--disable-jit \
|
--disable-jit \
|
||||||
%else
|
%else
|
||||||
--enable-jit \
|
--enable-jit \
|
||||||
@ -121,33 +116,6 @@ make check VERBOSE=yes
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Apr 30 2024 TexasOct <xinhao.oerv@isrc.iscas.ac.cn> - 8.45-6
|
|
||||||
- Type:enhancement
|
|
||||||
- ID:NA
|
|
||||||
- SUG:NA
|
|
||||||
- DESC:add RISCV support backport
|
|
||||||
|
|
||||||
* Sat Nov 26 2022 yangmingtai <yangmingtai@huawei.com> - 8.45-5
|
|
||||||
- Type:bugfix
|
|
||||||
- ID:NA
|
|
||||||
- SUG:NA
|
|
||||||
- DESC:update Source0 URL
|
|
||||||
|
|
||||||
* Mon Nov 14 2022 zhaozhen <zhaozhen@loongson.cn> - 8.45-4
|
|
||||||
- Type:enhancement
|
|
||||||
- ID:NA
|
|
||||||
- SUG:NA
|
|
||||||
- DESC:fix build error for loongarch64 arch
|
|
||||||
|
|
||||||
* Thu Nov 3 2022 wuzx<wuzx1226@qq.com> - 8.45-3
|
|
||||||
- Add sw64 architecture
|
|
||||||
|
|
||||||
* Sat Oct 8 2022 huangduirong <huangduirong@huawei.com> - 8.45-2
|
|
||||||
- Type:enhancement
|
|
||||||
- ID:NA
|
|
||||||
- SUG:NA
|
|
||||||
- DESC:update the prep of spec
|
|
||||||
|
|
||||||
* Tue Feb 8 2022 yangzhuangzhuang <yangzhuangzhuang1@h-partners.com> - 8.45-1
|
* Tue Feb 8 2022 yangzhuangzhuang <yangzhuangzhuang1@h-partners.com> - 8.45-1
|
||||||
- update to 8.45
|
- update to 8.45
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user