]> git.pld-linux.org Git - packages/libreport.git/blame - libreport.spec
up to 2.8.0
[packages/libreport.git] / libreport.spec
CommitLineData
fa7dfe3b 1# TODO: teach build system to use python3.2+ __pycache__
259e35fc
JB
2#
3# Conditional build:
4%bcond_without tests # "make check"
90e55b11 5
fabfa611 6Summary: Generic library for reporting various problems
6a2e0478 7Summary(pl.UTF-8): Ogólna biblioteka do zgłaszania różnych problemów
fabfa611 8Name: libreport
cc67d59a 9Version: 2.8.0
6068b496 10Release: 1
742c5e14 11License: GPL v2+
fabfa611
JR
12Group: Libraries
13Source0: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
cc67d59a 14# Source0-md5: ea9f74ea86ed03a1bae6173e753d6cd8
90e55b11 15URL: https://github.com/abrt/libreport
fabfa611 16BuildRequires: asciidoc
259e35fc 17BuildRequires: augeas-devel
40b7a09a 18%{?with_tests:BuildRequires: augeas}
ba330959
JB
19BuildRequires: autoconf >= 2.50
20BuildRequires: automake
fabfa611
JR
21BuildRequires: curl-devel
22BuildRequires: dbus-devel
23BuildRequires: desktop-file-utils
a206e817 24BuildRequires: gettext-tools >= 0.17
742c5e14
JB
25BuildRequires: glib2-devel >= 1:2.21
26BuildRequires: gtk+3-devel >= 3.0
27BuildRequires: intltool >= 0.35.0
6a2e0478 28BuildRequires: json-c-devel
fabfa611
JR
29BuildRequires: libproxy-devel
30BuildRequires: libtar-devel
ba330959 31BuildRequires: libtool >= 1:1.4.2
742c5e14 32BuildRequires: libxml2-devel >= 2
fabfa611
JR
33BuildRequires: newt-devel
34BuildRequires: nss-devel
742c5e14 35BuildRequires: pkgconfig
e81f471e
JB
36# /etc/system-release for non-empty os_release content
37%{?with_tests:BuildRequires: pld-release >= 3.0-8}
fa7dfe3b 38BuildRequires: python-devel >= 2
9b77c798 39BuildRequires: python3-devel >= 1:3
fa7dfe3b 40BuildRequires: rpmbuild(macros) >= 1.612
59b16745 41BuildRequires: satyr-devel
259e35fc
JB
42# libsystemd-journal
43BuildRequires: systemd-devel
fabfa611
JR
44BuildRequires: xmlrpc-c-client-devel
45BuildRequires: xmlrpc-c-devel
46BuildRequires: xmlto
53dd4a24 47BuildRequires: xz-devel
742c5e14 48Requires: glib2 >= 1:2.21
fabfa611
JR
49BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
50
51%description
52Libraries providing API for reporting different problems in
53applications to different bug targets like Bugzilla, ftp, trac, etc...
54
6a2e0478
JB
55%description -l pl.UTF-8
56Biblioteki udostępniające API do zgłaszania różnych programów w
57aplikacjach do różnych docelowych systemów raportowania błędów, takich
58jak Bugzilla, ftp, trac...
fabfa611
JR
59
60%package devel
6a2e0478
JB
61Summary: Header files for libreport libraries
62Summary(pl.UTF-8): Pliki nagłówkowe bibliotek libreport
fabfa611
JR
63Group: Development/Libraries
64Requires: %{name} = %{version}-%{release}
742c5e14 65Requires: glib2-devel >= 1:2.21
fabfa611
JR
66
67%description devel
6a2e0478 68Header files for libreport libraries.
fabfa611
JR
69
70%description devel -l pl.UTF-8
6a2e0478 71Pliki nagłówkowe bibliotek libreport.
fabfa611
JR
72
73%package web
74Summary: Library providing network API for libreport
6a2e0478 75Summary(pl.UTF-8): Biblioteka zapewniająca API sieciowe dla libreport
fabfa611
JR
76Group: Libraries
77Requires: %{name} = %{version}-%{release}
78
79%description web
6a2e0478
JB
80Library providing network API for libreport.
81
82%description web -l pl.UTF-8
83Biblioteka zapewniająca API sieciowe dla libreport.
fabfa611
JR
84
85%package web-devel
86Summary: Development headers for libreport-web
6a2e0478 87Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libreport-web
fabfa611 88Group: Development/Libraries
6a2e0478 89Requires: %{name}-devel = %{version}-%{release}
fabfa611 90Requires: %{name}-web = %{version}-%{release}
742c5e14
JB
91Requires: curl-devel
92Requires: json-c-devel
93Requires: libproxy-devel
94Requires: libxml2-devel >= 2
59b16745 95Requires: satyr-devel
742c5e14
JB
96Requires: xmlrpc-c-client-devel
97Requires: xmlrpc-c-devel
fabfa611
JR
98
99%description web-devel
6a2e0478
JB
100Development headers for libreport-web.
101
102%description web-devel -l pl.UTF-8
103Pliki nagłówkowe biblioteki libreport-web.
fabfa611 104
00cca651 105%package -n python-%{name}
fa7dfe3b
JB
106Summary: Python 2 bindings for libreport libraries
107Summary(pl.UTF-8): Wiązania Pythona 2 do bibliotek libreport
6a2e0478 108Group: Libraries/Python
fabfa611 109Requires: %{name} = %{version}-%{release}
00cca651
ER
110Provides: %{name}-python = %{version}-%{release}
111Obsoletes: libreport-python < 2.1.3-1
fabfa611 112
00cca651 113%description -n python-%{name}
fa7dfe3b 114Python 2 bindings for libreport libraries.
6a2e0478 115
00cca651 116%description -n python-%{name} -l pl.UTF-8
fa7dfe3b
JB
117Wiązania Pythona 2 do bibliotek libreport
118
119%package -n python3-%{name}
120Summary: Python 3 bindings for libreport libraries
121Summary(pl.UTF-8): Wiązania Pythona 3 do bibliotek libreport
122Group: Libraries/Python
123Requires: %{name} = %{version}-%{release}
124
125%description -n python3-%{name}
126Python 3 bindings for libreport libraries.
127
128%description -n python3-%{name} -l pl.UTF-8
129Wiązania Pythona 3 do bibliotek libreport
fabfa611
JR
130
131%package cli
6a2e0478
JB
132Summary: libreport's command line interface
133Summary(pl.UTF-8): Interfejs linii poleceń libreport
134Group: Applications
fabfa611
JR
135Requires: %{name} = %{version}-%{release}
136
137%description cli
138This package contains simple command line tool for working with
6a2e0478
JB
139problem dump reports.
140
141%description cli -l pl.UTF-8
142Ten pakiet zawiera proste, działające z linii poleceń narzędzie do
143pracy ze zgłoszeniami zawierającymi zrzuty problemów.
fabfa611
JR
144
145%package newt
6a2e0478
JB
146Summary: libreport's newt interface
147Summary(pl.UTF-8): Interfejs newt libreport
148Group: Applications
fabfa611
JR
149Requires: %{name} = %{version}-%{release}
150
151%description newt
6a2e0478
JB
152This package contains a simple newt application for reporting bugs.
153
154%description newt -l pl.UTF-8
155Ten pakiet zawiera prostą aplikację newt do zgłaszania błędów.
fabfa611
JR
156
157%package gtk
6a2e0478
JB
158Summary: GTK+ front-end for libreport
159Summary(pl.UTF-8): Interfejs GTK+ libreport
fabfa611
JR
160Group: X11/Applications
161Requires: %{name} = %{version}-%{release}
162
163%description gtk
6a2e0478
JB
164Application for reporting bugs using libreport backend.
165
166%description gtk -l pl.UTF-8
167Aplikacja do zgłaszania błędów przy użyciu libreport.
fabfa611
JR
168
169%package gtk-devel
6a2e0478
JB
170Summary: Development headers for libreport-gtk
171Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libreport-gtk
fabfa611
JR
172Group: Development/Libraries
173Requires: %{name}-gtk = %{version}-%{release}
174
175%description gtk-devel
6a2e0478
JB
176Development headers for libreport-gtk.
177
178%description gtk-devel -l pl.UTF-8
179Pliki nagłówkowe biblioteki libreport-gtk.
fabfa611 180
742c5e14
JB
181%package plugin-bugzilla
182Summary: libreport's bugzilla plugin
183Summary(pl.UTF-8): Wtyczka libreport do zgłoszeń przez Bugzillę
184Group: Libraries
7bc0f56a 185Requires: %{name}-web = %{version}-%{release}
742c5e14
JB
186Obsoletes: abrt-plugin-bugzilla < 2.0.4
187
188%description plugin-bugzilla
189Plugin to report bugs into the bugzilla.
190
191%description plugin-bugzilla -l pl.UTF-8
192Wtyczka zgłaszająca problemy do systemu Bugzilla.
193
fabfa611 194%package plugin-kerneloops
6a2e0478
JB
195Summary: libreport's kerneloops reporter plugin
196Summary(pl.UTF-8): Wtyczka libreport do zgłoszeń awarii jądra (kerneloops)
fabfa611 197Group: Libraries
7bc0f56a 198Requires: %{name}-web = %{version}-%{release}
fabfa611
JR
199Requires: curl
200
201%description plugin-kerneloops
202This package contains plugin which sends kernel crash information to
203specified server, usually to kerneloops.org.
204
6a2e0478
JB
205%description plugin-kerneloops -l pl.UTF-8
206Ten pakiet zawiera wtyczkę wysyłającą informacje o awariach jądra na
207określony serwer, zwykle kerneloops.org.
208
fabfa611 209%package plugin-logger
6a2e0478
JB
210Summary: libreport's logger reporter plugin
211Summary(pl.UTF-8): Wtyczka libreport do zgłoszeń w logu
fabfa611
JR
212Group: Libraries
213Requires: %{name} = %{version}-%{release}
214Obsoletes: abrt-plugin-logger < 2.0.4
215
216%description plugin-logger
217The simple reporter plugin which writes a report to a specified file.
218
6a2e0478
JB
219%description plugin-logger -l pl.UTF-8
220Prosta wtyczka zgłaszająca problem, zapisująca raport w określonym
221pliku.
222
fabfa611 223%package plugin-mailx
6a2e0478
JB
224Summary: libreport's mailx reporter plugin
225Summary(pl.UTF-8): Wtyczka libreport do zgłoszeń przez pocztę elektroniczną
fabfa611
JR
226Group: Libraries
227Requires: %{name} = %{version}-%{release}
228Requires: mailx
229Obsoletes: abrt-plugin-mailx < 2.0.4
230
231%description plugin-mailx
232The simple reporter plugin which sends a report via mailx to a
233specified email address.
234
6a2e0478
JB
235%description plugin-mailx -l pl.UTF-8
236Prosta wtyczka zgłaszająca problem, wysyłająca raport na określony
237adres e-mail przy użyciu programu mailx.
238
7bc0f56a
JB
239%package plugin-mantisbt
240Summary: libreport's mantisbt plugin
241Summary(pl.UTF-8): Wtyczka libreport do zgłoszeń przez mantisbt
242Group: Libraries
243Requires: %{name}-web = %{version}-%{release}
244
245%description plugin-mantisbt
246Plugin to report bugs into the mantisbt.
247
248%description plugin-mantisbt -l pl.UTF-8
249Wtyczka zgłaszająca problemy do systemu mantisbt.
250
742c5e14
JB
251%package plugin-reportuploader
252Summary: libreport's reportuploader plugin
253Summary(pl.UTF-8): Wtyczka libreport do zgłoszeń przez FTP
fabfa611 254Group: Libraries
7bc0f56a 255Requires: %{name}-web = %{version}-%{release}
742c5e14 256Obsoletes: abrt-plugin-reportuploader < 2.0.4
fabfa611 257
742c5e14
JB
258%description plugin-reportuploader
259Plugin to report bugs into anonymous FTP site associated with
260ticketing system.
fabfa611 261
742c5e14
JB
262%description plugin-reportuploader -l pl.UTF-8
263Wtyczka zgłaszająca błędy poprzez serwer anonimowego FTP powiązany z
264systemem biletów.
fabfa611
JR
265
266%package plugin-rhtsupport
6a2e0478
JB
267Summary: libreport's RHTSupport plugin
268Summary(pl.UTF-8): Wtyczka libreport do zgłoszeń przez RHTSupport
fabfa611 269Group: Libraries
7bc0f56a 270Requires: %{name}-web = %{version}-%{release}
fabfa611
JR
271Obsoletes: abrt-plugin-rhtsupport < 2.0.4
272
273%description plugin-rhtsupport
274Plugin to report bugs into RH support system.
275
6a2e0478
JB
276%description plugin-rhtsupport -l pl.UTF-8
277Wtyczka zgłaszająca problemy do systemu obsługi RH.
278
742c5e14
JB
279%package plugin-ureport
280Summary: libreport's micro report plugin
281Summary(pl.UTF-8): Wtyczka libreport do zgłoszeń typu micro-report
fabfa611 282Group: Libraries
7bc0f56a 283Requires: %{name}-web = %{version}-%{release}
fabfa611 284
742c5e14
JB
285%description plugin-ureport
286Uploads micro-report to abrt server.
fabfa611 287
742c5e14
JB
288%description plugin-ureport -l pl.UTF-8
289Wtyczka przesyłająca raporty typu micro-report na serwer abrt.
290
291%package anaconda
292Summary: Default configuration for reporting Anaconda bugs
293Summary(pl.UTF-8): Domyślna konfiguracja do zgłaszania błędów w Anacondzie
294Group: Applications/File
295Requires: %{name}-plugin-bugzilla = %{version}-%{release}
296Requires: %{name}-plugin-reportuploader = %{version}-%{release}
297
298%description anaconda
299Default configuration for reporting Anaconda problems using Fedora
300infrastructure or uploading the gathered data over ftp/scp...
301
302%description anaconda -l pl.UTF-8
303Domyślna konfiguracja do zgłaszania problemów z Anacondą przy użyciu
304infrastruktury Fedory lub przesyłając zebrane dane po ftp/scp.
305
7bc0f56a
JB
306%package centos
307Summary: Default configuration for reporting bugs via CentOS infrastructure
308Summary(pl.UTF-8): Domyślna konfiguracja do zgłaszania błędów poprzez infrastrukturę CentOS
309Group: Applications/File
7bc0f56a 310Requires: %{name}-plugin-mantisbt = %{version}-%{release}
40b7a09a 311Requires: %{name}-web = %{version}-%{release}
7bc0f56a
JB
312
313%description centos
314Default configuration for reporting bugs via CentOS infrastructure
315used primarily to easy configure the reporting process for CentOS
316systems.
317
318%description centos -l pl.UTF-8
319Domyślna konfiguracja do zgłaszania błędów poprzez infrastrukturę
320CentOS, służąca przede wszystkim do łatwej konfiguracji procesu
321zgłaszania błędów w systemach CentOS.
322
742c5e14
JB
323%package fedora
324Summary: Default configuration for reporting bugs via Fedora infrastructure
7bc0f56a 325Summary(pl.UTF-8): Domyślna konfiguracja do zgłaszania błędów poprzez infrastrukturę Fedory
742c5e14
JB
326Group: Applications/File
327Requires: %{name} = %{version}-%{release}
328
329%description fedora
330Default configuration for reporting bugs via Fedora infrastructure
331used primarily to easy configure the reporting process for Fedora
332systems.
333
334%description fedora -l pl.UTF-8
335Domyślna konfiguracja do zgłaszania błędów poprzez infrastrukturę
336Fedory, służąca przede wszystkim do łatwej konfiguracji procesu
337zgłaszania błędów w systemach Fedora.
6a2e0478 338
97b82249
JB
339%package rhel
340Summary: Default configuration for reporting bugs via RHEL infrastructure
7bc0f56a 341Summary(pl.UTF-8): Domyślna konfiguracja do zgłaszania błędów poprzez infrastrukturę RHEL
97b82249
JB
342Group: Applications/File
343Requires: %{name} = %{version}-%{release}
344
345%description rhel
346Default configuration for reporting bugs via RHEL infrastructure used
347primarily to easy configure the reporting process for RHEL systems.
348
349%description rhel -l pl.UTF-8
350Domyślna konfiguracja do zgłaszania błędów poprzez infrastrukturę
351RHEL, służąca przede wszystkim do łatwej konfiguracji procesu
352zgłaszania błędów w systemach RHEL.
353
fabfa611
JR
354%prep
355%setup -q
fabfa611
JR
356
357%build
e81f471e
JB
358%{__libtoolize}
359%{__aclocal} -I m4
360%{__autoconf}
361%{__autoheader}
362%{__automake}
742c5e14 363%configure \
259e35fc 364 AUGPARSE=/usr/bin/augparse \
59b16745
JB
365 --disable-silent-rules
366
fabfa611
JR
367%{__make}
368
259e35fc
JB
369%if %{with tests}
370%{__make} check
371%endif
372
fabfa611
JR
373%install
374rm -rf $RPM_BUILD_ROOT
fabfa611
JR
375
376%{__make} install \
377 DESTDIR=$RPM_BUILD_ROOT
378
379%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
742c5e14
JB
380# compat layer for compatibility tool
381%{__rm} $RPM_BUILD_ROOT{%{_bindir}/report,%{_mandir}/man1/report.1}
fabfa611 382
fa7dfe3b
JB
383%py_postclean
384%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/report*/*.la
69cb13e6 385%{__rm} $RPM_BUILD_ROOT%{py3_sitedir}/report*/*.la
fa7dfe3b 386
d915e0d3
JB
387# empty versions of nb,ru
388%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{no,ru_RU}
389# not supported by glibc yet
390%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{ach,aln,bal,ilo}
d8f3599a 391
fabfa611
JR
392%find_lang %{name}
393
394%clean
395rm -rf $RPM_BUILD_ROOT
396
397%post -p /sbin/ldconfig
398%postun -p /sbin/ldconfig
9548a96e
JR
399
400%post web -p /sbin/ldconfig
401%postun web -p /sbin/ldconfig
402
403%post gtk -p /sbin/ldconfig
404%postun gtk -p /sbin/ldconfig
fabfa611
JR
405
406%files -f %{name}.lang
407%defattr(644,root,root,755)
408%doc README
6a2e0478 409%dir %{_sysconfdir}/%{name}
3ba57398
JB
410%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/report_event.conf
411%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/forbidden_words.conf
412%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/ignored_words.conf
7bc0f56a 413%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/libreport.conf
6a2e0478 414%dir %{_sysconfdir}/%{name}/events
742c5e14 415%dir %{_sysconfdir}/%{name}/events.d
6a2e0478 416%dir %{_sysconfdir}/%{name}/plugins
742c5e14 417%dir %{_sysconfdir}/%{name}/workflows.d
fabfa611
JR
418%attr(755,root,root) %{_libdir}/libreport.so.*.*.*
419%attr(755,root,root) %ghost %{_libdir}/libreport.so.0
420%attr(755,root,root) %{_libdir}/libabrt_dbus.so.*.*.*
421%attr(755,root,root) %ghost %{_libdir}/libabrt_dbus.so.0
259e35fc 422%{_datadir}/augeas/lenses/libreport.aug
59b16745 423%dir %{_datadir}/libreport
259e35fc 424%dir %{_datadir}/libreport/conf.d
7bc0f56a 425%{_datadir}/libreport/conf.d/libreport.conf
259e35fc 426%dir %{_datadir}/libreport/conf.d/plugins
59b16745
JB
427%dir %{_datadir}/libreport/events
428%dir %{_datadir}/libreport/workflows
429%{_mandir}/man5/forbidden_words.conf.5*
4e7d5436 430%{_mandir}/man5/ignored_words.conf.5*
7bc0f56a 431%{_mandir}/man5/libreport.conf.5*
fabfa611
JR
432%{_mandir}/man5/report_event.conf.5*
433
fabfa611
JR
434%files devel
435%defattr(644,root,root,755)
6a2e0478
JB
436%attr(755,root,root) %{_libdir}/libreport.so
437%attr(755,root,root) %{_libdir}/libabrt_dbus.so
fabfa611
JR
438%dir %{_includedir}/libreport
439%{_includedir}/libreport/client.h
742c5e14 440%{_includedir}/libreport/config_item_info.h
fabfa611
JR
441%{_includedir}/libreport/dump_dir.h
442%{_includedir}/libreport/event_config.h
742c5e14 443%{_includedir}/libreport/file_obj.h
7bc0f56a 444%{_includedir}/libreport/global_configuration.h
267c13ea 445%{_includedir}/libreport/libreport_types.h
fabfa611
JR
446%{_includedir}/libreport/problem_data.h
447%{_includedir}/libreport/report.h
448%{_includedir}/libreport/run_event.h
449%{_includedir}/libreport/internal_abrt_dbus.h
450%{_includedir}/libreport/internal_libreport.h
7bc0f56a
JB
451%{_includedir}/libreport/problem_report.h
452%{_includedir}/libreport/problem_utils.h
453%{_includedir}/libreport/reporters.h
d8f3599a 454%{_includedir}/libreport/ureport.h
742c5e14 455%{_includedir}/libreport/workflow.h
97b82249 456%{_includedir}/libreport/xml_parser.h
ba330959 457%{_pkgconfigdir}/libreport.pc
fabfa611
JR
458
459%files web
460%defattr(644,root,root,755)
461%attr(755,root,root) %{_libdir}/libreport-web.so.*.*
462%attr(755,root,root) %ghost %{_libdir}/libreport-web.so.0
463
464%files web-devel
465%defattr(644,root,root,755)
466%attr(755,root,root) %{_libdir}/libreport-web.so
467%{_includedir}/libreport/libreport_curl.h
468%{_pkgconfigdir}/libreport-web.pc
469
00cca651 470%files -n python-%{name}
fabfa611 471%defattr(644,root,root,755)
fa7dfe3b
JB
472%dir %{py_sitedir}/report
473%attr(755,root,root) %{py_sitedir}/report/_pyreport.so
474%{py_sitedir}/report/*.py[co]
475%dir %{py_sitedir}/report/io
476%{py_sitedir}/report/io/*.py[co]
477%dir %{py_sitedir}/reportclient
478%attr(755,root,root) %{py_sitedir}/reportclient/_reportclient.so
479%{py_sitedir}/reportclient/*.py[co]
480
481%files -n python3-%{name}
482%defattr(644,root,root,755)
483%dir %{py3_sitedir}/report
484%attr(755,root,root) %{py3_sitedir}/report/_py3report.so
485%{py3_sitedir}/report/*.py*
486%dir %{py3_sitedir}/report/io
487%{py3_sitedir}/report/io/*.py*
69cb13e6
JB
488%dir %{py3_sitedir}/reportclient
489%attr(755,root,root) %{py3_sitedir}/reportclient/_reportclient3.so
490%{py3_sitedir}/reportclient/*.py*
fabfa611
JR
491
492%files cli
493%defattr(644,root,root,755)
494%attr(755,root,root) %{_bindir}/report-cli
495%{_mandir}/man1/report-cli.1*
496
497%files newt
498%defattr(644,root,root,755)
499%attr(755,root,root) %{_bindir}/report-newt
59b16745 500%{_mandir}/man1/report-newt.1*
fabfa611
JR
501
502%files gtk
503%defattr(644,root,root,755)
504%attr(755,root,root) %{_bindir}/report-gtk
505%attr(755,root,root) %{_libdir}/libreport-gtk.so.*.*
506%attr(755,root,root) %ghost %{_libdir}/libreport-gtk.so.0
59b16745 507%{_mandir}/man1/report-gtk.1*
fabfa611
JR
508
509%files gtk-devel
510%defattr(644,root,root,755)
511%attr(755,root,root) %{_libdir}/libreport-gtk.so
512%{_includedir}/libreport/internal_libreport_gtk.h
d8f3599a
JB
513%{_includedir}/libreport/problem_details_dialog.h
514%{_includedir}/libreport/problem_details_widget.h
fabfa611
JR
515%{_pkgconfigdir}/libreport-gtk.pc
516
742c5e14
JB
517%files plugin-bugzilla
518%defattr(644,root,root,755)
519%attr(755,root,root) %{_bindir}/reporter-bugzilla
520%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla.conf
521%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format.conf
d8f3599a 522%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_analyzer_libreport.conf
742c5e14 523%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_kernel.conf
742c5e14
JB
524%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_formatdup.conf
525%config(noreplace) %{_sysconfdir}/libreport/events/report_Bugzilla.conf
526%config(noreplace) %{_sysconfdir}/libreport/events.d/bugzilla_event.conf
259e35fc
JB
527%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.bugzilla.xml
528%{_datadir}/libreport/conf.d/plugins/bugzilla.conf
59b16745 529%{_datadir}/libreport/events/report_Bugzilla.xml
fa7dfe3b 530%{_datadir}/libreport/events/watch_Bugzilla.xml
742c5e14 531%{_mandir}/man1/reporter-bugzilla.1*
59b16745
JB
532%{_mandir}/man5/bugzilla.conf.5*
533%{_mandir}/man5/bugzilla_event.conf.5*
534%{_mandir}/man5/bugzilla_format.conf.5*
d8f3599a 535%{_mandir}/man5/bugzilla_format_analyzer_libreport.conf.5*
59b16745 536%{_mandir}/man5/bugzilla_format_kernel.conf.5*
59b16745
JB
537%{_mandir}/man5/bugzilla_formatdup.conf.5*
538%{_mandir}/man5/report_Bugzilla.conf.5*
742c5e14 539
fabfa611
JR
540%files plugin-kerneloops
541%defattr(644,root,root,755)
fabfa611 542%attr(755,root,root) %{_bindir}/reporter-kerneloops
59b16745 543%{_datadir}/libreport/events/report_Kerneloops.xml
fabfa611
JR
544%{_mandir}/man1/reporter-kerneloops.1*
545
546%files plugin-logger
547%defattr(644,root,root,755)
6a2e0478 548%attr(755,root,root) %{_bindir}/reporter-print
d8f3599a 549%config(noreplace) %{_sysconfdir}/libreport/events/report_Logger.conf
fabfa611 550%config(noreplace) %{_sysconfdir}/libreport/events.d/print_event.conf
d8f3599a
JB
551%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_logger.conf
552%{_datadir}/libreport/events/report_Logger.xml
553%{_datadir}/libreport/workflows/workflow_Logger.xml
554%{_datadir}/libreport/workflows/workflow_LoggerCCpp.xml
fabfa611 555%{_mandir}/man1/reporter-print.1*
59b16745
JB
556%{_mandir}/man5/print_event.conf.5*
557%{_mandir}/man5/report_Logger.conf.5*
d8f3599a 558%{_mandir}/man5/report_logger.conf.5*
fabfa611
JR
559
560%files plugin-mailx
561%defattr(644,root,root,755)
6a2e0478 562%attr(755,root,root) %{_bindir}/reporter-mailx
fabfa611
JR
563%config(noreplace) %{_sysconfdir}/libreport/plugins/mailx.conf
564%config(noreplace) %{_sysconfdir}/libreport/events.d/mailx_event.conf
d8f3599a 565%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_mailx.conf
259e35fc
JB
566%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.mailx.xml
567%{_datadir}/libreport/conf.d/plugins/mailx.conf
59b16745 568%{_datadir}/libreport/events/report_Mailx.xml
d8f3599a
JB
569%{_datadir}/libreport/workflows/workflow_Mailx.xml
570%{_datadir}/libreport/workflows/workflow_MailxCCpp.xml
fabfa611 571%{_mandir}/man1/reporter-mailx.1*
59b16745
JB
572%{_mandir}/man5/mailx.conf.5*
573%{_mandir}/man5/mailx_event.conf.5*
d8f3599a 574%{_mandir}/man5/report_mailx.conf.5*
fabfa611 575
7bc0f56a
JB
576%files plugin-mantisbt
577%defattr(644,root,root,755)
578%attr(755,root,root) %{_bindir}/reporter-mantisbt
579%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/mantisbt.conf
580%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/mantisbt_format.conf
f76d859d 581%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/mantisbt_format_analyzer_libreport.conf
7bc0f56a 582%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/mantisbt_formatdup.conf
f76d859d 583%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/mantisbt_formatdup_analyzer_libreport.conf
7bc0f56a 584%{_datadir}/libreport/conf.d/plugins/mantisbt.conf
69cb13e6
JB
585%{_mandir}/man1/reporter-mantisbt.1*
586%{_mandir}/man5/mantisbt.conf.5*
587%{_mandir}/man5/mantisbt_format.conf.5*
f76d859d 588%{_mandir}/man5/mantisbt_format_analyzer_libreport.conf.5*
69cb13e6 589%{_mandir}/man5/mantisbt_formatdup.conf.5*
f76d859d 590%{_mandir}/man5/mantisbt_formatdup_analyzer_libreport.conf.5*
7bc0f56a 591
742c5e14 592%files plugin-reportuploader
6a2e0478 593%defattr(644,root,root,755)
742c5e14 594%attr(755,root,root) %{_bindir}/reporter-upload
4e7d5436 595%config(noreplace) %{_sysconfdir}/libreport/plugins/upload.conf
4c28727c 596%config(noreplace) %{_sysconfdir}/libreport/events/report_Uploader.conf
d8f3599a
JB
597%config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf
598%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_uploader.conf
4e7d5436 599%{_datadir}/libreport/conf.d/plugins/upload.conf
59b16745
JB
600%{_datadir}/libreport/events/report_Uploader.xml
601%{_datadir}/libreport/workflows/workflow_Upload.xml
d8f3599a 602%{_datadir}/libreport/workflows/workflow_UploadCCpp.xml
742c5e14 603%{_mandir}/man1/reporter-upload.1*
4c28727c 604%{_mandir}/man5/report_Uploader.conf.5*
d8f3599a 605%{_mandir}/man5/report_uploader.conf.5*
59b16745 606%{_mandir}/man5/uploader_event.conf.5*
4c28727c 607%{_mandir}/man5/upload.conf.5*
6a2e0478 608
fabfa611
JR
609%files plugin-rhtsupport
610%defattr(644,root,root,755)
6a2e0478 611%attr(755,root,root) %{_bindir}/reporter-rhtsupport
fabfa611
JR
612%config(noreplace) %{_sysconfdir}/libreport/plugins/rhtsupport.conf
613%config(noreplace) %{_sysconfdir}/libreport/events.d/rhtsupport_event.conf
259e35fc
JB
614%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.rhtsupport.xml
615%{_datadir}/libreport/conf.d/plugins/rhtsupport.conf
59b16745 616%{_datadir}/libreport/events/report_RHTSupport.xml
fabfa611 617%{_mandir}/man1/reporter-rhtsupport.1*
59b16745
JB
618%{_mandir}/man5/rhtsupport.conf.5*
619%{_mandir}/man5/rhtsupport_event.conf.5*
fabfa611 620
742c5e14 621%files plugin-ureport
fabfa611 622%defattr(644,root,root,755)
742c5e14 623%attr(755,root,root) %{_bindir}/reporter-ureport
97b82249 624%config(noreplace) %{_sysconfdir}/libreport/events.d/emergencyanalysis_event.conf
259e35fc 625%config(noreplace) %{_sysconfdir}/libreport/plugins/ureport.conf
4c28727c 626%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_uReport.conf
259e35fc
JB
627%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.ureport.xml
628%{_datadir}/libreport/conf.d/plugins/ureport.conf
59b16745
JB
629%{_datadir}/libreport/events/report_uReport.xml
630%{_datadir}/libreport/events/report_EmergencyAnalysis.xml
4c28727c 631%{_datadir}/libreport/workflows/workflow_uReport.xml
59b16745
JB
632%{_mandir}/man1/reporter-ureport.1*
633%{_mandir}/man5/emergencyanalysis_event.conf.5*
4c28727c 634%{_mandir}/man5/report_uReport.conf.5*
259e35fc 635%{_mandir}/man5/ureport.conf.5*
742c5e14
JB
636
637%files anaconda
638%defattr(644,root,root,755)
267c13ea
JB
639%config(noreplace) %{_sysconfdir}/libreport/events.d/bugzilla_anaconda_event.conf
640%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_anaconda.conf
641%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_formatdup_anaconda.conf
742c5e14 642%config(noreplace) %{_sysconfdir}/libreport/workflows.d/anaconda_event.conf
59b16745
JB
643%{_datadir}/libreport/workflows/workflow_AnacondaFedora.xml
644%{_datadir}/libreport/workflows/workflow_AnacondaRHEL.xml
259e35fc 645%{_datadir}/libreport/workflows/workflow_AnacondaRHELBugzilla.xml
59b16745
JB
646%{_datadir}/libreport/workflows/workflow_AnacondaUpload.xml
647%{_mandir}/man5/anaconda_event.conf.5*
648%{_mandir}/man5/bugzilla_anaconda_event.conf.5*
649%{_mandir}/man5/bugzilla_format_anaconda.conf.5*
650%{_mandir}/man5/bugzilla_formatdup_anaconda.conf.5*
742c5e14 651
7bc0f56a
JB
652%files centos
653%defattr(644,root,root,755)
654%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events/report_CentOSBugTracker.conf
655%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/centos_report_event.conf
656%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/workflows.d/report_centos.conf
657%{_datadir}/libreport/events/report_CentOSBugTracker.xml
658%{_datadir}/libreport/workflows/workflow_CentOSCCpp.xml
659%{_datadir}/libreport/workflows/workflow_CentOSJava.xml
660%{_datadir}/libreport/workflows/workflow_CentOSKerneloops.xml
661%{_datadir}/libreport/workflows/workflow_CentOSLibreport.xml
662%{_datadir}/libreport/workflows/workflow_CentOSPython.xml
663%{_datadir}/libreport/workflows/workflow_CentOSPython3.xml
664%{_datadir}/libreport/workflows/workflow_CentOSVmcore.xml
665%{_datadir}/libreport/workflows/workflow_CentOSXorg.xml
69cb13e6
JB
666%{_mandir}/man5/centos_report_event.conf.5*
667%{_mandir}/man5/report_CentOSBugTracker.conf.5*
668%{_mandir}/man5/report_centos.conf.5*
7bc0f56a 669
742c5e14
JB
670%files fedora
671%defattr(644,root,root,755)
742c5e14 672%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_fedora.conf
59b16745
JB
673%{_datadir}/libreport/workflows/workflow_Fedora*.xml
674%{_mandir}/man5/report_fedora.conf.5*
97b82249
JB
675
676%files rhel
677%defattr(644,root,root,755)
97b82249 678%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_rhel.conf
259e35fc 679%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_rhel_bugzilla.conf
59b16745
JB
680%{_datadir}/libreport/workflows/workflow_RHEL*.xml
681%{_mandir}/man5/report_rhel.conf.5*
259e35fc 682%{_mandir}/man5/report_rhel_bugzilla.conf.5*
This page took 0.192187 seconds and 4 git commands to generate.