]> git.pld-linux.org Git - packages/gnome-abrt.git/blame - gnome-abrt.spec
- updated to 1.2.5
[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
20f36f8e 8Version: 1.2.5
ac866be5 9Release: 1
03a042be
JB
10License: GPL v2+
11Group: Applications/System
12Source0: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
20f36f8e 13# Source0-md5: e3ab0e2c43bb6b28f29eced47cca8d67
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
ac866be5 18BuildRequires: autoconf >= 2.50
da95b34b 19BuildRequires: automake
b2c3a5da 20BuildRequires: gettext-tools >= 0.17
03a042be
JB
21BuildRequires: gtk+3-devel >= 3.0
22BuildRequires: intltool >= 0.35.0
77732c33 23BuildRequires: libreport-gtk-devel >= 2.0.20
da95b34b 24BuildRequires: libtool
03a042be
JB
25BuildRequires: pkgconfig
26%{?with_tests:BuildRequires: pylint}
23131381 27BuildRequires: python3-devel >= 1:3.4
44e1f915
JB
28%{?with_tests:BuildRequires: python3-libreport}
29BuildRequires: python3-pygobject3-devel >= 3.0
ad30d5d2 30BuildRequires: rpmbuild(macros) >= 1.596
e8510905 31BuildRequires: sed >= 4.0
03a042be 32BuildRequires: xmlto
23131381 33BuildRequires: xorg-lib-libX11-devel
ad30d5d2 34Requires(post,postun): gtk-update-icon-cache
5eec88c3 35Requires: abrt-dbus
a4b53cf6 36Requires: abrt-gui-libs >= 2.1.7
ad30d5d2 37Requires: hicolor-icon-theme
44e1f915
JB
38Requires: python3-dbus
39Requires: python3-libreport
40Requires: python3-pygobject3 >= 3.0
41Requires: python3-pyinotify
03a042be
JB
42BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
43
44%description
45A GNOME application allows users to browse through detected problems
46and provides them with convenient way for managing these problems.
47
48%description -l pl.UTF-8
49Aplikacja GNOME pozwalająca użytkownikom przeglądać wykryte problemy i
50zapewniająca wygodny sposób zarządzania tymi problemami.
51
52%prep
53%setup -q
11bdae2f 54%patch0 -p1
03a042be 55
da95b34b 56%{__sed} -i -e 's#-pedantic##g' configure.ac
e8510905
JB
57%{__sed} -i -e '1s,#!/usr/bin/env python,#!/usr/bin/python,' src/gnome-abrt
58
a9208238
JB
59%{__sed} -n -e '/^%%changelog/,$' gnome-abrt.spec.in | tail -n +2 > changelog
60
03a042be 61%build
da95b34b
AM
62%{__libtoolize}
63%{__aclocal}
64%{__autoconf}
65%{__automake}
03a042be 66%configure \
e8510905
JB
67 --disable-silent-rules \
68 %{!?with_tests:--with-nopylint}
03a042be
JB
69
70%{__make}
71
72%{?with_tests:%{__make} check}
73
74%install
75rm -rf $RPM_BUILD_ROOT
76%{__make} install \
77 DESTDIR=$RPM_BUILD_ROOT
78
44e1f915 79%{__rm} $RPM_BUILD_ROOT%{py3_sitedir}/gnome_abrt/wrappers/*.la
03a042be
JB
80%py_postclean
81
a9208238
JB
82# packaged as %doc
83%{__rm} $RPM_BUILD_ROOT%{_docdir}/gnome-abrt/README.md
03a042be 84
a9208238 85%find_lang %{name}
03a042be
JB
86%clean
87rm -rf $RPM_BUILD_ROOT
88
89%post
90%update_icon_cache hicolor
91
92%postun
93%update_icon_cache hicolor
94
95%files -f %{name}.lang
96%defattr(644,root,root,755)
a9208238 97%doc README.md changelog
03a042be 98%attr(755,root,root) %{_bindir}/gnome-abrt
44e1f915
JB
99%dir %{py3_sitedir}/gnome_abrt
100%{py3_sitedir}/gnome_abrt/*.py
101%{py3_sitedir}/gnome_abrt/__pycache__
102%dir %{py3_sitedir}/gnome_abrt/url
103%{py3_sitedir}/gnome_abrt/url/*.py
104%{py3_sitedir}/gnome_abrt/url/__pycache__
105%dir %{py3_sitedir}/gnome_abrt/wrappers
106%{py3_sitedir}/gnome_abrt/wrappers/__init__.py
107%{py3_sitedir}/gnome_abrt/wrappers/__pycache__
108%attr(755,root,root) %{py3_sitedir}/gnome_abrt/wrappers/_wrappers.so
03a042be 109%{_datadir}/gnome-abrt
a4b53cf6 110%{_datadir}/appdata/gnome-abrt.appdata.xml
03a042be 111%{_desktopdir}/gnome-abrt.desktop
23131381
JB
112%{_iconsdir}/hicolor/*x*/apps/gnome-abrt.png
113%{_iconsdir}/hicolor/*x*/status/gnome-abrt.png
114%{_iconsdir}/hicolor/symbolic/apps/gnome-abrt-symbolic.svg
77732c33 115%{_mandir}/man1/gnome-abrt.1*
This page took 0.096672 seconds and 4 git commands to generate.