[packages/zix] - updated to 0.8.0
qboosh
qboosh at pld-linux.org
Tue Apr 28 19:56:01 CEST 2026
commit a2d4962ebb13f9ad8d75dbcf754b5dd9d3f0285f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Apr 28 19:56:43 2026 +0200
- updated to 0.8.0
zix.spec | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/zix.spec b/zix.spec
index d02405c..ec695ae 100644
--- a/zix.spec
+++ b/zix.spec
@@ -5,13 +5,14 @@
Summary: Lightweight C library of portability wrappers and data structures
Summary(pl.UTF-8): Lekka biblioteka C z funkcjami zgodności i strukturami danych
Name: zix
-Version: 0.6.2
+Version: 0.8.0
Release: 1
License: ISC
Group: Libraries
Source0: http://download.drobilla.net/%{name}-%{version}.tar.xz
-# Source0-md5: a21f979f98d9185f5e72ba91df4a776a
+# Source0-md5: d81fd986f727f4e4108e1b00e47cfcb6
URL: http://drobilla.net/pages/software.html
+BuildRequires: gcc >= 6:3.2
BuildRequires: libstdc++-devel >= 6:7
BuildRequires: meson >= 0.56.0
BuildRequires: ninja >= 1.5
@@ -66,8 +67,15 @@ Dokumentacja API biblioteki zix.
%build
%meson \
--default-library=shared \
- %{!?with_apidocs:-Ddocs=disabled} \
- -Dsinglehtml=disabled
+ -Dbenchmarks=disabled \
+ -Dchecks=enabled \
+ -Ddocs=%{__enabled_disabled apidocs} \
+ -Dhtml=enabled \
+ -Dposix=enabled \
+ -Dsinglehtml=disabled \
+ -Dtests=disabled \
+ -Dtests_cpp=disabled \
+ -Dthreads=enabled
%meson_build
@@ -85,12 +93,12 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc COPYING NEWS README.md
-%attr(755,root,root) %{_libdir}/libzix-0.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libzix-0.so.0
+%{_libdir}/libzix-0.so.*.*.*
+%ghost %{_libdir}/libzix-0.so.0
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libzix-0.so
+%{_libdir}/libzix-0.so
%{_includedir}/zix-0
%{_pkgconfigdir}/zix-0.pc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/zix.git/commitdiff/a2d4962ebb13f9ad8d75dbcf754b5dd9d3f0285f
More information about the pld-cvs-commit
mailing list