automatic version update by autodist [release 2.0.0-1mamba;Sat Apr 02 2022]

This commit is contained in:
Automatic Build System 2024-01-06 04:25:27 +01:00
parent c2821fbdcf
commit c8938bd882

View File

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