From 731459d44b11741aca6cb522b6ebab2d458dffcd Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 18 Nov 2020 10:02:34 -0800 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/umockdev#04e37df90754674735565fc0e4fbf32f2eff3366 --- .gitignore | 1 + sources | 2 +- umockdev.spec | 21 ++++++++++----------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 3a48de5..29f6255 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /0.14.2.tar.gz /0.14.3.tar.gz /0.14.4.tar.gz +/0.15.1.tar.gz diff --git a/sources b/sources index b3225b9..a297c70 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (0.14.4.tar.gz) = aa580a58a1dc251ca3eccd01da107d237040e22d091d2f17fc316e7a33d84cacc927f97241ec229bbf820399ffeb4a0511764dbe9fba0ed7da7c0605d7640d18 +SHA512 (0.15.1.tar.gz) = 479af9eedd4bc3ea4f7b37fb3c09b9e0edf5c3498e0416041133d3d06c287ae9d0ee9c33706b5e03869ee53d0a6be610db590111626609e67a34af4667fe8ed9 diff --git a/umockdev.spec b/umockdev.spec index a03e22b..e045b3e 100644 --- a/umockdev.spec +++ b/umockdev.spec @@ -1,5 +1,5 @@ Name: umockdev -Version: 0.14.4 +Version: 0.15.1 Release: 1%{?dist} Summary: Mock hardware devices @@ -8,7 +8,7 @@ URL: https://github.com/martinpitt/%{name} Source0: https://github.com/martinpitt/%{name}/archive/%{version}.tar.gz BuildRequires: git -BuildRequires: autoconf automake libtool +BuildRequires: meson BuildRequires: gtk-doc BuildRequires: gobject-introspection-devel BuildRequires: glib2-devel @@ -36,17 +36,12 @@ using %{name}. %autosetup -S git -n %{name}-%{version} %build -NOCONFIGURE=1 ./autogen.sh -%configure --disable-static --enable-gtk-doc - -make %{?_smp_mflags} +%meson -Dgtk_doc=true +%meson_build %install -make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" - -#nuke the .la file(s) -find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' +%meson_install # Remove rpath chrpath --delete %{buildroot}%{_bindir}/umockdev-record \ @@ -69,7 +64,7 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev %doc README.rst %{_bindir}/umockdev-* %{_libdir}/libumockdev.so.* -%{_libdir}/libumockdev-preload.so.* +%{_libdir}/libumockdev-preload.so* %{_libdir}/girepository-1.0/UMockdev-1.0.typelib %files devel @@ -82,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev %{_datadir}/vala/vapi/umockdev-1.0.vapi %changelog +* Tue Nov 17 2020 Bastien Nocera - 0.15.1-1 ++ umockdev-0.15.1-1 +- Update to 0.15.1 + * Fri Oct 23 2020 Bastien Nocera - 0.14.4-1 + umockdev-0.14.4-1 - Update to 0.14.4