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