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