]> git.pld-linux.org Git - packages/libreport.git/blame - libreport.spec
- updated to 2.4.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
7bc0f56a
JB
9Version: 2.4.0
10Release: 1
742c5e14 11License: GPL v2+
fabfa611
JR
12Group: Libraries
13Source0: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
7bc0f56a 14# Source0-md5: b147d7e6d51b8258b71fcb0e3d558648
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
384%{__rm} $RPM_BUILD_ROOT%{py3_sitedir}/report/*.la
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*
fabfa611
JR
485
486%files cli
487%defattr(644,root,root,755)
488%attr(755,root,root) %{_bindir}/report-cli
489%{_mandir}/man1/report-cli.1*
490
491%files newt
492%defattr(644,root,root,755)
493%attr(755,root,root) %{_bindir}/report-newt
59b16745 494%{_mandir}/man1/report-newt.1*
fabfa611
JR
495
496%files gtk
497%defattr(644,root,root,755)
498%attr(755,root,root) %{_bindir}/report-gtk
499%attr(755,root,root) %{_libdir}/libreport-gtk.so.*.*
500%attr(755,root,root) %ghost %{_libdir}/libreport-gtk.so.0
59b16745 501%{_mandir}/man1/report-gtk.1*
fabfa611
JR
502
503%files gtk-devel
504%defattr(644,root,root,755)
505%attr(755,root,root) %{_libdir}/libreport-gtk.so
506%{_includedir}/libreport/internal_libreport_gtk.h
d8f3599a
JB
507%{_includedir}/libreport/problem_details_dialog.h
508%{_includedir}/libreport/problem_details_widget.h
fabfa611
JR
509%{_pkgconfigdir}/libreport-gtk.pc
510
742c5e14
JB
511%files plugin-bugzilla
512%defattr(644,root,root,755)
513%attr(755,root,root) %{_bindir}/reporter-bugzilla
514%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla.conf
515%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format.conf
d8f3599a 516%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_analyzer_libreport.conf
742c5e14 517%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_kernel.conf
742c5e14
JB
518%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_formatdup.conf
519%config(noreplace) %{_sysconfdir}/libreport/events/report_Bugzilla.conf
520%config(noreplace) %{_sysconfdir}/libreport/events.d/bugzilla_event.conf
259e35fc
JB
521%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.bugzilla.xml
522%{_datadir}/libreport/conf.d/plugins/bugzilla.conf
59b16745 523%{_datadir}/libreport/events/report_Bugzilla.xml
fa7dfe3b 524%{_datadir}/libreport/events/watch_Bugzilla.xml
742c5e14 525%{_mandir}/man1/reporter-bugzilla.1*
59b16745
JB
526%{_mandir}/man5/bugzilla.conf.5*
527%{_mandir}/man5/bugzilla_event.conf.5*
528%{_mandir}/man5/bugzilla_format.conf.5*
d8f3599a 529%{_mandir}/man5/bugzilla_format_analyzer_libreport.conf.5*
59b16745 530%{_mandir}/man5/bugzilla_format_kernel.conf.5*
59b16745
JB
531%{_mandir}/man5/bugzilla_formatdup.conf.5*
532%{_mandir}/man5/report_Bugzilla.conf.5*
742c5e14 533
fabfa611
JR
534%files plugin-kerneloops
535%defattr(644,root,root,755)
fabfa611 536%attr(755,root,root) %{_bindir}/reporter-kerneloops
59b16745 537%{_datadir}/libreport/events/report_Kerneloops.xml
fabfa611
JR
538%{_mandir}/man1/reporter-kerneloops.1*
539
540%files plugin-logger
541%defattr(644,root,root,755)
6a2e0478 542%attr(755,root,root) %{_bindir}/reporter-print
d8f3599a 543%config(noreplace) %{_sysconfdir}/libreport/events/report_Logger.conf
fabfa611 544%config(noreplace) %{_sysconfdir}/libreport/events.d/print_event.conf
d8f3599a
JB
545%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_logger.conf
546%{_datadir}/libreport/events/report_Logger.xml
547%{_datadir}/libreport/workflows/workflow_Logger.xml
548%{_datadir}/libreport/workflows/workflow_LoggerCCpp.xml
fabfa611 549%{_mandir}/man1/reporter-print.1*
59b16745
JB
550%{_mandir}/man5/print_event.conf.5*
551%{_mandir}/man5/report_Logger.conf.5*
d8f3599a 552%{_mandir}/man5/report_logger.conf.5*
fabfa611
JR
553
554%files plugin-mailx
555%defattr(644,root,root,755)
6a2e0478 556%attr(755,root,root) %{_bindir}/reporter-mailx
fabfa611
JR
557%config(noreplace) %{_sysconfdir}/libreport/plugins/mailx.conf
558%config(noreplace) %{_sysconfdir}/libreport/events.d/mailx_event.conf
d8f3599a 559%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_mailx.conf
259e35fc
JB
560%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.mailx.xml
561%{_datadir}/libreport/conf.d/plugins/mailx.conf
59b16745 562%{_datadir}/libreport/events/report_Mailx.xml
d8f3599a
JB
563%{_datadir}/libreport/workflows/workflow_Mailx.xml
564%{_datadir}/libreport/workflows/workflow_MailxCCpp.xml
fabfa611 565%{_mandir}/man1/reporter-mailx.1*
59b16745
JB
566%{_mandir}/man5/mailx.conf.5*
567%{_mandir}/man5/mailx_event.conf.5*
d8f3599a 568%{_mandir}/man5/report_mailx.conf.5*
fabfa611 569
7bc0f56a
JB
570%files plugin-mantisbt
571%defattr(644,root,root,755)
572%attr(755,root,root) %{_bindir}/reporter-mantisbt
573%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/mantisbt.conf
574%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/mantisbt_format.conf
575%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/mantisbt_formatdup.conf
576%{_datadir}/libreport/conf.d/plugins/mantisbt.conf
577
742c5e14 578%files plugin-reportuploader
6a2e0478 579%defattr(644,root,root,755)
742c5e14 580%attr(755,root,root) %{_bindir}/reporter-upload
4e7d5436 581%config(noreplace) %{_sysconfdir}/libreport/plugins/upload.conf
d8f3599a
JB
582%config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf
583%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_uploader.conf
4e7d5436 584%{_datadir}/libreport/conf.d/plugins/upload.conf
59b16745
JB
585%{_datadir}/libreport/events/report_Uploader.xml
586%{_datadir}/libreport/workflows/workflow_Upload.xml
d8f3599a 587%{_datadir}/libreport/workflows/workflow_UploadCCpp.xml
742c5e14 588%{_mandir}/man1/reporter-upload.1*
d8f3599a 589%{_mandir}/man5/report_uploader.conf.5*
59b16745 590%{_mandir}/man5/uploader_event.conf.5*
6a2e0478 591
fabfa611
JR
592%files plugin-rhtsupport
593%defattr(644,root,root,755)
6a2e0478 594%attr(755,root,root) %{_bindir}/reporter-rhtsupport
fabfa611
JR
595%config(noreplace) %{_sysconfdir}/libreport/plugins/rhtsupport.conf
596%config(noreplace) %{_sysconfdir}/libreport/events.d/rhtsupport_event.conf
259e35fc
JB
597%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.rhtsupport.xml
598%{_datadir}/libreport/conf.d/plugins/rhtsupport.conf
59b16745 599%{_datadir}/libreport/events/report_RHTSupport.xml
fabfa611 600%{_mandir}/man1/reporter-rhtsupport.1*
59b16745
JB
601%{_mandir}/man5/rhtsupport.conf.5*
602%{_mandir}/man5/rhtsupport_event.conf.5*
fabfa611 603
742c5e14 604%files plugin-ureport
fabfa611 605%defattr(644,root,root,755)
742c5e14 606%attr(755,root,root) %{_bindir}/reporter-ureport
97b82249 607%config(noreplace) %{_sysconfdir}/libreport/events.d/emergencyanalysis_event.conf
259e35fc
JB
608%config(noreplace) %{_sysconfdir}/libreport/plugins/ureport.conf
609%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.ureport.xml
610%{_datadir}/libreport/conf.d/plugins/ureport.conf
59b16745
JB
611%{_datadir}/libreport/events/report_uReport.xml
612%{_datadir}/libreport/events/report_EmergencyAnalysis.xml
613%{_mandir}/man1/reporter-ureport.1*
614%{_mandir}/man5/emergencyanalysis_event.conf.5*
259e35fc 615%{_mandir}/man5/ureport.conf.5*
742c5e14
JB
616
617%files anaconda
618%defattr(644,root,root,755)
267c13ea
JB
619%config(noreplace) %{_sysconfdir}/libreport/events.d/bugzilla_anaconda_event.conf
620%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_anaconda.conf
621%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_formatdup_anaconda.conf
742c5e14 622%config(noreplace) %{_sysconfdir}/libreport/workflows.d/anaconda_event.conf
59b16745
JB
623%{_datadir}/libreport/workflows/workflow_AnacondaFedora.xml
624%{_datadir}/libreport/workflows/workflow_AnacondaRHEL.xml
259e35fc 625%{_datadir}/libreport/workflows/workflow_AnacondaRHELBugzilla.xml
59b16745
JB
626%{_datadir}/libreport/workflows/workflow_AnacondaUpload.xml
627%{_mandir}/man5/anaconda_event.conf.5*
628%{_mandir}/man5/bugzilla_anaconda_event.conf.5*
629%{_mandir}/man5/bugzilla_format_anaconda.conf.5*
630%{_mandir}/man5/bugzilla_formatdup_anaconda.conf.5*
742c5e14 631
7bc0f56a
JB
632%files centos
633%defattr(644,root,root,755)
634%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events/report_CentOSBugTracker.conf
635%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/centos_report_event.conf
636%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/workflows.d/report_centos.conf
637%{_datadir}/libreport/events/report_CentOSBugTracker.xml
638%{_datadir}/libreport/workflows/workflow_CentOSCCpp.xml
639%{_datadir}/libreport/workflows/workflow_CentOSJava.xml
640%{_datadir}/libreport/workflows/workflow_CentOSKerneloops.xml
641%{_datadir}/libreport/workflows/workflow_CentOSLibreport.xml
642%{_datadir}/libreport/workflows/workflow_CentOSPython.xml
643%{_datadir}/libreport/workflows/workflow_CentOSPython3.xml
644%{_datadir}/libreport/workflows/workflow_CentOSVmcore.xml
645%{_datadir}/libreport/workflows/workflow_CentOSXorg.xml
646
742c5e14
JB
647%files fedora
648%defattr(644,root,root,755)
742c5e14 649%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_fedora.conf
59b16745
JB
650%{_datadir}/libreport/workflows/workflow_Fedora*.xml
651%{_mandir}/man5/report_fedora.conf.5*
97b82249
JB
652
653%files rhel
654%defattr(644,root,root,755)
97b82249 655%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_rhel.conf
259e35fc 656%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_rhel_bugzilla.conf
59b16745
JB
657%{_datadir}/libreport/workflows/workflow_RHEL*.xml
658%{_mandir}/man5/report_rhel.conf.5*
259e35fc 659%{_mandir}/man5/report_rhel_bugzilla.conf.5*
This page took 0.203627 seconds and 4 git commands to generate.