Compare commits
10 Commits
8b0ad43ec3
...
bb98a3f86b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bb98a3f86b | ||
|
|
3262bf0567 | ||
|
|
b95755ab36 | ||
|
|
ecd89c3f24 | ||
|
|
a5560621bc | ||
|
|
892bc4699a | ||
|
|
38bbe9db93 | ||
|
|
730c390fe2 | ||
|
|
603c824fee | ||
|
|
d2c658a169 |
3511
add-riscv-jit-backport.patch
Normal file
3511
add-riscv-jit-backport.patch
Normal file
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: 1
|
Release: 6
|
||||||
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://ftp.pcre.org/pub/pcre/%{name}-%{version}.tar.bz2
|
Source0: https://sourceforge.net/projects/pcre/files/%{name}/%{version}/%{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,13 +69,18 @@ Requires: man
|
|||||||
The %{name}-help package contains doc files for %{name}.
|
The %{name}-help package contains doc files for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%setup -n %{name}-%{version}
|
||||||
libtoolize -cf
|
|
||||||
autoreconf -vif
|
%ifarch riscv64
|
||||||
|
%patch -P0001 -p1
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
libtoolize -cf
|
||||||
|
autoreconf -vif
|
||||||
%configure \
|
%configure \
|
||||||
%ifarch riscv64
|
%ifarch sw_64 loongarch64
|
||||||
--disable-jit \
|
--disable-jit \
|
||||||
%else
|
%else
|
||||||
--enable-jit \
|
--enable-jit \
|
||||||
@ -116,6 +121,33 @@ 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