]> git.pld-linux.org Git - packages/gnome-abrt.git/blobdiff - gnome-abrt.spec
- updated to 1.4.3
[packages/gnome-abrt.git] / gnome-abrt.spec
index b2930749213dab5742b41ea6f2624fe15f621c01..53fa42642a2649da210f66e3ab9001de6641b19f 100644 (file)
@@ -5,28 +5,28 @@
 Summary:       A utility for viewing problems that have occurred with the system
 Summary(pl.UTF-8):     Narzędzie do przeglądania problemów, które wystąpiły w systemie
 Name:          gnome-abrt
-Version:       1.3.1
-Release:       3
+Version:       1.4.3
+Release:       1
 License:       GPL v2+
 Group:         Applications/System
 #Source0Download: https://github.com/abrt/gnome-abrt/releases
 Source0:       https://github.com/abrt/gnome-abrt/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 2529440838d44afe7c4696e2f76b4986
+# Source0-md5: cebca029db214213634024b144111fbe
 URL:           https://github.com/abrt/abrt/wiki/gnome-abrt
 BuildRequires: abrt-gui-devel >= 2.4.0
 BuildRequires: asciidoc
 BuildRequires: gettext-tools >= 0.17
 BuildRequires: gtk+3-devel >= 3.0
 BuildRequires: libreport-gtk-devel >= 2.4.0
-BuildRequires: meson >= 0.51.0
+BuildRequires: meson >= 0.59.0
 BuildRequires: ninja >= 1.5
 BuildRequires: pkgconfig
-%{?with_tests:BuildRequires:   pylint}
+%{?with_tests:BuildRequires:   py3lint}
 BuildRequires: python3-devel >= 1:3.4
 %{?with_tests:BuildRequires:   python3-humanize}
 %{?with_tests:BuildRequires:   python3-libreport}
 BuildRequires: python3-pygobject3-devel >= 3.29.1
-BuildRequires: rpmbuild(macros) >= 1.596
+BuildRequires: rpmbuild(macros) >= 1.736
 BuildRequires: sed >= 4.0
 BuildRequires: xmlto
 Requires(post,postun): gtk-update-icon-cache
@@ -35,7 +35,7 @@ Requires:     abrt-gui-libs >= 2.4.0
 Requires:      hicolor-icon-theme
 Requires:      libreport-gtk >= 2.4.0
 Requires:      python3-dbus
-Requires:      python3-humanize >= 2.0.0
+Requires:      python3-humanize
 Requires:      python3-libreport >= 2.4.0
 Requires:      python3-pygobject3 >= 3.29.1
 Requires:      python3-pyinotify
@@ -54,7 +54,7 @@ zapewniająca wygodny sposób zarządzania tymi problemami.
 
 %build
 %meson build \
-       %{!?with_tests:-Dlint=false}
+       %{?with_tests:-Dlint=true}
 
 %ninja_build -C build
 
@@ -88,9 +88,6 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{py3_sitedir}/gnome_abrt
 %{py3_sitedir}/gnome_abrt/*.py
 %{py3_sitedir}/gnome_abrt/__pycache__
-%dir %{py3_sitedir}/gnome_abrt/url
-%{py3_sitedir}/gnome_abrt/url/*.py
-%{py3_sitedir}/gnome_abrt/url/__pycache__
 %dir %{py3_sitedir}/gnome_abrt/wrappers
 %{py3_sitedir}/gnome_abrt/wrappers/__init__.py
 %{py3_sitedir}/gnome_abrt/wrappers/__pycache__
This page took 0.123419 seconds and 4 git commands to generate.