]> git.pld-linux.org Git - packages/bug-buddy.git/blob - bug-buddy.spec
- updated to 2.4.1
[packages/bug-buddy.git] / bug-buddy.spec
1 Summary:        Utility to ease the reporting of bugs within the GNOME
2 Summary(pl):    Narzêdzie u³atwiaj±ce zg³aszanie b³êdów w ¶rodowisku GNOME
3 Name:           bug-buddy
4 Version:        2.4.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.4/%{name}-%{version}.tar.bz2
9 # Source0-md5:  8965333fe4f96982b4d77367c50d53ce
10 URL:            http://www.gnome.org/
11 BuildRequires:  gnome-vfs2-devel >= 2.2.0
12 BuildRequires:  libglade2-devel
13 BuildRequires:  libgnomecanvas-devel >= 2.4.0
14 BuildRequires:  libgnomeui-devel
15 BuildRequires:  libxml2-devel
16 BuildRequires:  scrollkeeper
17 BuildRequires:  gnome-desktop
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 bug-buddy is a druid based tool which steps you through the GNOME bug
22 submission process. It can automatically obtain stack traces from core
23 files or crashed applications. Debian and KDE bug tracking systems are
24 also supported.
25
26 %description -l pl
27 bug-budy jest narzêdziem przeprowadzaj±cym Ciê przez proces sk³adania
28 raportu o b³êdzie w ¶rodowisku GNOME. Potrafi on automatycznie uzyskaæ
29 ¶lady ze stosu (backtrace) z plików core lub wywracaj±cych siê
30 aplikacji. Wspierane s± równie¿ systemy obs³ugi b³êdów Debiana oraz
31 KDE.
32
33 %prep
34 %setup -q
35
36 %build
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %find_lang %{name} --with-gnome --all-name
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %post   -p /usr/bin/scrollkeeper-update
52 %postun -p /usr/bin/scrollkeeper-update
53
54 %files -f %{name}.lang
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog NEWS README TODO docs/multiple_bts.txt
57 %attr(755,root,root) %{_bindir}/*
58 %{_mandir}/man1/*
59 %{_datadir}/application-registry/*
60 %{_datadir}/bug-buddy
61 %{_datadir}/mime-info/*
62 %{_desktopdir}/*
63 %{_pixmapsdir}/*
64 %{_omf_dest_dir}/*
This page took 0.060941 seconds and 3 git commands to generate.