diff --git a/libgnome-games-support.spec b/libgnome-games-support.spec index 4704db9..dc002cf 100644 --- a/libgnome-games-support.spec +++ b/libgnome-games-support.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: libgnome-games-support -Version: 1.8.2 +Version: 2.0.0 Release: 1mamba Summary: A small library intended for internal use by GNOME Games, but it may be used by others Group: System/Libraries @@ -14,7 +14,7 @@ License: GPL BuildRequires: glibc-devel BuildRequires: libgee-devel BuildRequires: libglib-devel -BuildRequires: libgtk3-devel +BuildRequires: libgtk-devel ## AUTOBUILDREQ-END %description @@ -43,7 +43,7 @@ This package contains libraries and header files for developing applications tha [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %meson_install -%find_lang %{name} || touch %{name}.lang +%find_lang %{name} --all-name %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -53,19 +53,22 @@ This package contains libraries and header files for developing applications tha %files -f %{name}.lang %defattr(-,root,root) -%{_libdir}/libgnome-games-support-1.so.* +%{_libdir}/libgnome-games-support-2.so.* %doc COPYING COPYING.LESSER %files devel %defattr(-,root,root) -%dir %{_includedir}/gnome-games-support-1 -%{_includedir}/gnome-games-support-1/*.h -%{_libdir}/libgnome-games-support-1.so -%{_libdir}/pkgconfig/libgnome-games-support-1.pc -%{_datadir}/vala/vapi/libgnome-games-support-1.vapi +%dir %{_includedir}/gnome-games-support-2 +%{_includedir}/gnome-games-support-2/*.h +%{_libdir}/libgnome-games-support-2.so +%{_libdir}/pkgconfig/libgnome-games-support-2.pc +%{_datadir}/vala/vapi/libgnome-games-support-2.vapi %doc NEWS README %changelog +* Sat Apr 02 2022 Automatic Build System 2.0.0-1mamba +- automatic version update by autodist + * Sun Oct 31 2021 Automatic Build System 1.8.2-1mamba - automatic version update by autodist