]> git.pld-linux.org Git - packages/libreport.git/blame - libreport.spec
- updated to 2.2.3
[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
ba330959 9Version: 2.2.3
259e35fc 10Release: 1
742c5e14 11License: GPL v2+
fabfa611
JR
12Group: Libraries
13Source0: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
ba330959 14# Source0-md5: b92e2fc2cee52ae0f5fac633e5ae9cd3
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
742c5e14
JB
25BuildRequires: gettext-devel >= 0.17
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
183Requires: %{name} = %{version}-%{release}
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
JR
195Group: Libraries
196Requires: %{name} = %{version}-%{release}
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
742c5e14
JB
237%package plugin-reportuploader
238Summary: libreport's reportuploader plugin
239Summary(pl.UTF-8): Wtyczka libreport do zgłoszeń przez FTP
fabfa611 240Group: Libraries
fabfa611 241Requires: %{name} = %{version}-%{release}
742c5e14 242Obsoletes: abrt-plugin-reportuploader < 2.0.4
fabfa611 243
742c5e14
JB
244%description plugin-reportuploader
245Plugin to report bugs into anonymous FTP site associated with
246ticketing system.
fabfa611 247
742c5e14
JB
248%description plugin-reportuploader -l pl.UTF-8
249Wtyczka zgłaszająca błędy poprzez serwer anonimowego FTP powiązany z
250systemem biletów.
fabfa611
JR
251
252%package plugin-rhtsupport
6a2e0478
JB
253Summary: libreport's RHTSupport plugin
254Summary(pl.UTF-8): Wtyczka libreport do zgłoszeń przez RHTSupport
fabfa611
JR
255Group: Libraries
256Requires: %{name} = %{version}-%{release}
257Obsoletes: abrt-plugin-rhtsupport < 2.0.4
258
259%description plugin-rhtsupport
260Plugin to report bugs into RH support system.
261
6a2e0478
JB
262%description plugin-rhtsupport -l pl.UTF-8
263Wtyczka zgłaszająca problemy do systemu obsługi RH.
264
742c5e14
JB
265%package plugin-ureport
266Summary: libreport's micro report plugin
267Summary(pl.UTF-8): Wtyczka libreport do zgłoszeń typu micro-report
fabfa611
JR
268Group: Libraries
269Requires: %{name} = %{version}-%{release}
fabfa611 270
742c5e14
JB
271%description plugin-ureport
272Uploads micro-report to abrt server.
fabfa611 273
742c5e14
JB
274%description plugin-ureport -l pl.UTF-8
275Wtyczka przesyłająca raporty typu micro-report na serwer abrt.
276
277%package anaconda
278Summary: Default configuration for reporting Anaconda bugs
279Summary(pl.UTF-8): Domyślna konfiguracja do zgłaszania błędów w Anacondzie
280Group: Applications/File
281Requires: %{name}-plugin-bugzilla = %{version}-%{release}
282Requires: %{name}-plugin-reportuploader = %{version}-%{release}
283
284%description anaconda
285Default configuration for reporting Anaconda problems using Fedora
286infrastructure or uploading the gathered data over ftp/scp...
287
288%description anaconda -l pl.UTF-8
289Domyślna konfiguracja do zgłaszania problemów z Anacondą przy użyciu
290infrastruktury Fedory lub przesyłając zebrane dane po ftp/scp.
291
292%package fedora
293Summary: Default configuration for reporting bugs via Fedora infrastructure
294Summary(pl.UTF-8): Domyślna konfiguracja do zgłaszania błędów poprzeze infrastrukturę Fedory
295Group: Applications/File
296Requires: %{name} = %{version}-%{release}
297
298%description fedora
299Default configuration for reporting bugs via Fedora infrastructure
300used primarily to easy configure the reporting process for Fedora
301systems.
302
303%description fedora -l pl.UTF-8
304Domyślna konfiguracja do zgłaszania błędów poprzez infrastrukturę
305Fedory, służąca przede wszystkim do łatwej konfiguracji procesu
306zgłaszania błędów w systemach Fedora.
6a2e0478 307
97b82249
JB
308%package rhel
309Summary: Default configuration for reporting bugs via RHEL infrastructure
310Summary(pl.UTF-8): Domyślna konfiguracja do zgłaszania błędów poprzeze infrastrukturę RHEL
311Group: Applications/File
312Requires: %{name} = %{version}-%{release}
313
314%description rhel
315Default configuration for reporting bugs via RHEL infrastructure used
316primarily to easy configure the reporting process for RHEL systems.
317
318%description rhel -l pl.UTF-8
319Domyślna konfiguracja do zgłaszania błędów poprzez infrastrukturę
320RHEL, służąca przede wszystkim do łatwej konfiguracji procesu
321zgłaszania błędów w systemach RHEL.
322
fabfa611
JR
323%prep
324%setup -q
325%patch0 -p1
326
327%build
ba330959
JB
328%{__libtoolize}
329%{__aclocal} -I m4
330%{__autoconf}
331%{__autoheader}
332%{__automake}
742c5e14 333%configure \
259e35fc 334 AUGPARSE=/usr/bin/augparse \
59b16745
JB
335 --disable-silent-rules
336
fabfa611
JR
337%{__make}
338
259e35fc
JB
339%if %{with tests}
340%{__make} check
341%endif
342
fabfa611
JR
343%install
344rm -rf $RPM_BUILD_ROOT
fabfa611
JR
345
346%{__make} install \
347 DESTDIR=$RPM_BUILD_ROOT
348
349%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
742c5e14
JB
350# compat layer for compatibility tool
351%{__rm} $RPM_BUILD_ROOT{%{_bindir}/report,%{_mandir}/man1/report.1}
fabfa611 352
fa7dfe3b
JB
353%py_postclean
354%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/report*/*.la
355%{__rm} $RPM_BUILD_ROOT%{py3_sitedir}/report/*.la
356
fabfa611
JR
357%find_lang %{name}
358
359%clean
360rm -rf $RPM_BUILD_ROOT
361
362%post -p /sbin/ldconfig
363%postun -p /sbin/ldconfig
9548a96e
JR
364
365%post web -p /sbin/ldconfig
366%postun web -p /sbin/ldconfig
367
368%post gtk -p /sbin/ldconfig
369%postun gtk -p /sbin/ldconfig
fabfa611
JR
370
371%files -f %{name}.lang
372%defattr(644,root,root,755)
373%doc README
6a2e0478 374%dir %{_sysconfdir}/%{name}
3ba57398
JB
375%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/report_event.conf
376%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/forbidden_words.conf
377%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/ignored_words.conf
6a2e0478 378%dir %{_sysconfdir}/%{name}/events
742c5e14 379%dir %{_sysconfdir}/%{name}/events.d
6a2e0478 380%dir %{_sysconfdir}/%{name}/plugins
742c5e14 381%dir %{_sysconfdir}/%{name}/workflows.d
fabfa611
JR
382%attr(755,root,root) %{_libdir}/libreport.so.*.*.*
383%attr(755,root,root) %ghost %{_libdir}/libreport.so.0
384%attr(755,root,root) %{_libdir}/libabrt_dbus.so.*.*.*
385%attr(755,root,root) %ghost %{_libdir}/libabrt_dbus.so.0
259e35fc 386%{_datadir}/augeas/lenses/libreport.aug
59b16745 387%dir %{_datadir}/libreport
259e35fc
JB
388%dir %{_datadir}/libreport/conf.d
389%dir %{_datadir}/libreport/conf.d/plugins
59b16745
JB
390%dir %{_datadir}/libreport/events
391%dir %{_datadir}/libreport/workflows
392%{_mandir}/man5/forbidden_words.conf.5*
4e7d5436 393%{_mandir}/man5/ignored_words.conf.5*
fabfa611
JR
394%{_mandir}/man5/report_event.conf.5*
395
fabfa611
JR
396%files devel
397%defattr(644,root,root,755)
6a2e0478
JB
398%attr(755,root,root) %{_libdir}/libreport.so
399%attr(755,root,root) %{_libdir}/libabrt_dbus.so
fabfa611
JR
400%dir %{_includedir}/libreport
401%{_includedir}/libreport/client.h
742c5e14 402%{_includedir}/libreport/config_item_info.h
fabfa611
JR
403%{_includedir}/libreport/dump_dir.h
404%{_includedir}/libreport/event_config.h
742c5e14 405%{_includedir}/libreport/file_obj.h
267c13ea 406%{_includedir}/libreport/libreport_types.h
fabfa611
JR
407%{_includedir}/libreport/problem_data.h
408%{_includedir}/libreport/report.h
409%{_includedir}/libreport/run_event.h
410%{_includedir}/libreport/internal_abrt_dbus.h
411%{_includedir}/libreport/internal_libreport.h
742c5e14 412%{_includedir}/libreport/workflow.h
97b82249 413%{_includedir}/libreport/xml_parser.h
ba330959 414%{_pkgconfigdir}/libreport.pc
fabfa611
JR
415
416%files web
417%defattr(644,root,root,755)
418%attr(755,root,root) %{_libdir}/libreport-web.so.*.*
419%attr(755,root,root) %ghost %{_libdir}/libreport-web.so.0
420
421%files web-devel
422%defattr(644,root,root,755)
423%attr(755,root,root) %{_libdir}/libreport-web.so
424%{_includedir}/libreport/libreport_curl.h
425%{_pkgconfigdir}/libreport-web.pc
426
00cca651 427%files -n python-%{name}
fabfa611 428%defattr(644,root,root,755)
fa7dfe3b
JB
429%dir %{py_sitedir}/report
430%attr(755,root,root) %{py_sitedir}/report/_pyreport.so
431%{py_sitedir}/report/*.py[co]
432%dir %{py_sitedir}/report/io
433%{py_sitedir}/report/io/*.py[co]
434%dir %{py_sitedir}/reportclient
435%attr(755,root,root) %{py_sitedir}/reportclient/_reportclient.so
436%{py_sitedir}/reportclient/*.py[co]
437
438%files -n python3-%{name}
439%defattr(644,root,root,755)
440%dir %{py3_sitedir}/report
441%attr(755,root,root) %{py3_sitedir}/report/_py3report.so
442%{py3_sitedir}/report/*.py*
443%dir %{py3_sitedir}/report/io
444%{py3_sitedir}/report/io/*.py*
fabfa611
JR
445
446%files cli
447%defattr(644,root,root,755)
448%attr(755,root,root) %{_bindir}/report-cli
449%{_mandir}/man1/report-cli.1*
450
451%files newt
452%defattr(644,root,root,755)
453%attr(755,root,root) %{_bindir}/report-newt
59b16745 454%{_mandir}/man1/report-newt.1*
fabfa611
JR
455
456%files gtk
457%defattr(644,root,root,755)
458%attr(755,root,root) %{_bindir}/report-gtk
459%attr(755,root,root) %{_libdir}/libreport-gtk.so.*.*
460%attr(755,root,root) %ghost %{_libdir}/libreport-gtk.so.0
59b16745 461%{_mandir}/man1/report-gtk.1*
fabfa611
JR
462
463%files gtk-devel
464%defattr(644,root,root,755)
465%attr(755,root,root) %{_libdir}/libreport-gtk.so
466%{_includedir}/libreport/internal_libreport_gtk.h
467%{_pkgconfigdir}/libreport-gtk.pc
468
742c5e14
JB
469%files plugin-bugzilla
470%defattr(644,root,root,755)
471%attr(755,root,root) %{_bindir}/reporter-bugzilla
472%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla.conf
473%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format.conf
474%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_kernel.conf
475%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_libreport.conf
476%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_formatdup.conf
477%config(noreplace) %{_sysconfdir}/libreport/events/report_Bugzilla.conf
478%config(noreplace) %{_sysconfdir}/libreport/events.d/bugzilla_event.conf
259e35fc
JB
479%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.bugzilla.xml
480%{_datadir}/libreport/conf.d/plugins/bugzilla.conf
59b16745 481%{_datadir}/libreport/events/report_Bugzilla.xml
fa7dfe3b 482%{_datadir}/libreport/events/watch_Bugzilla.xml
742c5e14 483%{_mandir}/man1/reporter-bugzilla.1*
59b16745
JB
484%{_mandir}/man5/bugzilla.conf.5*
485%{_mandir}/man5/bugzilla_event.conf.5*
486%{_mandir}/man5/bugzilla_format.conf.5*
487%{_mandir}/man5/bugzilla_format_kernel.conf.5*
488%{_mandir}/man5/bugzilla_format_libreport.conf.5*
489%{_mandir}/man5/bugzilla_formatdup.conf.5*
490%{_mandir}/man5/report_Bugzilla.conf.5*
742c5e14 491
fabfa611
JR
492%files plugin-kerneloops
493%defattr(644,root,root,755)
fabfa611 494%attr(755,root,root) %{_bindir}/reporter-kerneloops
59b16745 495%{_datadir}/libreport/events/report_Kerneloops.xml
fabfa611
JR
496%{_mandir}/man1/reporter-kerneloops.1*
497
498%files plugin-logger
499%defattr(644,root,root,755)
6a2e0478 500%attr(755,root,root) %{_bindir}/reporter-print
fabfa611 501%{_sysconfdir}/libreport/events/report_Logger.conf
59b16745 502%{_datadir}/libreport/events/report_Logger.xml
fabfa611 503%config(noreplace) %{_sysconfdir}/libreport/events.d/print_event.conf
fabfa611 504%{_mandir}/man1/reporter-print.1*
59b16745
JB
505%{_mandir}/man5/print_event.conf.5*
506%{_mandir}/man5/report_Logger.conf.5*
fabfa611
JR
507
508%files plugin-mailx
509%defattr(644,root,root,755)
6a2e0478 510%attr(755,root,root) %{_bindir}/reporter-mailx
fabfa611
JR
511%config(noreplace) %{_sysconfdir}/libreport/plugins/mailx.conf
512%config(noreplace) %{_sysconfdir}/libreport/events.d/mailx_event.conf
259e35fc
JB
513%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.mailx.xml
514%{_datadir}/libreport/conf.d/plugins/mailx.conf
59b16745 515%{_datadir}/libreport/events/report_Mailx.xml
fabfa611 516%{_mandir}/man1/reporter-mailx.1*
59b16745
JB
517%{_mandir}/man5/mailx.conf.5*
518%{_mandir}/man5/mailx_event.conf.5*
fabfa611 519
742c5e14 520%files plugin-reportuploader
6a2e0478 521%defattr(644,root,root,755)
742c5e14
JB
522%attr(755,root,root) %{_bindir}/reporter-upload
523%config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf
4e7d5436
JB
524%config(noreplace) %{_sysconfdir}/libreport/plugins/upload.conf
525%{_datadir}/libreport/conf.d/plugins/upload.conf
59b16745
JB
526%{_datadir}/libreport/events/report_Uploader.xml
527%{_datadir}/libreport/workflows/workflow_Upload.xml
742c5e14 528%{_mandir}/man1/reporter-upload.1*
59b16745 529%{_mandir}/man5/uploader_event.conf.5*
6a2e0478 530
fabfa611
JR
531%files plugin-rhtsupport
532%defattr(644,root,root,755)
6a2e0478 533%attr(755,root,root) %{_bindir}/reporter-rhtsupport
fabfa611
JR
534%config(noreplace) %{_sysconfdir}/libreport/plugins/rhtsupport.conf
535%config(noreplace) %{_sysconfdir}/libreport/events.d/rhtsupport_event.conf
259e35fc
JB
536%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.rhtsupport.xml
537%{_datadir}/libreport/conf.d/plugins/rhtsupport.conf
59b16745 538%{_datadir}/libreport/events/report_RHTSupport.xml
fabfa611 539%{_mandir}/man1/reporter-rhtsupport.1*
59b16745
JB
540%{_mandir}/man5/rhtsupport.conf.5*
541%{_mandir}/man5/rhtsupport_event.conf.5*
fabfa611 542
742c5e14 543%files plugin-ureport
fabfa611 544%defattr(644,root,root,755)
742c5e14 545%attr(755,root,root) %{_bindir}/reporter-ureport
97b82249 546%config(noreplace) %{_sysconfdir}/libreport/events.d/emergencyanalysis_event.conf
259e35fc
JB
547%config(noreplace) %{_sysconfdir}/libreport/plugins/ureport.conf
548%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.ureport.xml
549%{_datadir}/libreport/conf.d/plugins/ureport.conf
59b16745
JB
550%{_datadir}/libreport/events/report_uReport.xml
551%{_datadir}/libreport/events/report_EmergencyAnalysis.xml
552%{_mandir}/man1/reporter-ureport.1*
553%{_mandir}/man5/emergencyanalysis_event.conf.5*
259e35fc 554%{_mandir}/man5/ureport.conf.5*
742c5e14
JB
555
556%files anaconda
557%defattr(644,root,root,755)
267c13ea
JB
558%config(noreplace) %{_sysconfdir}/libreport/events.d/bugzilla_anaconda_event.conf
559%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_anaconda.conf
560%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_formatdup_anaconda.conf
742c5e14 561%config(noreplace) %{_sysconfdir}/libreport/workflows.d/anaconda_event.conf
59b16745
JB
562%{_datadir}/libreport/workflows/workflow_AnacondaFedora.xml
563%{_datadir}/libreport/workflows/workflow_AnacondaRHEL.xml
259e35fc 564%{_datadir}/libreport/workflows/workflow_AnacondaRHELBugzilla.xml
59b16745
JB
565%{_datadir}/libreport/workflows/workflow_AnacondaUpload.xml
566%{_mandir}/man5/anaconda_event.conf.5*
567%{_mandir}/man5/bugzilla_anaconda_event.conf.5*
568%{_mandir}/man5/bugzilla_format_anaconda.conf.5*
569%{_mandir}/man5/bugzilla_formatdup_anaconda.conf.5*
742c5e14
JB
570
571%files fedora
572%defattr(644,root,root,755)
742c5e14 573%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_fedora.conf
59b16745
JB
574%{_datadir}/libreport/workflows/workflow_Fedora*.xml
575%{_mandir}/man5/report_fedora.conf.5*
97b82249
JB
576
577%files rhel
578%defattr(644,root,root,755)
97b82249 579%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_rhel.conf
259e35fc 580%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_rhel_bugzilla.conf
59b16745
JB
581%{_datadir}/libreport/workflows/workflow_RHEL*.xml
582%{_mandir}/man5/report_rhel.conf.5*
259e35fc 583%{_mandir}/man5/report_rhel_bugzilla.conf.5*
This page took 0.177484 seconds and 4 git commands to generate.