mirror of
https://abf.rosa.ru/djam/meson.git
synced 2025-02-23 17:32:50 +00:00
update to 0.44.1
This commit is contained in:
parent
3125b52f5b
commit
9b1a9cb4fe
1 changed files with 12 additions and 5 deletions
17
meson.spec
17
meson.spec
|
@ -1,9 +1,11 @@
|
||||||
|
%define debug %nil
|
||||||
|
%define debug_package %nil
|
||||||
%bcond_with check
|
%bcond_with check
|
||||||
|
|
||||||
Summary: High productivity build system
|
Summary: High productivity build system
|
||||||
Name: meson
|
Name: meson
|
||||||
Version: 0.49.2
|
Version: 0.44.1
|
||||||
Release: 2
|
Release: 1
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Url: http://mesonbuild.com/
|
Url: http://mesonbuild.com/
|
||||||
|
@ -12,7 +14,7 @@ Source1: https://github.com/mesonbuild/meson/releases/download/%{version}/%{name
|
||||||
Source2: %{name}.macros
|
Source2: %{name}.macros
|
||||||
|
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: pkgconfig(python3) >= 3.5
|
BuildRequires: pkgconfig(python3) >= 3.4
|
||||||
|
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
BuildRequires: locales
|
BuildRequires: locales
|
||||||
|
@ -83,11 +85,16 @@ Valgrind, CCache and the like.
|
||||||
%files
|
%files
|
||||||
%doc README.md COPYING
|
%doc README.md COPYING
|
||||||
%{_bindir}/%{name}
|
%{_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}/mesonbuild/
|
||||||
%{py3_puresitedir}/%{name}-%{version}-py*.egg-info/
|
%{py3_puresitedir}/%{name}-%{version}-py*.egg-info/
|
||||||
%{_sys_macros_dir}/%{name}.macros
|
%{_sys_macros_dir}/%{name}.macros
|
||||||
%{_datadir}/polkit-1/actions/com.mesonbuild.install.policy
|
#{_datadir}/polkit-1/actions/com.mesonbuild.install.policy
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue