New version 0.0.2
This commit is contained in:
parent
ea7c59e3c1
commit
b1bfb09e86
3 changed files with 59 additions and 9 deletions
|
|
@ -1 +1 @@
|
|||
abrt-0.0.1.tar.gz
|
||||
abrt-0.0.2.tar.gz
|
||||
|
|
|
|||
64
abrt.spec
64
abrt.spec
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Automatic bug detection and reporting tool
|
||||
Name: abrt
|
||||
Version: 0.0.1
|
||||
Release: 14%{?dist}
|
||||
Version: 0.0.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://fedorahosted.org/crash-catcher/
|
||||
|
|
@ -9,14 +9,12 @@ Source: http://jmoskovc.fedorapeople.org/%{name}-%{version}.tar.gz
|
|||
Source1: abrt.init
|
||||
BuildRequires: dbus-c++-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: dbus-glib-devel
|
||||
BuildRequires: curl-devel
|
||||
BuildRequires: rpm-devel >= 4.6
|
||||
BuildRequires: sqlite-devel > 3.0
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Patch0: abrt-0.0.1-newenum.patch
|
||||
|
||||
%description
|
||||
%{name} is a tool to help users to detect defects in applications and
|
||||
to create a bug report with all informations needed by maintainer to fix it.
|
||||
|
|
@ -41,6 +39,7 @@ Development libraries and headers for %{name}.
|
|||
Summary: %{name}'s applet
|
||||
Group: User Interface/Desktops
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}-gui
|
||||
|
||||
%description applet
|
||||
Simple systray applet to notify user about new events detected by %{name}
|
||||
|
|
@ -64,6 +63,26 @@ Requires: %{name} = %{version}-%{release}
|
|||
This package contains hook for C/C++ crashed programs and %{name}'s C/C++
|
||||
language plugin.
|
||||
|
||||
%package addon-kerneloops
|
||||
Summary: %{name}'s kerneloops addon
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name}-plugin-kerneloopsreporter = %{version}-%{release}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description addon-kerneloops
|
||||
This package contains hook for kernel crashes information collecting.
|
||||
Application plugin.
|
||||
|
||||
%package plugin-kerneloopsreporter
|
||||
Summary: %{name}'s kerneloops reporter plugin
|
||||
Group: System Environment/Libraries
|
||||
Requires: curl
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description plugin-kerneloopsreporter
|
||||
This package contains reporter plugin, that sends, collected by %{name}'s kerneloops
|
||||
addon, information about kernel crashes to specified server, e.g. kerneloops.org.
|
||||
|
||||
%package plugin-sqlite3
|
||||
Summary: %{name}'s SQLite3 database plugin
|
||||
Group: System Environment/Libraries
|
||||
|
|
@ -93,7 +112,6 @@ email.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .newenum
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
|
@ -152,7 +170,7 @@ fi
|
|||
|
||||
%files applet
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/cc-applet
|
||||
%{_bindir}/%{name}-applet
|
||||
|
||||
%files gui
|
||||
%defattr(-,root,root,-)
|
||||
|
|
@ -166,6 +184,17 @@ fi
|
|||
%{_libdir}/%{name}/libCCpp.so*
|
||||
%{_libexecdir}/hookCCpp
|
||||
|
||||
%files addon-kerneloops
|
||||
%defattr(-,root,root,-)
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/plugins/Kerneloops.conf
|
||||
%{_libdir}/%{name}/libKerneloops.so*
|
||||
%{_libexecdir}/hookKerneloops
|
||||
|
||||
%files plugin-kerneloopsreporter
|
||||
%defattr(-,root,root,-)
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/plugins/KerneloopsReporter.conf
|
||||
%{_libdir}/%{name}/libKerneloopsReporter.so*
|
||||
|
||||
%files plugin-sqlite3
|
||||
%defattr(-,root,root,-)
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/plugins/SQLite3.conf
|
||||
|
|
@ -182,6 +211,27 @@ fi
|
|||
%{_libdir}/%{name}/libMailx.so*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 11 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.2-1
|
||||
- new version
|
||||
- removed unneeded patch for rpm 4.7
|
||||
- added kerneloops addon to rpm (aarapov)
|
||||
- added kerneloops addon and plugin (aarapov)
|
||||
- Made Crash() private
|
||||
- Applet requires gui, removed dbus-glib deps
|
||||
- Closing stdout in daemon rhbz#489622
|
||||
- Changed applet behaviour according to rhbz#489624
|
||||
- Changed gui according to rhbz#489624, fixed dbus timeouts
|
||||
- Increased timeout for async dbus calls to 60sec
|
||||
- deps cleanup, signal AnalyzeComplete has the crashreport as an argument.
|
||||
- Fixed empty package Description.
|
||||
- Fixed problem with applet tooltip on x86_64
|
||||
- More renaming issues fixed..
|
||||
- Changed BR from gtkmm24 to gtk2
|
||||
- Fixed saving of user comment
|
||||
- Added a progress bar, new Comment entry for user comments..
|
||||
- FILENAME_CMDLINE and FILENAME_RELEASE are optional
|
||||
- new default path to DB
|
||||
|
||||
* Sun Mar 08 2009 Caolán McNamara <caolanm@redhat.com> - 0.0.1-14
|
||||
- 0 -> RPMFI_NOHEADER enum for new rpmfiNew
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
37f179f0c438fc9a5906bbb00567f3ad abrt-0.0.1.tar.gz
|
||||
2622afa63a1176b0a754f564e879af12 abrt-0.0.2.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue