mirror of
https://abf.rosa.ru/djam/meson.git
synced 2025-02-23 09:22:51 +00:00
commit
d972929c51
2 changed files with 4 additions and 4 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
meson-0.52.0.tar.gz: f5b924f5128f53f9eaeffc2e72ac3f757977a809
|
||||
meson-0.56.2.tar.gz: a62199aca12eb69d4df7e828a8d11cc241ecff73
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Summary: High productivity build system
|
||||
Name: meson
|
||||
Version: 0.52.0
|
||||
Version: 0.56.2
|
||||
Release: 1
|
||||
License: ASL 2.0
|
||||
Group: Development/Tools
|
||||
|
@ -87,7 +87,7 @@ Valgrind, CCache and the like.
|
|||
%{_bindir}/%{name}
|
||||
%{_datadir}/polkit-1/actions/com.mesonbuild.install.policy
|
||||
%{_mandir}/man1/%{name}.1.*
|
||||
%{_sys_macros_dir}/%{name}.macros
|
||||
%{_rpmmacrodir}/*%{name}*
|
||||
%{py3_puresitedir}/%{name}-%{version}-py*.egg-info/
|
||||
%{py3_puresitedir}/mesonbuild/
|
||||
|
||||
|
@ -105,7 +105,7 @@ Valgrind, CCache and the like.
|
|||
%py3_install
|
||||
|
||||
# Install our rpm macro helper for meson
|
||||
install -D -m 0644 %{SOURCE2} %{buildroot}%{_sys_macros_dir}/%{name}.macros
|
||||
%install_macro meson %{SOURCE2}
|
||||
|
||||
%if %{with check}
|
||||
%check
|
||||
|
|
Loading…
Add table
Reference in a new issue