Use make_build macro

This commit is contained in:
Debarshi Ray 2016-08-30 19:08:57 +02:00
parent 912c412032
commit 6166b81233

View File

@ -3,7 +3,7 @@
Name: gnome-online-accounts Name: gnome-online-accounts
Version: 3.21.90 Version: 3.21.90
Release: 1%{?dist} Release: 2%{?dist}
Summary: Single sign-on framework for GNOME Summary: Single sign-on framework for GNOME
Group: System Environment/Libraries Group: System Environment/Libraries
@ -64,7 +64,7 @@ developing applications that use %{name}.
--enable-pocket \ --enable-pocket \
--disable-telepathy \ --disable-telepathy \
--enable-windows-live --enable-windows-live
make %{?_smp_mflags} %make_build
%install %install
%make_install %make_install
@ -119,6 +119,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_datadir}/vala/ %{_datadir}/vala/
%changelog %changelog
* Tue Aug 30 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.21.90-2
- Use make_build macro
* Fri Aug 19 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1 * Fri Aug 19 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1
- Update to 3.21.90 - Update to 3.21.90
- Set minimum glib2 and gtk3 versions - Set minimum glib2 and gtk3 versions