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