[packages/simdjson] - pl, no attr for symlinks
qboosh
qboosh at pld-linux.org
Thu Oct 30 20:34:52 CET 2025
commit 430adffa63dbd9b914edff67eee6b3d0ba0ce0e2
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Oct 30 20:34:46 2025 +0100
- pl, no attr for symlinks
simdjson.spec | 22 ++++++++++++++++++----
1 file changed, 18 insertions(+), 4 deletions(-)
---
diff --git a/simdjson.spec b/simdjson.spec
index 8b07040..5292b99 100644
--- a/simdjson.spec
+++ b/simdjson.spec
@@ -1,4 +1,5 @@
Summary: Parsing gigabytes of JSON per second
+Summary(pl.UTF-8): Analiza gigabajtów danych JSON na sekundę
Name: simdjson
Version: 4.1.0
Release: 2
@@ -7,7 +8,7 @@ Group: Libraries
#Source0Download: https://github.com/simdjson/simdjson/releases
Source0: https://github.com/simdjson/simdjson/archive/v%{version}/%{name}-%{version}.tar.gz
# Source0-md5: 94b23547939c01b827333ce578190fb0
-URL: https://simdjson.org
+URL: https://simdjson.org/
BuildRequires: cmake >= 3.14
BuildRequires: libstdc++-devel >= 6:5
BuildRequires: rpmbuild(macros) >= 1.605
@@ -20,8 +21,16 @@ time parsing these documents. simdjson aims to accelerate the parsing
of JSON per se using commonly available SIMD instructions as much as
possible while doing full validation (including character encoding).
+%description -l pl.UTF-8
+Dokumenty JSON są wszędzie w Internecie. Serwery zużywają mnóstwo
+czasu na ich analizę. Biblioteka simdjson jest próbą przyspieszenia
+samej analizy JSON poprzez użycie możliwie jak największej liczby
+powszechnie dostępnych instrukcji SIMD, jednocześnie wykonując pełne
+sprawdzanie poprawności (wraz z kodowaniem znaków).
+
%package devel
Summary: Header files for simdjson library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki simdjson
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: libstdc++-devel >= 6:5
@@ -29,15 +38,20 @@ Requires: libstdc++-devel >= 6:5
%description devel
Header files for simdjson library.
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki simdjson.
+
%prep
%setup -q
%build
%cmake -B build
+
%{__make} -C build
%install
rm -rf $RPM_BUILD_ROOT
+
%{__make} -C build install \
DESTDIR=$RPM_BUILD_ROOT
@@ -51,11 +65,11 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc AUTHORS CONTRIBUTING.md CONTRIBUTORS HACKING.md LICENSE-MIT README.md
%attr(755,root,root) %{_libdir}/libsimdjson.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libsimdjson.so.28
+%ghost %{_libdir}/libsimdjson.so.28
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libsimdjson.so
-%{_libdir}/cmake/simdjson
+%{_libdir}/libsimdjson.so
%{_includedir}/simdjson.h
+%{_libdir}/cmake/simdjson
%{_pkgconfigdir}/simdjson.pc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/simdjson.git/commitdiff/430adffa63dbd9b914edff67eee6b3d0ba0ce0e2
More information about the pld-cvs-commit
mailing list