0.33.0, drop gui

This commit is contained in:
Jon Ciesla 2016-08-09 09:29:08 -05:00
parent e9c659bbb2
commit 539766f892
3 changed files with 9 additions and 19 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@
/meson-0.29.0.tar.gz /meson-0.29.0.tar.gz
/meson-0.30.0.tar.gz /meson-0.30.0.tar.gz
/meson-0.31.0.tar.gz /meson-0.31.0.tar.gz
/meson-0.33.0.tar.gz

View File

@ -1,14 +1,15 @@
%global libname mesonbuild %global libname mesonbuild
Name: meson Name: meson
Version: 0.31.0 Version: 0.33.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
URL: http://mesonbuild.com/ URL: http://mesonbuild.com/
Source0: https://github.com/mesonbuild/meson/archive/%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/mesonbuild/meson/archive/%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
Obsoletes: meson-gui <= 0.31.0
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
@ -37,15 +38,6 @@ productivity. It aims to do this by providing simple, out-of-the-box
support for modern software development tools and practices, such as support for modern software development tools and practices, such as
unit tests, coverage reports, Valgrind, CCache and the like. unit tests, coverage reports, Valgrind, CCache and the like.
%package gui
Summary: GUI for high productivity build system
Requires: %{name} = %{version}-%{release}
Requires: python3-qt5
%description gui
GUI for high productivity build system.
%prep %prep
%autosetup %autosetup
@ -79,14 +71,11 @@ MESON_PRINT_TEST_OUTPUT=1 ./run_tests.py
%{_mandir}/man1/wraptool.1.* %{_mandir}/man1/wraptool.1.*
%{_rpmconfigdir}/macros.d/macros.%{name} %{_rpmconfigdir}/macros.d/macros.%{name}
%files gui
%{_bindir}/%{name}gui
%{python3_sitelib}/%{libname}/*.ui
%{python3_sitelib}/%{libname}/__pycache__/mgui.*
%{python3_sitelib}/%{libname}/mgui.py
%{_mandir}/man1/%{name}gui.1.*
%changelog %changelog
* Tue Aug 09 2016 Jon Ciesla <limburgher@gmail.com> - 0.33.0-1
- 0.33.0
- GUI dropped upstream.
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31.0-2 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31.0-2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View File

@ -1 +1 @@
a91a6535ad2cdf6625c6a282f5089be2 meson-0.31.0.tar.gz 6ef2d9272f915feceed04db550634889 meson-0.33.0.tar.gz