From 9b50acf0de669ad6dd32fedd4b2064df1fefc4e0 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 8 Feb 2025 17:19:34 +0100 Subject: [PATCH] automatic version update by autodist [release 10.45-1mamba;Fri Feb 07 2025] --- pcre2.spec | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/pcre2.spec b/pcre2.spec index 75fa15d..99e61f8 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -1,5 +1,5 @@ Name: pcre2 -Version: 10.44 +Version: 10.45 Release: 1mamba Summary: PCRE - Perl Compatible Regular Expressions Group: System/Libraries @@ -33,19 +33,12 @@ This package contains shared libraries for %{name}. Group: Development/Libraries Summary: Development files for %{name} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -Requires: pkg-config %description -n lib%{name}-devel This package contains libraries and header files for developing applications that use %{name}. -%debug_package - %prep %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 %build @@ -60,13 +53,9 @@ sed -i "s| man/man| share/man/man|" CMakeLists.txt [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build -mv %{buildroot}/usr/cmake %{buildroot}%{_libdir}/cmake - %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -n lib%{name} -p /sbin/ldconfig -%postun -n lib%{name} -p /sbin/ldconfig %files %defattr(-,root,root) @@ -81,7 +70,7 @@ mv %{buildroot}/usr/cmake %{buildroot}%{_libdir}/cmake %{_libdir}/libpcre2-16.so.* %{_libdir}/libpcre2-32.so.* %{_libdir}/libpcre2-posix.so.* -%doc AUTHORS COPYING LICENCE +%doc AUTHORS.md COPYING LICENCE.md %files -n lib%{name}-devel %defattr(-,root,root) @@ -100,7 +89,8 @@ mv %{buildroot}/usr/cmake %{buildroot}%{_libdir}/cmake %{_libdir}/pkgconfig/libpcre2-16.pc %{_libdir}/pkgconfig/libpcre2-32.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 %{_datadir}/doc/pcre2/* %{_mandir}/man1/pcre2-config.1* @@ -108,6 +98,9 @@ mv %{buildroot}/usr/cmake %{buildroot}%{_libdir}/cmake %doc ChangeLog NEWS README %changelog +* Fri Feb 07 2025 Automatic Build System 10.45-1mamba +- automatic version update by autodist + * Wed Jun 19 2024 Automatic Build System 10.44-1mamba - automatic version update by autodist