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