update to 0.44.1

This commit is contained in:
User 2019-03-24 00:18:58 +03:00
parent 3125b52f5b
commit 9b1a9cb4fe

View file

@ -1,9 +1,11 @@
%define debug %nil
%define debug_package %nil
%bcond_with check
Summary: High productivity build system
Name: meson
Version: 0.49.2
Release: 2
Version: 0.44.1
Release: 1
License: ASL 2.0
Group: Development/Tools
Url: http://mesonbuild.com/
@ -12,7 +14,7 @@ Source1: https://github.com/mesonbuild/meson/releases/download/%{version}/%{name
Source2: %{name}.macros
BuildRequires: python3-setuptools
BuildRequires: pkgconfig(python3) >= 3.5
BuildRequires: pkgconfig(python3) >= 3.4
%if %{with check}
BuildRequires: locales
@ -83,11 +85,16 @@ Valgrind, CCache and the like.
%files
%doc README.md COPYING
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*
%{_bindir}/mesonconf
%{_bindir}/mesonintrospect
%{_bindir}/mesontest
%{_bindir}/wraptool
%{_mandir}/man1/%{name}*.1.*
%{_mandir}/man1/wraptool.1.*
%{py3_puresitedir}/mesonbuild/
%{py3_puresitedir}/%{name}-%{version}-py*.egg-info/
%{_sys_macros_dir}/%{name}.macros
%{_datadir}/polkit-1/actions/com.mesonbuild.install.policy
#{_datadir}/polkit-1/actions/com.mesonbuild.install.policy
#----------------------------------------------------------------------------