Update to 0.29.0
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
1c91e48c22
commit
4907f4336d
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
|||||||
/meson-0.26.0.tar.gz
|
/meson-0.26.0.tar.gz
|
||||||
/meson-0.27.0.tar.gz
|
/meson-0.27.0.tar.gz
|
||||||
/meson-0.28.0.tar.gz
|
/meson-0.28.0.tar.gz
|
||||||
|
/meson-0.29.0.tar.gz
|
||||||
|
31
meson.spec
31
meson.spec
@ -1,8 +1,6 @@
|
|||||||
%global __python %{__python3}
|
|
||||||
|
|
||||||
Name: meson
|
Name: meson
|
||||||
Version: 0.28.0
|
Version: 0.29.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: High productivity build system
|
Summary: High productivity build system
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -28,7 +26,6 @@ BuildRequires: pkgconfig(glib-2.0)
|
|||||||
BuildRequires: pkgconfig(gobject-introspection-1.0) python3-gobject-base gtk-doc
|
BuildRequires: pkgconfig(gobject-introspection-1.0) python3-gobject-base gtk-doc
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
Requires: ninja-build
|
Requires: ninja-build
|
||||||
Requires: python3
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Meson is a build system designed to optimize programmer
|
Meson is a build system designed to optimize programmer
|
||||||
@ -49,10 +46,11 @@ GUI for high productivity build system.
|
|||||||
%autosetup
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Nothing to build
|
%py3_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./install_meson.py --prefix=%{_prefix} --destdir=%{buildroot}
|
%py3_install
|
||||||
|
install -Dpm 0644 data/macros.%{name} %{_rpmconfigdir}/macros.d/macros.%{name}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
MESON_PRINT_TEST_OUTPUT=1 ./run_tests.py
|
MESON_PRINT_TEST_OUTPUT=1 ./run_tests.py
|
||||||
@ -63,11 +61,10 @@ MESON_PRINT_TEST_OUTPUT=1 ./run_tests.py
|
|||||||
%{_bindir}/%{name}conf
|
%{_bindir}/%{name}conf
|
||||||
%{_bindir}/%{name}introspect
|
%{_bindir}/%{name}introspect
|
||||||
%{_bindir}/wraptool
|
%{_bindir}/wraptool
|
||||||
%dir %{_datadir}/%{name}/
|
%exclude %{python3_sitelib}/%{libname}/*.ui
|
||||||
%exclude %{_datadir}/%{name}/*.ui
|
%exclude %{python3_sitelib}/%{libname}/__pycache__/mgui.*
|
||||||
%exclude %{_datadir}/%{name}/mesongui.py
|
%exclude %{python3_sitelib}/%{libname}/mgui.py
|
||||||
%exclude %{_datadir}/%{name}/__pycache__/mesongui.*
|
%{python3_sitelib}/%{libname}/
|
||||||
%{_datadir}/%{name}/*
|
|
||||||
%{_mandir}/man1/%{name}.1.*
|
%{_mandir}/man1/%{name}.1.*
|
||||||
%{_mandir}/man1/%{name}conf.1.*
|
%{_mandir}/man1/%{name}conf.1.*
|
||||||
%{_mandir}/man1/%{name}introspect.1.*
|
%{_mandir}/man1/%{name}introspect.1.*
|
||||||
@ -75,14 +72,16 @@ MESON_PRINT_TEST_OUTPUT=1 ./run_tests.py
|
|||||||
%{_rpmconfigdir}/macros.d/macros.%{name}
|
%{_rpmconfigdir}/macros.d/macros.%{name}
|
||||||
|
|
||||||
%files gui
|
%files gui
|
||||||
%license COPYING
|
|
||||||
%{_bindir}/%{name}gui
|
%{_bindir}/%{name}gui
|
||||||
%{_datadir}/%{name}/*.ui
|
%{python3_sitelib}/%{libname}/*.ui
|
||||||
%{_datadir}/%{name}/mesongui.py
|
%{python3_sitelib}/%{libname}/__pycache__/mgui.*
|
||||||
%{_datadir}/%{name}/__pycache__/mesongui.*
|
%{python3_sitelib}/%{libname}/mgui.py
|
||||||
%{_mandir}/man1/%{name}gui.1.*
|
%{_mandir}/man1/%{name}gui.1.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 24 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.29.0-1
|
||||||
|
- Update to 0.29.0
|
||||||
|
|
||||||
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 0.28.0-2
|
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 0.28.0-2
|
||||||
- Rebuilt for Boost 1.60
|
- Rebuilt for Boost 1.60
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user