]> git.pld-linux.org Git - packages/gnome-abrt.git/blame - gnome-abrt.spec
- python 3.5 rebuild
[packages/gnome-abrt.git] / gnome-abrt.spec
CommitLineData
03a042be
JB
1#
2# Conditional build:
11bdae2f 3%bcond_with tests # "make check" run (some pylint false positive?)
e4d779b7 4
03a042be
JB
5Summary: A utility for viewing problems that have occurred with the system
6Summary(pl.UTF-8): Narzędzie do przeglądania problemów, które wystąpiły w systemie
7Name: gnome-abrt
23131381 8Version: 1.2.0
6a6608dd 9Release: 2
03a042be
JB
10License: GPL v2+
11Group: Applications/System
12Source0: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
23131381 13# Source0-md5: 9b2d3e364e735f6a7401a84462951232
11bdae2f 14Patch0: %{name}-pylint.patch
f4c1c4a3 15URL: https://github.com/abrt/abrt/wiki/ABRT-Project
a4b53cf6 16BuildRequires: abrt-gui-devel >= 2.1.7
03a042be 17BuildRequires: asciidoc
b2c3a5da 18BuildRequires: gettext-tools >= 0.17
03a042be
JB
19BuildRequires: gtk+3-devel >= 3.0
20BuildRequires: intltool >= 0.35.0
77732c33 21BuildRequires: libreport-gtk-devel >= 2.0.20
03a042be
JB
22BuildRequires: pkgconfig
23%{?with_tests:BuildRequires: pylint}
23131381 24BuildRequires: python3-devel >= 1:3.4
44e1f915
JB
25%{?with_tests:BuildRequires: python3-libreport}
26BuildRequires: python3-pygobject3-devel >= 3.0
ad30d5d2 27BuildRequires: rpmbuild(macros) >= 1.596
e8510905 28BuildRequires: sed >= 4.0
03a042be 29BuildRequires: xmlto
23131381 30BuildRequires: xorg-lib-libX11-devel
ad30d5d2 31Requires(post,postun): gtk-update-icon-cache
5eec88c3 32Requires: abrt-dbus
a4b53cf6 33Requires: abrt-gui-libs >= 2.1.7
ad30d5d2 34Requires: hicolor-icon-theme
44e1f915
JB
35Requires: python3-dbus
36Requires: python3-libreport
37Requires: python3-pygobject3 >= 3.0
38Requires: python3-pyinotify
03a042be
JB
39BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
40
41%description
42A GNOME application allows users to browse through detected problems
43and provides them with convenient way for managing these problems.
44
45%description -l pl.UTF-8
46Aplikacja GNOME pozwalająca użytkownikom przeglądać wykryte problemy i
47zapewniająca wygodny sposób zarządzania tymi problemami.
48
49%prep
50%setup -q
11bdae2f 51%patch0 -p1
03a042be 52
e8510905
JB
53%{__sed} -i -e '1s,#!/usr/bin/env python,#!/usr/bin/python,' src/gnome-abrt
54
03a042be
JB
55%build
56%configure \
e8510905
JB
57 --disable-silent-rules \
58 %{!?with_tests:--with-nopylint}
03a042be
JB
59
60%{__make}
61
62%{?with_tests:%{__make} check}
63
64%install
65rm -rf $RPM_BUILD_ROOT
66%{__make} install \
67 DESTDIR=$RPM_BUILD_ROOT
68
44e1f915 69%{__rm} $RPM_BUILD_ROOT%{py3_sitedir}/gnome_abrt/wrappers/*.la
03a042be
JB
70%py_postclean
71
72# just a copy of cs
5eec88c3 73%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/cs_CZ
03a042be
JB
74
75%find_lang %{name}
76
77%clean
78rm -rf $RPM_BUILD_ROOT
79
80%post
81%update_icon_cache hicolor
82
83%postun
84%update_icon_cache hicolor
85
86%files -f %{name}.lang
87%defattr(644,root,root,755)
88%attr(755,root,root) %{_bindir}/gnome-abrt
44e1f915
JB
89%dir %{py3_sitedir}/gnome_abrt
90%{py3_sitedir}/gnome_abrt/*.py
91%{py3_sitedir}/gnome_abrt/__pycache__
92%dir %{py3_sitedir}/gnome_abrt/url
93%{py3_sitedir}/gnome_abrt/url/*.py
94%{py3_sitedir}/gnome_abrt/url/__pycache__
95%dir %{py3_sitedir}/gnome_abrt/wrappers
96%{py3_sitedir}/gnome_abrt/wrappers/__init__.py
97%{py3_sitedir}/gnome_abrt/wrappers/__pycache__
98%attr(755,root,root) %{py3_sitedir}/gnome_abrt/wrappers/_wrappers.so
03a042be 99%{_datadir}/gnome-abrt
a4b53cf6 100%{_datadir}/appdata/gnome-abrt.appdata.xml
03a042be 101%{_desktopdir}/gnome-abrt.desktop
23131381
JB
102%{_iconsdir}/hicolor/*x*/apps/gnome-abrt.png
103%{_iconsdir}/hicolor/*x*/status/gnome-abrt.png
104%{_iconsdir}/hicolor/symbolic/apps/gnome-abrt-symbolic.svg
77732c33 105%{_mandir}/man1/gnome-abrt.1*
This page took 0.070366 seconds and 4 git commands to generate.