automatic version update by autodist [release 1.6.1-1mamba;Fri Mar 27 2020]
This commit is contained in:
parent
e4468355df
commit
9c54b592cb
@ -1,5 +1,6 @@
|
|||||||
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libgnome-games-support
|
Name: libgnome-games-support
|
||||||
Version: 1.4.4
|
Version: 1.6.1
|
||||||
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
|
||||||
@ -7,7 +8,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.gnome.org
|
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
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -56,12 +57,13 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%make
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%find_lang %{name} || touch %{name}.lang
|
%find_lang %{name} || touch %{name}.lang
|
||||||
|
|
||||||
@ -80,13 +82,18 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/gnome-games-support-1
|
%dir %{_includedir}/gnome-games-support-1
|
||||||
%{_includedir}/gnome-games-support-1/*.h
|
%{_includedir}/gnome-games-support-1/*.h
|
||||||
%{_libdir}/libgnome-games-support-1.la
|
|
||||||
%{_libdir}/libgnome-games-support-1.so
|
%{_libdir}/libgnome-games-support-1.so
|
||||||
%{_libdir}/pkgconfig/libgnome-games-support-1.pc
|
%{_libdir}/pkgconfig/libgnome-games-support-1.pc
|
||||||
%{_datadir}/vala/vapi/libgnome-games-support-1.vapi
|
%{_datadir}/vala/vapi/libgnome-games-support-1.vapi
|
||||||
%doc NEWS README
|
%doc NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 27 2020 Automatic Build System <autodist@mambasoft.it> 1.6.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Mar 20 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0.1-1mamba
|
||||||
|
- update to 1.6.0.1
|
||||||
|
|
||||||
* Tue Sep 10 2019 Automatic Build System <autodist@mambasoft.it> 1.4.4-1mamba
|
* Tue Sep 10 2019 Automatic Build System <autodist@mambasoft.it> 1.4.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user