~wwoods/apport/fedora

« back to all changes in this revision

Viewing changes to apport.spec

  • Committer: Will Woods
  • Date: 2007-07-14 05:06:50 UTC
  • Revision ID: wwoods@wills-mini.earthlink.net-20070714050650-j3znem61ferxsbic
spec updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Summary: read, write, and modify problem reports
2
2
Name: apport
3
3
Version: 0.90
4
 
Release: 0.ww3%{dist}
 
4
Release: 0.ww4%{dist}
5
5
Source0: %{name}_%{version}.tar.gz
6
6
Patch0: apport-%{version}-fedora.patch
7
7
License: GPL
70
70
environment variables), the entire process of retracing crashes in
71
71
chroots can happen with normal user privileges.
72
72
 
 
73
%package tg-crashdb
 
74
Summary: web-based crash database for apport, using TurboGears
 
75
Group: Applications/System
 
76
Requires: TurboGears
 
77
%description tg-crashdb
 
78
apport-tg-crashdb is a TurboGears application for storing and displaying
 
79
crash reports from apport. 
 
80
 
73
81
%prep
74
82
%setup -n apport
75
 
%patch0 -p1 -b .fedora
 
83
%patch0 -p1
76
84
 
77
85
%build
78
86
python setup.py build
85
93
ln -s packaging_fedora.py apport/packaging_impl.py
86
94
# set up the retrace program
87
95
cp -f bin/fedora-apport-retrace bin/apport-retrace
 
96
# build tg-crashdb
 
97
cd tg-crashdb
 
98
python setup.py build
88
99
 
89
100
%install
90
101
rm -rf $RPM_BUILD_ROOT # clean up before we begin
105
116
install -m755 apport.init.fedora $RPM_BUILD_ROOT/etc/rc.d/init.d/apport
106
117
# FIXME apport-chroot isn't useful.. yet
107
118
rm -rf $RPM_BUILD_ROOT/usr/share/apport/apport-chroot
 
119
# install tg-crashdb
 
120
cd tg-crashdb
 
121
python setup.py install --root=$RPM_BUILD_ROOT \
 
122
                        --install-scripts usr/share/apport
108
123
 
109
124
%clean
110
125
rm -rf $RPM_BUILD_ROOT
168
183
# FIXME not useful yet
169
184
#/usr/share/apport/apport-chroot
170
185
 
 
186
%files tg-crashdb
 
187
/usr/lib/python*/site-packages/tgcrashdb/*
 
188
/usr/share/apport/start-tgcrashdb.py
 
189
 
171
190
%changelog
172
191
* Fri Jul 13 2007 - Will Woods <wwoods@redhat.com> - 0.90
173
192
- Update to upstream 0.90