diff --git a/iagno.spec b/iagno.spec index a6c09bd..afecfba 100644 --- a/iagno.spec +++ b/iagno.spec @@ -1,6 +1,6 @@ Name: iagno Version: 3.28.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GNOME Reversi game License: GPLv3+ and CC-BY-SA @@ -9,8 +9,8 @@ Source0: https://download.gnome.org/sources/iagno/3.28/iagno-%{version}.t BuildRequires: gcc BuildRequires: glib2-devel -BuildRequires: gtk3-devel -BuildRequires: librsvg2-devel +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(librsvg-2.0) BuildRequires: libcanberra-devel BuildRequires: intltool BuildRequires: itstool @@ -33,7 +33,7 @@ on the board. %build %configure -make %{?_smp_mflags} +%make_build %install @@ -58,6 +58,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/iagno.desktop %changelog +* Sat Jul 21 2018 Debarshi Ray - 3.28.0-3 +- Modernize + * Fri Jul 13 2018 Fedora Release Engineering - 3.28.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild