]> git.pld-linux.org Git - packages/abrt.git/blobdiff - abrt.spec
- updated to 2.10.0
[packages/abrt.git] / abrt.spec
index 83167a843128332682bbc436c117bdc74bf288e1..e10d5a3059ebd36d075d156af3af6971e1730126 100644 (file)
--- a/abrt.spec
+++ b/abrt.spec
+#
+# TODO:
+# - handle obsolete packages: abrt-plugin-{catcut,rhfastcheck,rhticket,ticketuploader}
+# - SysV init scripts for -addon-ccpp, -addon-kerneloops, -addon-pstoreoops, -addon-upload-watch, -addon-vmcore, -addon-xorg
+# - teach build system to use python3.2+ __pycache__
+#
+# Conditional build:
+%bcond_without tests   # disable pythontests
+#
+%define                libreport_ver   2.9.0
 Summary:       Automatic bug detection and reporting tool
+Summary(pl.UTF-8):     Narzędzie do automatycznego wykrywania i zgłaszania błędów
 Name:          abrt
-Version:       0.0.7.2
-Release:       0.1
+Version:       2.10.0
+Release:       1
 License:       GPL v2+
 Group:         Applications/System
-URL:           https://fedorahosted.org/abrt/
-Source0:       http://jmoskovc.fedorapeople.org/%{name}-%{version}.tar.gz
-# Source0-md5: a822aef023f2e2e018f26901082eccce
+Source0:       https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
+# Source0-md5: 050088fd550a8a063e2e21230b0588de
 Source1:       %{name}.init
-BuildRequires: curl-devel
-BuildRequires: dbus-c++-devel
+Patch0:                %{name}-rpm5.patch
+Patch1:                %{name}-rpm45.patch
+Patch2:                %{name}-link.patch
+URL:           https://fedorahosted.org/abrt/
+BuildRequires: asciidoc
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake
 BuildRequires: dbus-devel
-BuildRequires: desktop-file-utils
-BuildRequires: file-devel
-BuildRequires: gettext
-BuildRequires: gtk2-devel
-BuildRequires: libnotify-devel
-BuildRequires: nss-devel
+BuildRequires: docbook-dtd45-xml
+BuildRequires: gettext-tools >= 0.17
+BuildRequires: glib2-devel >= 1:2.43
+BuildRequires: gsettings-desktop-schemas-devel >= 3.15.1
+BuildRequires: gtk+3-devel >= 3.0
+BuildRequires: hawkey-devel
+BuildRequires: intltool >= 0.35.0
+BuildRequires: json-c-devel
+BuildRequires: libnotify-devel >= 0.7.0
+BuildRequires: libreport-devel >= %{libreport_ver}
+BuildRequires: libreport-gtk-devel >= %{libreport_ver}
+BuildRequires: libreport-web-devel >= %{libreport_ver}
+BuildRequires: libselinux-devel
+BuildRequires: libtool
+BuildRequires: libxml2-devel >= 2
 BuildRequires: nss-devel
-BuildRequires: python-devel
-BuildRequires: rpm-devel >= 4.6
-BuildRequires: sqlite-devel > 3.0
-BuildRequires: xmlrpc-c-devel
+BuildRequires: pkgconfig
+BuildRequires: polkit-devel
+BuildRequires: python-devel >= 2
+BuildRequires: python-modules >= 2
+%{?with_tests:BuildRequires:   python-nose}
+BuildRequires: python3-devel >= 3
+BuildRequires: python3-modules >= 3
+BuildRequires: rpm-devel >= 4.5-28
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.219
+BuildRequires: satyr-devel >= 0.21
+BuildRequires: systemd-devel
+BuildRequires: xmlto
+Requires(postun):      /usr/sbin/groupdel
+Requires(postun):      /usr/sbin/userdel
+Requires(pre): /bin/id
+Requires(pre): /usr/bin/getgid
+Requires(pre): /usr/sbin/groupadd
+Requires(pre): /usr/sbin/useradd
 Requires:      %{name}-libs = %{version}-%{release}
+Provides:      group(abrt)
+Provides:      user(abrt)
+Obsoletes:     abrt-plugin-filetransfer
+Obsoletes:     abrt-plugin-runapp
+Obsoletes:     abrt-plugin-sosreport
+Obsoletes:     abrt-plugin-sqlite3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define        journal_catalog_update  [ ! -x /bin/journalctl ] || /bin/journalctl --update-catalog || :
+
 %description
-abrt is a tool to help users to detect defects in applications and to
+ABRT is a tool to help users to detect defects in applications and to
 create a bug report with all informations needed by maintainer to fix
 it. It uses plugin system to extend its functionality.
 
+%description -l pl.UTF-8
+ABRT to narzędzie pomagające użytkownikom w wykrywaniu defektów w
+aplikacjach oraz tworzeniu raportów błędów ze wszystkimi informacjami
+potrzebnymi utrzymującemu pakiet do poprawienia go. Wykorzystuje
+system wtyczek do rozszerzania funkcjonalności.
+
+%package -n bash-completion-abrt
+Summary:       Bash completion for abrt command
+Summary(pl.UTF-8):     Bashowe dopełnianie parametrów dla polecenia abrt
+Group:         Applications/Shells
+Requires:      %{name} = %{version}-%{release}
+Requires:      bash-completion
+
+%description -n bash-completion-abrt
+Bash completion for abrt command.
+
+%description -n bash-completion-abrt -l pl.UTF-8
+Bashowe dopełnianie parametrów dla polecenia abrt.
+
 %package libs
-Summary:       Libraries for abrt
+Summary:       ABRT shared library
+Summary(pl.UTF-8):     Biblioteka współdzielona ABRT
 Group:         Libraries
+Requires:      glib2 >= 1:2.43
+Requires:      libreport >= %{libreport_ver}
 
 %description libs
-Libraries for %{name}.
+ABRT shared library.
+
+%description libs -l pl.UTF-8
+Biblioteka współdzielona ABRT.
 
 %package devel
-Summary:       Development libraries for abrt
+Summary:       Header files for ABRT livrary
+Summary(pl.UTF-8):     Pliki nagłówkowe bibliotekia ABRT
 Group:         Development/Libraries
 Requires:      %{name}-libs = %{version}-%{release}
+Requires:      glib2-devel >= 1:2.43
+Requires:      libreport-devel >= %{libreport_ver}
 
 %description devel
-Development libraries and headers for %{name}.
+Header files for ABRT livrary.
 
-%package gui
-Summary:       abrt's gui
-Group:         X11/Applications
-Requires:      %{name} = %{version}-%{release}
-Requires:      dbus-python
-Requires:      gnome-python2-gnomevfs
-Requires:      pygtk2-libglade
-Requires:      python-pygtk
-# only if gtk2 version < 2.17
-#Requires: python-sexy
-Provides:      abrt-applet = %{version}-%{release}
-Obsoletes:     abrt-applet < 0.0.5
-Obsoletes:     bug-buddy
-Conflicts:     abrt-applet < 0.0.5
-
-%description gui
-GTK+ wizard for convenient bug reporting.
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki ABRT.
 
 %package addon-ccpp
-Summary:       %{name}'s C/C++ addon
+Summary:       ABRT's C/C++ addon
+Summary(pl.UTF-8):     Dodatek C/C++ do ABRT
 Group:         Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      gdb
+Requires:      %{name}-addon-coredump-helper = %{version}-%{release}
+Requires:      %{name}-retrace-client = %{version}-%{release}
+Requires:      cpio
+Requires:      elfutils
+Requires:      gdb >= 7.0-3
+Requires:      satyr >= 0.21
+Requires:      yum-utils
+Obsoletes:     %{name}-atomic
 
 %description addon-ccpp
 This package contains hook for C/C++ crashed programs and abrt's C/C++
 analyzer plugin.
 
+%description addon-ccpp -l pl.UTF-8
+Ten pakiet zawiera punkt zaczepienia dla programów w C/C++, które
+uległy awarii oraz wtyczkę analizatora C/C++ ABRT.
+
+%package addon-coredump-helper
+Summary:       ABRT's /proc/sys/kernel/core_pattern helper
+Summary(pl.UTF-8):     Program pomocniczy ABRT do /proc/sys/kernel/core_pattern
+Group:         Libraries
+Requires:      %{name}-libs = %{version}-%{release}
+
+%description addon-coredump-helper
+This package contains hook for C/C++ crashed programs.
+
+%description addon-coredump-helper -l pl.UTF-8
+Ten pakiet zawiera uchwyt dla programów w C/C++, które uległy awarii.
+
 %package addon-kerneloops
-Summary:       %{name}'s kerneloops addon
+Summary:       ABRT's kerneloops addon
+Summary(pl.UTF-8):     Dodatek kerneloops do ABRT
 Group:         Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      %{name}-plugin-kerneloopsreporter = %{version}-%{release}
+Requires:      curl
+Requires:      libreport-plugin-kerneloops >= %{libreport_ver}
 Obsoletes:     abrt-plugin-kerneloops
+Obsoletes:     abrt-plugin-kerneloopsreporter
 Obsoletes:     kerneloops
 
 %description addon-kerneloops
-This package contains plugins for kernel crashes information
-collecting.
+This package contains plugin for collecting kernel crash information
+from system log.
+
+%description addon-kerneloops -l pl.UTF-8
+Ten pakiet zawiera wtyczkę do zbierania informacji o awarii jądra z
+logu systemowego.
 
-%package plugin-kerneloopsreporter
-Summary:       %{name}'s kerneloops reporter plugin
+%package addon-pstoreoops
+Summary:       ABRT's pstoreoops addon
+Summary(pl.UTF-8):     Dodatek pstoreoops do ABRT
 Group:         Libraries
-Requires:      %{name} = %{version}-%{release}
-Requires:      curl
+Requires:      %{name}-addon-kerneloops = %{version}-%{release}
+Obsoletes:     abrt-addon-uefioops
 
-%description plugin-kerneloopsreporter
-This package contains reporter plugin, that sends, collected by abrt's
-kerneloops addon, information about kernel crashes to specified
-server, e.g. kerneloops.org.
+%description addon-pstoreoops
+This package contains plugin for collecting kernel oopses from pstore
+storage.
 
-%package plugin-sqlite3
-Summary:       %{name}'s SQLite3 database plugin
+%description addon-pstoreoops -l pl.UTF-8
+Ten pakiet zawiera wtyczkę do zbierania oopsów jądra z danych pstore.
+
+%package addon-python
+Summary:       ABRT's addon for catching and analyzing Python 2 exceptions
+Summary(pl.UTF-8):     Dodatek ABRT do przechwytywania i analizy wyjątków Pythona 2
 Group:         Libraries
 Requires:      %{name} = %{version}-%{release}
+Requires:      %{name}-python = %{version}-%{release}
+# for detecting package name containing offending file
+Suggests:      python-rpm
+# for logging to journal
+Suggests:      python-systemd
+Obsoletes:     gnome-python2-bugbuddy
 
-%description plugin-sqlite3
-This package contains SQLite3 database plugin. It is used for storing
-the data required for creating a bug report.
+%description addon-python
+This package contains Python hook and Python analyzer plugin for
+handling uncaught exception in Python 2 programs.
+
+%description addon-python -l pl.UTF-8
+Ten pakiet zawiera pythonowy punkt zaczepienia oraz wtyczkę
+analizatora Pythona do obsługi nie obsłużonych wyjątków w programach w
+Pythonie 2.
 
-%package plugin-logger
-Summary:       %{name}'s logger reporter plugin
+%package addon-python3
+Summary:       ABRT's addon for catching and analyzing Python 3 exceptions
+Summary(pl.UTF-8):     Dodatek ABRT do przechwytywania i analizy wyjątków Pythona 3
+Group:         Libraries
+Requires:      %{name} = %{version}-%{release}
+Requires:      %{name}-python3 = %{version}-%{release}
+# for detecting package name containing offending file (TODO: python3-rpm package)
+#Suggests:     python3-rpm
+# for logging to journal (TODO: python3-systemd package)
+#Suggests:     python3-systemd
+
+%description addon-python3
+This package contains Python hook and Python analyzer plugin for
+handling uncaught exception in Python 3 programs.
+
+%description addon-python3 -l pl.UTF-8
+Ten pakiet zawiera pythonowy punkt zaczepienia oraz wtyczkę
+analizatora Pythona do obsługi nie obsłużonych wyjątków w programach w
+Pythonie 3.
+
+%package addon-upload-watch
+Summary:       ABRT's upload addon
+Summary(pl.UTF-8):     Dodatek upload do ABRT
 Group:         Libraries
 Requires:      %{name} = %{version}-%{release}
 
-%description plugin-logger
-The simple reporter plugin, which writes a report to a specified file.
+%description addon-upload-watch
+This package contains hook for uploaded problems.
 
-%package plugin-mailx
-Summary:       %{name}'s mailx reporter plugin
+%description addon-upload-watch -l pl.UTF-8
+Ten pakiet zawiera uchwyt dla problemów przysłanych.
+
+%package addon-vmcore
+Summary:       ABRT's vmcore addon
+Summary(pl.UTF-8):     Dodatek vmcore do ABRT
 Group:         Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      mailx
+Requires:      %{name}-addon-kerneloops = %{version}-%{release}
+Requires:      crash
+
+%description addon-vmcore
+This package contains plugin for collecting kernel crash information
+from vmcore files.
 
-%description plugin-mailx
-The simple reporter plugin, which sends a report via mailx to a
-specified email.
+%description addon-vmcore -l pl.UTF-8
+Ten pakiet zawiera wtyczkę do zbierania informacji o awarii jądra z
+plików vmcore.
 
-%package plugin-runapp
-Summary:       %{name}'s runapp plugin
+%package addon-xorg
+Summary:       ABRT's Xorg addon
+Summary(pl.UTF-8):     Dodatek Xorg do ABRT
 Group:         Libraries
 Requires:      %{name} = %{version}-%{release}
+Requires:      curl
+
+%description addon-xorg
+This package contains plugin for collecting Xorg crash information
+from Xorg log.
 
-%description plugin-runapp
-Plugin to run external programs.
+%description addon-xorg -l pl.UTF-8
+Ten pakiet zawiera wtyczkę do zbierania informacji o awarii jądra z
+logu Xorg.
 
-%package plugin-sosreport
-Summary:       %{name}'s sosreport plugin
+%package atomic
+Summary:       Package to make easy default installation on Atomic hosts
+Summary(pl.UTF-8):     Pakiet ułatwiający domyślną instalację na hostach Atomic
+Group:         Applications/System
+Requires:      %{name}-addon-coredump-helper = %{version}-%{release}
+Obsoletes:     %{name}-addon-ccpp
+
+%description atomic
+Package to install all necessary packages for usage from Atomic hosts.
+
+%description atomic -l pl.UTF-8
+Pakiet służący do instalacji wszystkich wymaganych pakietów
+przeznaczonych do użycia z hostów Atomic.
+
+%package plugin-bodhi
+Summary:       ABRT's bodhi plugin
+Summary(pl.UTF-8):     Wtyczka bodhi do ABRT
 Group:         Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      sos
+Requires:      libreport-web >= %{libreport_ver}
+Obsoletes:     libreport-plugin-bodhi
+
+%description plugin-bodhi
+Plugin to search for a new updates in bodhi server.
 
-%description plugin-sosreport
-Plugin to include an sosreport in an abrt report.
+%description plugin-bodhi -l pl.UTF-8
+Wtyczka do wyszukiwania nowych uaktualnień na serwerze bodhi.
 
-%package plugin-bugzilla
-Summary:       %{name}'s bugzilla plugin
+%package retrace-client
+Summary:       ABRT's retrace client
+Summary(pl.UTF-8):     Klient Retrace dla ABRT
 Group:         Libraries
 Requires:      %{name} = %{version}-%{release}
+Requires:      xz
 
-%description plugin-bugzilla
-Plugin to report bugs into the bugzilla.
+%description retrace-client
+This package contains the client application for Retrace server which
+is able to analyze C/C++ crashes remotely.
 
-%package plugin-filetransfer
-Summary:       %{name}'s File Transfer plugin
-Group:         Libraries
+%description retrace-client -l pl.UTF-8
+Ten pakiet zawiera aplikację kliencką dla serwera Retrace, który
+potrafi zdalnie przeanalizować awarię programu w C/C++.
+
+%package dbus
+Summary:       ABRT DBus service
+Summary(pl.UTF-8):     Usługa DBus ABRT
+Group:         Applications/System
 Requires:      %{name} = %{version}-%{release}
+Requires:      libreport >= %{libreport_ver}
 
-%description plugin-filetransfer
-Plugin to uploading files to a server.
+%description dbus
+ABRT DBus service which provides org.freedesktop.problems API on DBus
+and uses PolicyKit to authorize to access the problem data.
 
-%package addon-python
-Summary:       %{name}'s addon for catching and analyzing Python exceptions
-Group:         Libraries
+%description dbus -l pl.UTF-8
+Usługa DBus ABRT, udostępniająca poprzez DBus API
+org.freedesktop.problems, używająca PolicyKit do autoryzacji dostępu
+do danych o problemach.
+
+%package python
+Summary:       ABRT Python 2 API
+Summary(pl.UTF-8):     API Pythona 2 do ABRT
+Group:         Libraries/Python
 Requires:      %{name} = %{version}-%{release}
+Requires:      python-libreport >= %{libreport_ver}
 
-%description addon-python
-This package contains python hook and python analyzer plugin for
-hadnling uncaught exception in python programs.
+%description python
+High-level API for querying, creating and manipulating problems
+handled by ABRT in Python 2.
+
+%description python -l pl.UTF-8
+Wysokopoziomowe API do odpytywania, tworzenia i obróbki z poziomu
+Pythona 2 problemów obsługiwanych przez ABRT.
+
+%package python3
+Summary:       ABRT Python 3 API
+Summary(pl.UTF-8):     API Pythona 3 do ABRT
+Group:         Libraries/Python
+Requires:      %{name} = %{version}-%{release}
+Requires:      python3-libreport >= %{libreport_ver}
+
+%description python3
+High-level API for querying, creating and manipulating problems
+handled by ABRT in Python.
+
+%description python3 -l pl.UTF-8
+Wysokopoziomowe API do odpytywania, tworzenia i obróbki z poziomu
+Pythona 3 problemów obsługiwanych przez ABRT.
 
 %package cli
-Summary:       %{name}'s command line interface
-Group:         X11/Applications
+Summary:       ABRT's command line interface
+Summary(pl.UTF-8):     Interfejs linii poleceń ABRT
+Group:         Applications/System
 Requires:      %{name} = %{version}-%{release}
+# analyzers
+Requires:      %{name}-addon-ccpp = %{version}-%{release}
+Requires:      %{name}-addon-kerneloops = %{version}-%{release}
+Requires:      %{name}-addon-pstoreoops = %{version}-%{release}
+Requires:      %{name}-addon-python = %{version}-%{release}
+# reporters
+Requires:      libreport-plugin-bugzilla >= %{libreport_ver}
+Requires:      libreport-plugin-logger >= %{libreport_ver}
 
 %description cli
-This package contains simple command line client for controling abrt
+This package contains simple command line client for controling ABRT
 daemon over the sockets.
 
+%description cli -l pl.UTF-8
+Ten pakiet zawiera prostego klienta obsługiwanego z linii poleceń,
+pozwalającego na sterowanie demonem poprzez gniazda.
+
+%package gui
+Summary:       ABRT's GUI
+Summary(pl.UTF-8):     Graficzny interfejs użytkownika do ABRT
+Group:         X11/Applications
+Requires(post,postun): /sbin/ldconfig
+Requires(post,postun): gtk-update-icon-cache
+Requires(post,postun): hicolor-icon-theme
+Requires:      %{name} = %{version}-%{release}
+Requires:      %{name}-dbus = %{version}-%{release}
+Requires:      %{name}-gui-libs = %{version}-%{release}
+Suggests:      gnome-abrt
+Provides:      abrt-applet = %{version}-%{release}
+Obsoletes:     abrt-applet < 0.0.5
+Conflicts:     abrt-applet < 0.0.5
+
+%description gui
+GTK+ wizard for convenient bug reporting.
+
+%description gui -l pl.UTF-8
+Oparty na GTK+ kreator do wygodnego zgłaszania błędów.
+
+%package gui-libs
+Summary:       ABRT's GUI library
+Summary(pl.UTF-8):     Biblioteka graficznego interfejsu użytkownika ABRT
+Group:         X11/Libraries
+Requires:      %{name}-libs = %{version}-%{release}
+Requires:      gtk+3 >= 3.0
+
+%description gui-libs
+ABRT's GUI library.
+
+%description gui-libs -l pl.UTF-8
+Biblioteka graficznego interfejsu użytkownika ABRT.
+
+%package gui-devel
+Summary:       Header files for ABRT GUI library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki graficznego interfejsu użytkownika ABRT
+Group:         X11/Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+Requires:      %{name}-gui-libs = %{version}-%{release}
+Requires:      gtk+3-devel >= 3.0
+
+%description gui-devel
+Header files for ABRT GUI library.
+
+%description gui-devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki graficznego interfejsu użytkownika ABRT.
+
 %package desktop
 Summary:       Virtual package to install all necessary packages for usage from desktop environment
+Summary(pl.UTF-8):     Writualny pakiet do instalacji pakietów potrzebnych do użycia w środowisku graficznym
 Group:         X11/Applications
+# This package should be installed when anything requests bug-buddy;
+# installing abrt-desktop should result in the abrt which works without
+# any tweaking in abrt.conf (IOW: all plugins mentioned there must be installed)
 Requires:      %{name} = %{version}-%{release}
 Requires:      %{name}-addon-ccpp = %{version}-%{release}
 Requires:      %{name}-addon-kerneloops = %{version}-%{release}
+Requires:      %{name}-addon-pstoreoops = %{version}-%{release}
 Requires:      %{name}-addon-python = %{version}-%{release}
+Requires:      %{name}-addon-vmcore = %{version}-%{release}
+Requires:      %{name}-addon-xorg = %{version}-%{release}
 Requires:      %{name}-gui = %{version}-%{release}
-Requires:      %{name}-plugin-bugzilla = %{version}-%{release}
-Requires:      %{name}-plugin-sqlite3 = %{version}-%{release}
+Requires:      %{name}-plugin-bodhi = %{version}-%{release}
+Requires:      %{name}-retrace-client = %{version}-%{release}
+Requires:      libreport-plugin-bugzilla >= %{libreport_ver}
+Requires:      libreport-plugin-logger >= %{libreport_ver}
+Requires:      libreport-plugin-ureport >= %{libreport_ver}
+Provides:      bug-buddy
+Obsoletes:     bug-buddy
 
 %description desktop
-Virtual package to make easy default instalation on desktop
+Virtual package to make easy default installation on desktop
 environments.
 
+%description desktop -l pl.UTF-8
+Wirtualny pakiet ułatwiający domyślną instalację w środowiskach
+graficznych.
+
+%package console-notification
+Summary:       ABRT console notification script
+Summary(pl.UTF-8):     Skrypt ABRT do powiadomień na konsoli
+Group:         Applications/System
+Requires:      %{name} = %{version}-%{release}
+Requires:      %{name}-cli = %{version}-%{release}
+
+%description console-notification
+A small script which prints a count of detected problems when someone
+logs in to the shell.
+
+%description console-notification -l pl.UTF-8
+Mały skrypt wypisujący liczbę wykrytych problemów, kiedy ktoś loguje
+się do powłoki.
+
 %prep
 %setup -q
+%if "%{_rpmversion}" >= "5.0"
+%patch0 -p1
+%else
+%patch1 -p1
+%endif
+%patch2 -p1
+
+%{__sed} -n -e '/^%%changelog/,$p' abrt.spec.in | tail -n +2 > changelog
 
 %build
-%configure
-sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
-sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-%{__make} %{?_smp_mflags}
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       --disable-silent-rules \
+       %{!?with_tests:--without-pythontests} \
+       --with-systemdsystemunitdir=%{systemdunitdir}
+
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
-%find_lang %{name}
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       pythondir=%{py_sitescriptdir} \
+       python3dir=%{py3_sitescriptdir}
 
-#rm -rf $RPM_BUILD_ROOT/%{_libdir}/lib*.la
-#rm -rf $RPM_BUILD_ROOT/%{_libdir}/%{name}/lib*.la
-# remove all .la and .a files
-find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
-install -d ${RPM_BUILD_ROOT}/%{_initrddir}
-install %SOURCE1 ${RPM_BUILD_ROOT}/%{_initrddir}/abrtd
-install -d $RPM_BUILD_ROOT/var/cache/%{name}
+%py_postclean
 
-desktop-file-install \
-        --dir ${RPM_BUILD_ROOT}%{_desktopdir} \
-        src/Gui/%{name}.desktop
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/lib*.la
 
-desktop-file-install \
-        --dir ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart \
-        src/Applet/%{name}-applet.desktop
+install -D %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/abrtd
+install -d $RPM_BUILD_ROOT/var/cache/%{name}
+install -d $RPM_BUILD_ROOT/var/cache/%{name}-di
+install -d $RPM_BUILD_ROOT/var/run/%{name}
+
+install -d $RPM_BUILD_ROOT%{systemdtmpfilesdir}
+cat > $RPM_BUILD_ROOT%{systemdtmpfilesdir}/abrt.conf <<EOF
+d /var/run/%{name} 0755 root root -
+EOF
+
+%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/problem/*.la
+%{__rm} $RPM_BUILD_ROOT%{py3_sitedir}/problem/*.la
+# examples
+%{__rm} -r $RPM_BUILD_ROOT%{py_sitescriptdir}/problem_examples
+%{__rm} -r $RPM_BUILD_ROOT%{py3_sitescriptdir}/problem_examples
+# packaged as %doc
+%{__rm} $RPM_BUILD_ROOT%{_docdir}/abrt/README.md
+
+# fool man verification - report_event.conf.5 belongs to libreport (NOTE: don't package it here)
+touch $RPM_BUILD_ROOT%{_mandir}/man5/report_event.conf.5
+
+# empty version of nb,ru
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{no,ru_RU}
+# not supported by glibc yet
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{ach,aln,bal,ilo}
+
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-/sbin/chkconfig --add %{name}d
+%pre
+%groupadd -g 248 abrt
+%useradd -u 248 -g abrt -d /etc/abrt -s /sbin/nologin abrt
 
-%post libs -p /sbin/ldconfig
+%post
+/sbin/chkconfig --add abrtd
+%service abrtd restart
+%systemd_post abrtd.service
 
 %preun
-if [ "$1" -eq "0" ] ; then
-  service %{name}d stop >/dev/null 2>&1
-  /sbin/chkconfig --del %{name}d
+if [ "$1" = "0" ]; then
+       %service abrtd stop
+       /sbin/chkconfig --del abrtd
+fi
+%systemd_preun abrtd.service
+
+%postun
+if [ "$1" = "0" ]; then
+       %userremove abrt
+       %groupremove abrt
+fi
+
+%post  libs -p /sbin/ldconfig
+%postun        libs -p /sbin/ldconfig
+
+%post addon-ccpp
+%systemd_post abrt-ccpp.service
+%systemd_post abrt-journal-core.service
+%journal_catalog_update
+
+%preun addon-ccpp
+%systemd_preun abrt-ccpp.service
+%systemd_preun abrt-journal-core.service
+
+%post addon-kerneloops
+%systemd_post abrt-oops.service
+%journal_catalog_update
+
+%preun addon-kerneloops
+%systemd_preun abrt-oops.service
+
+%post addon-pstoreoops
+%systemd_post abrt-pstoreoops.service
+
+%preun addon-pstoreoops
+%systemd_preun abrt-pstoreoops.service
+
+%post addon-python
+%journal_catalog_update
+
+%post addon-python3
+%journal_catalog_update
+
+%post addon-upload-watch
+%systemd_post abrt-upload-watch.service
+
+%preun addon-upload-watch
+%systemd_preun abrt-upload-watch.service
+
+%post addon-vmcore
+%systemd_post abrt-vmcore.service
+%journal_catalog_update
+
+%preun addon-vmcore
+%systemd_preun abrt-vmcore.service
+
+%post addon-xorg
+%systemd_post abrt-xorg.service
+%journal_catalog_update
+
+%preun addon-xorg
+%systemd_preun abrt-xorg.service
+
+%post atomic
+if [ -f %{_sysconfdir}/%{name}/plugins/CCpp.conf ]; then
+       mv -f %{_sysconfdir}/%{name}/plugins/CCpp.conf %{_sysconfdir}/%{name}/plugins/CCpp.conf.rpmsave.atomic || exit 1
+fi
+ln -sf %{_sysconfdir}/%{name}/plugins/CCpp_Atomic.conf %{_sysconfdir}/%{name}/plugins/CCpp.conf
+if [ -f %{_datadir}/%{name}/conf.d/plugins/CCpp.conf ]; then
+       mv -f %{_datadir}/%{name}/conf.d/plugins/CCpp.conf %{_datadir}/%{name}/conf.d/plugins/CCpp.conf.rpmsave.atomic || exit 1;
 fi
+ln -sf %{_datadir}/%{name}/conf.d/plugins/CCpp_Atomic.conf %{_datadir}/%{name}/conf.d/plugins/CCpp.conf
+%systemd_post abrt-coredump-helper.service
 
-%postun libs -p /sbin/ldconfig
+%preun atomic
+if [ -L %{_sysconfdir}/%{name}/plugins/CCpp.conf ]; then
+       rm -f %{_sysconfdir}/%{name}/plugins/CCpp.conf
+fi
+if [ -L %{_datadir}/%{name}/conf.d/plugins/CCpp.conf ]; then
+       rm -f %{_datadir}/%{name}/conf.d/plugins/CCpp.conf
+fi
+if [ -f %{_sysconfdir}/%{name}/plugins/CCpp.conf.rpmsave.atomic ]; then
+       mv -f %{_sysconfdir}/%{name}/plugins/CCpp.conf.rpmsave.atomic %{_sysconfdir}/%{name}/plugins/CCpp.conf || exit 1
+fi
+if [ -f %{_datadir}/%{name}/conf.d/plugins/CCpp.conf.rpmsave.atomic ]; then
+       mv -f %{_datadir}/%{name}/conf.d/plugins/CCpp.conf.rpmsave.atomic %{_datadir}/%{name}/conf.d/plugins/CCpp.conf || exit 1
+fi
+
+%postun atomic
+%systemd_postun_with_restart abrt-coredump-helper.service
+
+%post gui
+%update_icon_cache hicolor
+
+%postun gui
+%update_icon_cache hicolor
+
+%post  gui-libs -p /sbin/ldconfig
+%postun        gui-libs -p /sbin/ldconfig
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc README COPYING
-%attr(755,root,root) %{_sbindir}/%{name}d
-%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
-%config(noreplace) /etc/dbus-1/system.d/dbus-%{name}.conf
-%{_initrddir}/%{name}d
-%dir /var/cache/%{name}
+%doc README.md changelog
+%attr(755,root,root) %{_bindir}/abrt
+%attr(755,root,root) %{_bindir}/abrt-action-analyze-python
+%attr(755,root,root) %{_bindir}/abrt-action-notify
+%attr(755,root,root) %{_bindir}/abrt-action-save-container-data
+%attr(755,root,root) %{_bindir}/abrt-action-save-package-data
+%attr(755,root,root) %{_bindir}/abrt-handle-upload
+%attr(755,root,root) %{_bindir}/abrt-watch-log
+%attr(755,root,root) %{_sbindir}/abrt-auto-reporting
+%attr(755,root,root) %{_sbindir}/abrt-server
+%attr(755,root,root) %{_sbindir}/abrtd
+%attr(755,root,root) %{_libexecdir}/abrt-action-generate-machine-id
+%attr(755,root,root) %{_libexecdir}/abrt-action-ureport
+%attr(755,root,root) %{_libexecdir}/abrt-handle-event
+%{py_sitedir}/abrtcli
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/conf.d
+%{_datadir}/%{name}/conf.d/abrt.conf
+%{_datadir}/%{name}/conf.d/abrt-action-save-package-data.conf
+%{_datadir}/%{name}/conf.d/gpg_keys.conf
+%dir %{_datadir}/%{name}/conf.d/plugins
+%{_datadir}/augeas/lenses/abrt.aug
 %dir %{_sysconfdir}/%{name}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/abrt.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/abrt-action-save-package-data.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/gpg_keys.conf
 %dir %{_sysconfdir}/%{name}/plugins
-%dir %{_libdir}/%{name}
-%{_mandir}/man8/%{name}.8*
-%{_mandir}/man5/%{name}.conf.5*
-%{_mandir}/man7/%{name}-plugins.7*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/abrt_event.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/smart_event.conf
+%attr(754,root,root) /etc/rc.d/init.d/abrtd
+%{systemdunitdir}/abrtd.service
+%attr(775,root,abrt) %dir /var/cache/%{name}
+%dir /var/run/%{name}
+%{systemdtmpfilesdir}/abrt.conf
+%{_mandir}/man1/abrt.1*
+%{_mandir}/man1/abrt-action-analyze-python.1*
+%{_mandir}/man1/abrt-action-notify.1*
+%{_mandir}/man1/abrt-action-save-package-data.1*
+%{_mandir}/man1/abrt-auto-reporting.1*
+%{_mandir}/man1/abrt-handle-upload.1*
+%{_mandir}/man1/abrt-server.1*
+%{_mandir}/man1/abrt-watch-log.1*
+%{_mandir}/man5/abrt.conf.5*
+%{_mandir}/man5/abrt-action-save-package-data.conf.5*
+%{_mandir}/man5/abrt_event.conf.5*
+%{_mandir}/man5/gpg_keys.conf.5*
+%{_mandir}/man5/smart_event.conf.5*
+%{_mandir}/man8/abrtd.8*
+
+%files -n bash-completion-abrt
+%defattr(644,root,root,755)
+/etc/bash_completion.d/abrt.bash_completion
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so.*
+%attr(755,root,root) %{_libdir}/libabrt.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libabrt.so.0
 
 %files devel
 %defattr(644,root,root,755)
-%{_libdir}/lib*.so
-
-%files gui
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/%{name}-gui
-%{_datadir}/%{name}
-%{_desktopdir}/%{name}.desktop
-%attr(755,root,root) %{_bindir}/%{name}-applet
-%{_sysconfdir}/xdg/autostart/%{name}-applet.desktop
+%attr(755,root,root) %{_libdir}/libabrt.so
+%dir %{_includedir}/abrt
+%{_includedir}/abrt/abrt-dbus.h
+%{_includedir}/abrt/hooklib.h
+%{_includedir}/abrt/libabrt.h
+%{_includedir}/abrt/problem_api.h
+%{_pkgconfigdir}/abrt.pc
 
 %files addon-ccpp
 %defattr(644,root,root,755)
-%config(noreplace) %{_sysconfdir}/%{name}/plugins/CCpp.conf
-%attr(755,root,root) %{_libdir}/%{name}/libCCpp.so*
-%{_libexecdir}/hookCCpp
+%attr(755,root,root) %{_bindir}/abrt-action-analyze-backtrace
+%attr(755,root,root) %{_bindir}/abrt-action-analyze-c
+%attr(755,root,root) %{_bindir}/abrt-action-analyze-ccpp-local
+%attr(755,root,root) %{_bindir}/abrt-action-analyze-core
+%attr(755,root,root) %{_bindir}/abrt-action-analyze-vulnerability
+%attr(755,root,root) %{_bindir}/abrt-action-generate-backtrace
+%attr(755,root,root) %{_bindir}/abrt-action-generate-core-backtrace
+%attr(755,root,root) %{_bindir}/abrt-action-install-debuginfo
+%attr(755,root,root) %{_bindir}/abrt-action-list-dsos
+%attr(755,root,root) %{_bindir}/abrt-action-perform-ccpp-analysis
+%attr(755,root,root) %{_bindir}/abrt-action-trim-files
+%attr(755,root,root) %{_bindir}/abrt-dump-journal-core
+%attr(6755,abrt,abrt) %{_libexecdir}/abrt-action-install-debuginfo-to-abrt-cache
+%attr(755,root,root) %{_libexecdir}/abrt-gdb-exploitable
+%{_datadir}/%{name}/conf.d/plugins/CCpp.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/plugins/CCpp.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/ccpp_event.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/gconf_event.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/vimrc_event.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/catalog_ccpp_format.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/catalog_journal_ccpp_format.conf
+%attr(775,abrt,abrt) %dir %{_localstatedir}/cache/abrt-di
+#%attr(754,root,root) /etc/rc.d/init.d/abrt-ccpp
+%{_datadir}/libreport/events/analyze_CCpp.xml
+%{_datadir}/libreport/events/analyze_LocalGDB.xml
+%{_datadir}/libreport/events/collect_GConf.xml
+%{_datadir}/libreport/events/collect_vimrc_system.xml
+%{_datadir}/libreport/events/collect_vimrc_user.xml
+%{_datadir}/libreport/events/collect_xsession_errors.xml
+%{_datadir}/libreport/events/post_report.xml
+%{systemdunitdir}/abrt-ccpp.service
+%{systemdunitdir}/abrt-journal-core.service
+%{_prefix}/lib/systemd/catalog/abrt_ccpp.catalog
+%{_mandir}/man1/abrt-action-analyze-backtrace.1*
+%{_mandir}/man1/abrt-action-analyze-c.1*
+%{_mandir}/man1/abrt-action-analyze-ccpp-local.1*
+%{_mandir}/man1/abrt-action-analyze-core.1*
+%{_mandir}/man1/abrt-action-analyze-vulnerability.1*
+%{_mandir}/man1/abrt-action-generate-backtrace.1*
+%{_mandir}/man1/abrt-action-generate-core-backtrace.1*
+%{_mandir}/man1/abrt-action-install-debuginfo.1*
+%{_mandir}/man1/abrt-action-list-dsos.1*
+%{_mandir}/man1/abrt-action-perform-ccpp-analysis.1*
+%{_mandir}/man1/abrt-action-trim-files.1*
+%{_mandir}/man1/abrt-dump-journal-core.1*
+%{_mandir}/man5/abrt-CCpp.conf.5*
+%{_mandir}/man5/ccpp_event.conf.5*
+%{_mandir}/man5/ccpp_retrace_event.conf.5*
+%{_mandir}/man5/gconf_event.conf.5*
+%{_mandir}/man5/vimrc_event.conf.5*
+
+%files addon-coredump-helper
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/abrt-install-ccpp-hook
+%attr(755,root,root) %{_libexecdir}/abrt-hook-ccpp
+%{_mandir}/man1/abrt-install-ccpp-hook.1*
 
 %files addon-kerneloops
 %defattr(644,root,root,755)
-%config(noreplace) %{_sysconfdir}/%{name}/plugins/KerneloopsScanner.conf
-%attr(755,root,root) %{_bindir}/dumpoops
-%attr(755,root,root) %{_libdir}/%{name}/libKerneloops.so*
-%attr(755,root,root) %{_libdir}/%{name}/libKerneloopsScanner.so*
-%{_mandir}/man7/%{name}-KerneloopsScanner.7*
-
-%files plugin-kerneloopsreporter
+%attr(755,root,root) %{_bindir}/abrt-action-analyze-oops
+%attr(755,root,root) %{_bindir}/abrt-action-check-oops-for-alt-component
+%attr(755,root,root) %{_bindir}/abrt-action-check-oops-for-hw-error
+%attr(755,root,root) %{_bindir}/abrt-dump-journal-oops
+%attr(755,root,root) %{_bindir}/abrt-dump-oops
+%{_datadir}/%{name}/conf.d/plugins/oops.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/koops_event.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/catalog_koops_format.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/plugins/oops.conf
+%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.oops.xml
+#%attr(754,root,root) /etc/rc.d/init.d/abrt-oops
+%{systemdunitdir}/abrt-oops.service
+%{_prefix}/lib/systemd/catalog/abrt_koops.catalog
+%{_mandir}/man1/abrt-action-analyze-oops.1*
+%{_mandir}/man1/abrt-action-check-oops-for-hw-error.1*
+%{_mandir}/man1/abrt-dump-journal-oops.1*
+%{_mandir}/man1/abrt-dump-oops.1*
+%{_mandir}/man5/abrt-oops.conf.5*
+%{_mandir}/man5/koops_event.conf.5*
+
+%files addon-pstoreoops
 %defattr(644,root,root,755)
-%config(noreplace) %{_sysconfdir}/%{name}/plugins/KerneloopsReporter.conf
-%attr(755,root,root) %{_libdir}/%{name}/libKerneloopsReporter.so*
-%{_libdir}/%{name}/KerneloopsReporter.GTKBuilder
-%{_mandir}/man7/%{name}-KerneloopsReporter.7*
+%attr(755,root,root) %{_bindir}/abrt-merge-pstoreoops
+%attr(755,root,root) %{_sbindir}/abrt-harvest-pstoreoops
+%{systemdunitdir}/abrt-pstoreoops.service
+#%attr(754,root,root) /etc/rc.d/init.d/abrt-pstoreoops
+%{_mandir}/man1/abrt-harvest-pstoreoops.1*
+%{_mandir}/man1/abrt-merge-pstoreoops.1*
 
-%files plugin-sqlite3
+%files addon-python
 %defattr(644,root,root,755)
-%config(noreplace) %{_sysconfdir}/%{name}/plugins/SQLite3.conf
-%attr(755,root,root) %{_libdir}/%{name}/libSQLite3.so*
-%{_mandir}/man7/%{name}-SQLite3.7*
-
-%files plugin-logger
+%{_datadir}/%{name}/conf.d/plugins/python.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/plugins/python.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/python_event.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/catalog_python_format.conf
+%{_prefix}/lib/systemd/catalog/abrt_python.catalog
+%{py_sitedir}/abrt_exception_handler.py[co]
+%{py_sitedir}/abrt.pth
+%{_mandir}/man5/abrt-python.conf.5*
+%{_mandir}/man5/python_event.conf.5*
+
+%files addon-python3
 %defattr(644,root,root,755)
-%config(noreplace) %{_sysconfdir}/%{name}/plugins/Logger.conf
-%attr(755,root,root) %{_libdir}/%{name}/libLogger.so*
-%{_libdir}/%{name}/Logger.GTKBuilder
-%{_mandir}/man7/%{name}-Logger.7*
-
-%files plugin-mailx
+%{_datadir}/%{name}/conf.d/plugins/python3.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/plugins/python3.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/python3_event.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/catalog_python3_format.conf
+%{_prefix}/lib/systemd/catalog/abrt_python3.catalog
+%{py3_sitedir}/abrt_exception_handler3.py*
+%{py3_sitedir}/abrt3.pth
+%{_mandir}/man5/abrt-python3.conf.5*
+%{_mandir}/man5/python3_event.conf.5*
+
+%files addon-upload-watch
 %defattr(644,root,root,755)
-%config(noreplace) %{_sysconfdir}/%{name}/plugins/Mailx.conf
-%attr(755,root,root) %{_libdir}/%{name}/libMailx.so*
-%{_libdir}/%{name}/Mailx.GTKBuilder
-%{_mandir}/man7/%{name}-Mailx.7*
+%attr(755,root,root) %{_sbindir}/abrt-upload-watch
+%{systemdunitdir}/abrt-upload-watch.service
+%{_mandir}/man1/abrt-upload-watch.1*
 
-%files plugin-runapp
+%files addon-vmcore
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/%{name}/libRunApp.so*
-%{_mandir}/man7/%{name}-RunApp.7*
-
-%files plugin-sosreport
+%attr(755,root,root) %{_bindir}/abrt-action-analyze-vmcore
+%attr(755,root,root) %{_sbindir}/abrt-harvest-vmcore
+%dir %{_datadir}/%{name}/conf.d/plugins/vmcore.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/plugins/vmcore.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/vmcore_event.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/catalog_vmcore_format.conf
+#%attr(754,root,root) /etc/rc.d/init.d/abrt-vmcore
+%{_datadir}/libreport/events/analyze_VMcore.xml
+%{systemdunitdir}/abrt-vmcore.service
+%{_prefix}/lib/systemd/catalog/abrt_vmcore.catalog
+%{_mandir}/man1/abrt-action-analyze-vmcore.1*
+%{_mandir}/man1/abrt-harvest-vmcore.1*
+%{_mandir}/man5/abrt-vmcore.conf.5*
+%{_mandir}/man5/vmcore_event.conf.5*
+
+%files addon-xorg
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/abrt-action-analyze-xorg
+%attr(755,root,root) %{_bindir}/abrt-dump-journal-xorg
+%attr(755,root,root) %{_bindir}/abrt-dump-xorg
+%dir %{_datadir}/%{name}/conf.d/plugins/xorg.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/plugins/xorg.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/xorg_event.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/catalog_xorg_format.conf
+#%attr(754,root,root) /etc/rc.d/init.d/abrt-xorg
+%{systemdunitdir}/abrt-xorg.service
+%{_prefix}/lib/systemd/catalog/abrt_xorg.catalog
+%{_mandir}/man1/abrt-action-analyze-xorg.1*
+%{_mandir}/man1/abrt-dump-journal-xorg.1*
+%{_mandir}/man1/abrt-dump-xorg.1*
+%{_mandir}/man5/abrt-xorg.conf.5*
+%{_mandir}/man5/xorg_event.conf.5*
+
+%files atomic
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/%{name}/libSOSreport.so*
+%{_datadir}/%{name}/conf.d/plugins/CCpp_Atomic.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/plugins/CCpp_Atomic.conf
+%{systemdunitdir}/abrt-coredump-helper.service
 
-%files plugin-bugzilla
+%files plugin-bodhi
 %defattr(644,root,root,755)
-%config(noreplace) %{_sysconfdir}/%{name}/plugins/Bugzilla.conf
-%attr(755,root,root) %{_libdir}/%{name}/libBugzilla.so*
-%{_libdir}/%{name}/Bugzilla.GTKBuilder
-%{_mandir}/man7/%{name}-Bugzilla.7*
+%attr(755,root,root) %{_bindir}/abrt-action-find-bodhi-update
+%attr(755,root,root) %{_bindir}/abrt-bodhi
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/bodhi_event.conf
+%{_datadir}/libreport/events/analyze_BodhiUpdates.xml
+%{_mandir}/man1/abrt-action-find-bodhi-update.1*
+%{_mandir}/man1/abrt-bodhi.1*
+
+%files retrace-client
+%defattr(644,root,root,755)
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/ccpp_retrace_event.conf
+%attr(755,root,root) %{_bindir}/abrt-retrace-client
+%{_datadir}/libreport/events/analyze_RetraceServer.xml
+%{_mandir}/man1/abrt-retrace-client.1*
 
-%files plugin-filetransfer
+%files dbus
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/abrt-configuration
+%attr(755,root,root) %{_sbindir}/abrt-dbus
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/abrt_dbus_event.conf
+/etc/dbus-1/system.d/dbus-abrt.conf
+/etc/dbus-1/system.d/org.freedesktop.problems.daemon.conf
+%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.abrt.xml
+%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.ccpp.xml
+%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.python.xml
+%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.vmcore.xml
+%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.xml
+%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.xorg.xml
+%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.xml
+%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.Entry.xml
+%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.Session.xml
+%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.Task.xml
+%{_datadir}/dbus-1/system-services/com.redhat.problems.configuration.service
+%{_datadir}/dbus-1/system-services/org.freedesktop.problems.service
+%{_datadir}/polkit-1/actions/abrt_polkit.policy
+%{_mandir}/man8/abrt-configuration.8*
+%{_mandir}/man8/abrt-dbus.8*
+%{_docdir}/abrt-dbus-%{version}
+
+%files python
 %defattr(644,root,root,755)
-%config(noreplace) %{_sysconfdir}/%{name}/plugins/FileTransfer.conf
-%attr(755,root,root) %{_libdir}/%{name}/libFileTransfer.so*
-%{_mandir}/man7/%{name}-FileTransfer.7*
+%dir %{py_sitedir}/problem
+%attr(755,root,root) %{py_sitedir}/problem/_pyabrt.so
+%{py_sitedir}/problem/*.py[co]
+%{_mandir}/man5/abrt-python.5*
 
-%files addon-python
+%files python3
 %defattr(644,root,root,755)
-%config(noreplace) %{_sysconfdir}/%{name}/pyhook.conf
-%{python_sitearch}/ABRTUtils.so
-%attr(755,root,root) %{_libdir}/%{name}/libPython.so*
-%{python_site}/*.py*
+%dir %{py3_sitedir}/problem
+%attr(755,root,root) %{py3_sitedir}/problem/_py3abrt.so
+%{py3_sitedir}/problem/*.py*
+%{_mandir}/man5/abrt-python3.5*
 
 %files cli
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/abrt-cli
+%{_mandir}/man1/abrt-cli.1*
+
+%files gui
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/abrt-applet
+%attr(755,root,root) %{_bindir}/system-config-abrt
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/icons
+%{_datadir}/%{name}/ui
+%{_iconsdir}/hicolor/*/apps/abrt.png
+%{_iconsdir}/hicolor/*/status/abrt.png
+%{_sysconfdir}/xdg/autostart/abrt-applet.desktop
+%{_mandir}/man1/abrt-applet.1*
+%{_mandir}/man1/system-config-abrt.1*
+
+%files gui-libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libabrt_gui.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libabrt_gui.so.0
+
+%files gui-devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libabrt_gui.so
+%{_includedir}/abrt/abrt-config-widget.h
+%{_includedir}/abrt/system-config-abrt.h
+%{_pkgconfigdir}/abrt_gui.pc
 
 %files desktop
 %defattr(644,root,root,755)
+
+%files console-notification
+%defattr(644,root,root,755)
+%config(noreplace) %verify(not md5 mtime size) /etc/profile.d/abrt-console-notification.sh
This page took 0.127464 seconds and 4 git commands to generate.