]> git.pld-linux.org Git - packages/bug-buddy.git/blob - bug-buddy.spec
90958e8287e0a883bbcd0ddc67a8ee5ec164a6f4
[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.8.0
5 Release:        3
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.8/%{name}-%{version}.tar.bz2
9 # Source0-md5:  b4c90bb9e1762803d083026b000349ea
10 Patch0:         %{name}-desktop.patch
11 Patch1:         %{name}-omf.patch
12 URL:            http://www.gnome.org/
13 BuildRequires:  GConf2-devel >= 2.7.92
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  gnome-desktop-devel >= 2.7.92
17 BuildRequires:  gnome-vfs2-devel >= 2.7.92
18 BuildRequires:  gtk+2-devel >= 2:2.4.0
19 BuildRequires:  intltool >= 0.29
20 BuildRequires:  libglade2-devel >= 1:2.4.0
21 BuildRequires:  libgnomeui-devel >= 2.7.92
22 BuildRequires:  libxml2-devel >= 2.4.6
23 BuildRequires:  scrollkeeper >= 0.3.8
24 Requires(post): GConf2 >= 2.7.92
25 Requires(post,postun):  scrollkeeper
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 bug-buddy is a druid based tool which steps you through the GNOME bug
30 submission process. It can automatically obtain stack traces from core
31 files or crashed applications. Debian and KDE bug tracking systems are
32 also supported.
33
34 %description -l pl
35 bug-budy jest narzêdziem przeprowadzaj±cym Ciê przez proces sk³adania
36 raportu o b³êdzie w ¶rodowisku GNOME. Potrafi on automatycznie uzyskaæ
37 ¶lady ze stosu (backtrace) z plików core lub wywracaj±cych siê
38 aplikacji. Wspierane s± równie¿ systemy obs³ugi b³êdów Debiana oraz
39 KDE.
40
41 %prep
42 %setup -q
43 %patch0 -p1
44 %patch1 -p1
45
46 %build
47 glib-gettextize --copy --force
48 intltoolize --copy --force
49 %{__aclocal}
50 %{__autoconf}
51 %{__automake}
52 %configure \
53         --disable-schemas-install
54
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT \
62         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
63
64 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
65
66 %find_lang %{name} --with-gnome --all-name
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %post
72 umask 022
73 /usr/bin/scrollkeeper-update
74 %gconf_schema_install
75 [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1 ||:
76
77 %postun
78 umask 022
79 /usr/bin/scrollkeeper-update
80 [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1
81
82 %files -f %{name}.lang
83 %defattr(644,root,root,755)
84 %doc AUTHORS ChangeLog NEWS README TODO docs/multiple_bts.txt
85 %attr(755,root,root) %{_bindir}/*
86 %{_mandir}/man1/*
87 %{_datadir}/application-registry/*
88 %{_datadir}/%{name}
89 %{_datadir}/mime-info/*
90 %{_desktopdir}/*
91 %{_pixmapsdir}/*
92 %{_omf_dest_dir}/*
93 %{_sysconfdir}/gconf/schemas/*
This page took 0.057738 seconds and 3 git commands to generate.