From 18d451b59783251dd19dff81bde5f429f077630a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 04:33:17 +0100 Subject: [PATCH] update to 232 [release 232-1mamba;Sun Nov 19 2017] --- libgudev.spec | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/libgudev.spec b/libgudev.spec index b186ba7..5890316 100644 --- a/libgudev.spec +++ b/libgudev.spec @@ -1,5 +1,5 @@ Name: libgudev -Version: 230 +Version: 232 Release: 1mamba Summary: A library providing GObject bindings for libudev Group: System/Libraries @@ -11,12 +11,15 @@ Source: https://download.gnome.org/sources/libgudev/%{version}/libgudev-% License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libcap-devel -BuildRequires: libdw-devel +BuildRequires: libblkid-devel BuildRequires: libffi-devel BuildRequires: libglib-devel +BuildRequires: libmount-devel +BuildRequires: libpcre-devel BuildRequires: libselinux-devel +BuildRequires: libsepol-devel BuildRequires: libudev-devel +BuildRequires: libuuid-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -49,13 +52,18 @@ This package includes the %{name} API documentation. %setup -q %build -%configure --enable-gtk-doc +%configure \ + --enable-gtk-doc \ + --disable-umockdev + %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall +rm -f %{buildroot}%{_libdir}/libgudev-1.0.la + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -73,7 +81,6 @@ This package includes the %{name} API documentation. %dir %{_includedir}/gudev-1.0 %dir %{_includedir}/gudev-1.0/gudev %{_includedir}/gudev-1.0/gudev/gudev*.h -%{_libdir}/libgudev-1.0.la %{_libdir}/libgudev-1.0.so %{_libdir}/pkgconfig/gudev-1.0.pc %{_datadir}/gir-1.0/GUdev-1.0.gir @@ -85,5 +92,8 @@ This package includes the %{name} API documentation. %{_datadir}/gtk-doc/html/gudev/* %changelog +* Sun Nov 19 2017 Silvan Calarco 232-1mamba +- update to 232 + * Sun Jun 21 2015 Silvan Calarco 230-1mamba - package created using the webbuild interface