diff --git a/dbus-glib.spec b/dbus-glib.spec index 62aab0c..f6bf5d2 100644 --- a/dbus-glib.spec +++ b/dbus-glib.spec @@ -5,7 +5,7 @@ Summary: GLib bindings for D-Bus Name: dbus-glib Version: 0.110 -Release: 7%{?dist} +Release: 8%{?dist} URL: http://www.freedesktop.org/software/dbus/ #VCS: git:git://git.freedesktop.org/git/dbus/dbus-glib Source0: https://dbus.freedesktop.org/releases/dbus-glib/%{name}-%{version}.tar.gz @@ -39,14 +39,14 @@ Headers and static libraries for the D-Bus GLib bindings --enable-asserts=yes \ --disable-gtk-doc -make %{?_smp_mflags} V=1 +%make_build V=1 %check make check %install -make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" +%make_install rm -f $RPM_BUILD_ROOT%{_libdir}/*.a rm -f $RPM_BUILD_ROOT%{_libdir}/*.la @@ -77,6 +77,10 @@ chmod -x $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/dbus-bash-completion.sh %changelog +* Mon Jul 13 2020 Tom Stellard - 0.110-8 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Tue Jan 28 2020 Fedora Release Engineering - 0.110-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild