Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libgudev.git#b5a1115ad30c291f89d8b97f65f8fdd2f7e3037c
This commit is contained in:
parent
46f272e92d
commit
af79199ad7
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
/libgudev-230.tar.xz
|
||||
/libgudev-232.tar.xz
|
||||
/libgudev-234.tar.xz
|
||||
/gudev-235.tar.xz
|
||||
/libgudev-236.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: libgudev
|
||||
Version: 234
|
||||
Release: 2%{?dist}
|
||||
Version: 236
|
||||
Release: 1%{?dist}
|
||||
Summary: GObject-based wrapper library for libudev
|
||||
|
||||
License: LGPLv2+
|
||||
@ -13,7 +13,7 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: umockdev-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: meson
|
||||
|
||||
# Upstream promises to remove libgudev from systemd before this version
|
||||
Provides: libgudev1 = %{version}-%{release}
|
||||
@ -39,15 +39,14 @@ This package is necessary to build programs using %{name}.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --enable-gtk-doc
|
||||
%make_build V=1
|
||||
%meson -Dgtk_doc=true -Dtests=enabled -Dvapi=disabled
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm %{buildroot}%{_libdir}/*.la
|
||||
%meson_install
|
||||
|
||||
%check
|
||||
make check
|
||||
%meson_test
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
@ -69,6 +68,10 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 16 2021 Bastien Nocera <bnocera@redhat.com> - 236-1
|
||||
+ libgudev-236-1
|
||||
- Update to 236
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 234-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libgudev-234.tar.xz) = cb01906d532b05cf8f69acdf80a8f05fbd4863fd98e88928b491e3657e60844f7ae6ca903ddd773fbea37268ff85d12719de47fd92a2f18b98fa2dbfe85e8151
|
||||
SHA512 (libgudev-236.tar.xz) = b00c30a7d57de8cca92a22f4c4da878c7cce448b1177858cc9ee0b99c5bc4fd0fbd01d8f4f9a9b9ef073af8f51c26533f2e7896c01ed9fed0a2bcfa6b2cfcbc2
|
||||
|
Loading…
Reference in New Issue
Block a user