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