X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=libreport.spec;h=d374d3e2695701791651bd8b8fa71a588d46ed06;hb=fc47826ec1a4f5b16dce4981759cc7929466b766;hp=2703047369914508312f949a6dfd15b4b759ba1a;hpb=24d7432214f71724fbf48042bb5be6bf6e5f0e7a;p=packages%2Flibreport.git diff --git a/libreport.spec b/libreport.spec index 2703047..d374d3e 100644 --- a/libreport.spec +++ b/libreport.spec @@ -2,22 +2,20 @@ # # Conditional build: %bcond_without tests # "make check" -# + Summary: Generic library for reporting various problems Summary(pl.UTF-8): Ogólna biblioteka do zgłaszania różnych problemów Name: libreport -Version: 2.6.0 -Release: 4 +Version: 2.7.2 +Release: 1 License: GPL v2+ Group: Libraries Source0: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz -# Source0-md5: 764ef9745518391abe8349f979d6ce1d -Patch0: format-security.patch -Patch1: %{name}-ILP32.patch -URL: https://fedorahosted.org/abrt/ +# Source0-md5: ee5a2424e23813e6ae80dbe06aac0455 +URL: https://github.com/abrt/libreport BuildRequires: asciidoc -%{?with_tests:BuildRequires: augeas} BuildRequires: augeas-devel +%{?with_tests:BuildRequires: augeas} BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: curl-devel @@ -35,8 +33,10 @@ BuildRequires: libxml2-devel >= 2 BuildRequires: newt-devel BuildRequires: nss-devel BuildRequires: pkgconfig +# /etc/system-release for non-empty os_release content +%{?with_tests:BuildRequires: pld-release >= 3.0-8} BuildRequires: python-devel >= 2 -BuildRequires: python3-devel >= 3 +BuildRequires: python3-devel >= 1:3 BuildRequires: rpmbuild(macros) >= 1.612 BuildRequires: satyr-devel # libsystemd-journal @@ -307,8 +307,8 @@ infrastruktury Fedory lub przesyłając zebrane dane po ftp/scp. Summary: Default configuration for reporting bugs via CentOS infrastructure Summary(pl.UTF-8): Domyślna konfiguracja do zgłaszania błędów poprzez infrastrukturę CentOS Group: Applications/File -Requires: %{name}-web = %{version}-%{release} Requires: %{name}-plugin-mantisbt = %{version}-%{release} +Requires: %{name}-web = %{version}-%{release} %description centos Default configuration for reporting bugs via CentOS infrastructure @@ -353,8 +353,6 @@ zgłaszania błędów w systemach RHEL. %prep %setup -q -%patch0 -p1 -%patch1 -p1 %build %{__libtoolize} @@ -386,8 +384,10 @@ rm -rf $RPM_BUILD_ROOT %{__rm} $RPM_BUILD_ROOT%{py_sitedir}/report*/*.la %{__rm} $RPM_BUILD_ROOT%{py3_sitedir}/report*/*.la -# empty version ru -%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ru_RU +# empty versions of nb,ru +%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{no,ru_RU} +# not supported by glibc yet +%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{ach,aln,bal,ilo} %find_lang %{name} @@ -593,6 +593,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/reporter-upload %config(noreplace) %{_sysconfdir}/libreport/plugins/upload.conf +%config(noreplace) %{_sysconfdir}/libreport/events/report_Uploader.conf %config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf %config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_uploader.conf %{_datadir}/libreport/conf.d/plugins/upload.conf @@ -600,8 +601,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/libreport/workflows/workflow_Upload.xml %{_datadir}/libreport/workflows/workflow_UploadCCpp.xml %{_mandir}/man1/reporter-upload.1* +%{_mandir}/man5/report_Uploader.conf.5* %{_mandir}/man5/report_uploader.conf.5* %{_mandir}/man5/uploader_event.conf.5* +%{_mandir}/man5/upload.conf.5* %files plugin-rhtsupport %defattr(644,root,root,755) @@ -620,12 +623,15 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_bindir}/reporter-ureport %config(noreplace) %{_sysconfdir}/libreport/events.d/emergencyanalysis_event.conf %config(noreplace) %{_sysconfdir}/libreport/plugins/ureport.conf +%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_uReport.conf %{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.ureport.xml %{_datadir}/libreport/conf.d/plugins/ureport.conf %{_datadir}/libreport/events/report_uReport.xml %{_datadir}/libreport/events/report_EmergencyAnalysis.xml +%{_datadir}/libreport/workflows/workflow_uReport.xml %{_mandir}/man1/reporter-ureport.1* %{_mandir}/man5/emergencyanalysis_event.conf.5* +%{_mandir}/man5/report_uReport.conf.5* %{_mandir}/man5/ureport.conf.5* %files anaconda