automatic version update by autodist [release 10.45-1mamba;Fri Feb 07 2025]
This commit is contained in:
parent
d36d7b1329
commit
9b50acf0de
21
pcre2.spec
21
pcre2.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pcre2
|
Name: pcre2
|
||||||
Version: 10.44
|
Version: 10.45
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: PCRE - Perl Compatible Regular Expressions
|
Summary: PCRE - Perl Compatible Regular Expressions
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -33,19 +33,12 @@ This package contains shared libraries for %{name}.
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires: pkg-config
|
|
||||||
|
|
||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#cd src/sljit
|
|
||||||
#%patch 0 -p2 -b .x86_xgetbv_feature_detection
|
|
||||||
#%patch 1 -p2 -b .fix_locking_region_in_sjlit_malloc_exec
|
|
||||||
#cd ../..
|
|
||||||
sed -i "s| man/man| share/man/man|" CMakeLists.txt
|
sed -i "s| man/man| share/man/man|" CMakeLists.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -60,13 +53,9 @@ sed -i "s| man/man| share/man/man|" CMakeLists.txt
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
mv %{buildroot}/usr/cmake %{buildroot}%{_libdir}/cmake
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -81,7 +70,7 @@ mv %{buildroot}/usr/cmake %{buildroot}%{_libdir}/cmake
|
|||||||
%{_libdir}/libpcre2-16.so.*
|
%{_libdir}/libpcre2-16.so.*
|
||||||
%{_libdir}/libpcre2-32.so.*
|
%{_libdir}/libpcre2-32.so.*
|
||||||
%{_libdir}/libpcre2-posix.so.*
|
%{_libdir}/libpcre2-posix.so.*
|
||||||
%doc AUTHORS COPYING LICENCE
|
%doc AUTHORS.md COPYING LICENCE.md
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -100,7 +89,8 @@ mv %{buildroot}/usr/cmake %{buildroot}%{_libdir}/cmake
|
|||||||
%{_libdir}/pkgconfig/libpcre2-16.pc
|
%{_libdir}/pkgconfig/libpcre2-16.pc
|
||||||
%{_libdir}/pkgconfig/libpcre2-32.pc
|
%{_libdir}/pkgconfig/libpcre2-32.pc
|
||||||
%{_libdir}/pkgconfig/libpcre2-posix.pc
|
%{_libdir}/pkgconfig/libpcre2-posix.pc
|
||||||
%{_libdir}/cmake/pcre2-config*.cmake
|
%dir %{_libdir}/cmake/pcre2
|
||||||
|
%{_libdir}/cmake/pcre2/pcre2-config*.cmake
|
||||||
%dir %{_datadir}/doc/pcre2
|
%dir %{_datadir}/doc/pcre2
|
||||||
%{_datadir}/doc/pcre2/*
|
%{_datadir}/doc/pcre2/*
|
||||||
%{_mandir}/man1/pcre2-config.1*
|
%{_mandir}/man1/pcre2-config.1*
|
||||||
@ -108,6 +98,9 @@ mv %{buildroot}/usr/cmake %{buildroot}%{_libdir}/cmake
|
|||||||
%doc ChangeLog NEWS README
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 07 2025 Automatic Build System <autodist@openmamba.org> 10.45-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Jun 19 2024 Automatic Build System <autodist@openmamba.org> 10.44-1mamba
|
* Wed Jun 19 2024 Automatic Build System <autodist@openmamba.org> 10.44-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user