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