From 539766f892b08206f1672a6c4d030a8d541afae5 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Aug 09 2016 14:29:08 +0000 Subject: 0.33.0, drop gui --- diff --git a/.gitignore b/.gitignore index f2fed3f..ce2ceb5 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /meson-0.29.0.tar.gz /meson-0.30.0.tar.gz /meson-0.31.0.tar.gz +/meson-0.33.0.tar.gz diff --git a/meson.spec b/meson.spec index c79bc3d..93e758e 100644 --- a/meson.spec +++ b/meson.spec @@ -1,14 +1,15 @@ %global libname mesonbuild Name: meson -Version: 0.31.0 -Release: 2%{?dist} +Version: 0.33.0 +Release: 1%{?dist} Summary: High productivity build system License: ASL 2.0 URL: http://mesonbuild.com/ Source0: https://github.com/mesonbuild/meson/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch +Obsoletes: meson-gui <= 0.31.0 BuildRequires: python3-devel 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 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 %autosetup @@ -79,14 +71,11 @@ MESON_PRINT_TEST_OUTPUT=1 ./run_tests.py %{_mandir}/man1/wraptool.1.* %{_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 +* Tue Aug 09 2016 Jon Ciesla - 0.33.0-1 +- 0.33.0 +- GUI dropped upstream. + * Tue Jul 19 2016 Fedora Release Engineering - 0.31.0-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 080e450..4388d19 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a91a6535ad2cdf6625c6a282f5089be2 meson-0.31.0.tar.gz +6ef2d9272f915feceed04db550634889 meson-0.33.0.tar.gz