diff --git a/libgnome-games-support.spec b/libgnome-games-support.spec index 1cd010a..a79c5b7 100644 --- a/libgnome-games-support.spec +++ b/libgnome-games-support.spec @@ -1,5 +1,6 @@ +%define majver %(echo %version | cut -d. -f1-2) Name: libgnome-games-support -Version: 1.4.4 +Version: 1.6.1 Release: 1mamba Summary: A small library intended for internal use by GNOME Games, but it may be used by others Group: System/Libraries @@ -7,7 +8,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.gnome.org -Source: ftp://ftp.gnome.org/pub/gnome/sources/libgnome-games-support/1.4/libgnome-games-support-%{version}.tar.xz +Source: ftp://ftp.gnome.org/pub/gnome/sources/libgnome-games-support/%{majver}/libgnome-games-support-%{version}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -56,12 +57,13 @@ This package contains libraries and header files for developing applications tha %setup -q %build -%configure -%make +%meson + +%meson_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%meson_install %find_lang %{name} || touch %{name}.lang @@ -80,13 +82,18 @@ This package contains libraries and header files for developing applications tha %defattr(-,root,root) %dir %{_includedir}/gnome-games-support-1 %{_includedir}/gnome-games-support-1/*.h -%{_libdir}/libgnome-games-support-1.la %{_libdir}/libgnome-games-support-1.so %{_libdir}/pkgconfig/libgnome-games-support-1.pc %{_datadir}/vala/vapi/libgnome-games-support-1.vapi %doc NEWS README %changelog +* Fri Mar 27 2020 Automatic Build System 1.6.1-1mamba +- automatic version update by autodist + +* Fri Mar 20 2020 Silvan Calarco 1.6.0.1-1mamba +- update to 1.6.0.1 + * Tue Sep 10 2019 Automatic Build System 1.4.4-1mamba - automatic version update by autodist