0.33.0, drop gui
This commit is contained in:
parent
e9c659bbb2
commit
539766f892
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
25
meson.spec
25
meson.spec
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user