From 85a0eba6787d699b4c26837b50507e920e007ae2 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Tue, 6 Feb 2024 12:49:43 +0100 Subject: [PATCH] automatic version update by autodist [release 0.18-1mamba;Mon Feb 05 2024] --- libpciaccess.spec | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/libpciaccess.spec b/libpciaccess.spec index 008e4df..29b09bf 100644 --- a/libpciaccess.spec +++ b/libpciaccess.spec @@ -1,14 +1,18 @@ Name: libpciaccess -Version: 0.17 +Version: 0.18 Release: 1mamba Summary: A generic PCI access library Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://gitweb.freedesktop.org/?p=xorg/lib/libpciaccess.git;a=summary +URL: https://gitlab.freedesktop.org/xorg/lib/libpciaccess Source: http://x.org/pub/individual/lib/libpciaccess-%{version}.tar.xz License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libz-devel +## AUTOBUILDREQ-END %description A generic PCI access library. @@ -28,12 +32,13 @@ This package contains static libraries and header files needed for development. %setup -q %build -%configure -%make +%meson + +%meson_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%meson_install %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -45,13 +50,14 @@ This package contains static libraries and header files needed for development. %files devel %defattr(-,root,root) -%{_includedir}/*.h -%{_libdir}/libpciaccess.a +%{_includedir}/pciaccess.h %{_libdir}/libpciaccess.so %{_libdir}/pkgconfig/*.pc -%doc ChangeLog %changelog +* Mon Feb 05 2024 Automatic Build System 0.18-1mamba +- automatic version update by autodist + * Fri Oct 28 2022 Silvan Calarco 0.17-1mamba - update to 0.17