]> git.pld-linux.org Git - packages/bug-buddy.git/blob - bug-buddy.spec
a607cc005dbc8d4bcb481176c2af85d45d23c671
[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.6.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.6/%{name}-%{version}.tar.bz2
9 # Source0-md5:  a9a8fb40fc762fb09ab587c2e0460653
10 Patch0:         %{name}-locale-names.patch
11 URL:            http://www.gnome.org/
12 BuildRequires:  GConf2-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  glib2-devel >= 2.4.0
16 BuildRequires:  gtk+2-devel >= 2:2.4.0
17 BuildRequires:  gnome-desktop-devel >= 2.6.0
18 BuildRequires:  gnome-vfs2-devel >= 2.6.0
19 BuildRequires:  intltool >= 0.29
20 BuildRequires:  libglade2-devel >= 1:2.3.6
21 BuildRequires:  libgnomeui-devel >= 2.6.0
22 BuildRequires:  libxml2-devel >= 2.4.6
23 BuildRequires:  scrollkeeper >= 0.3.8
24 Requires(post): GConf2
25 Requires(post): 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
45 mv po/{no,nb}.po
46
47 %build
48 glib-gettextize --copy --force
49 intltoolize --copy --force
50 %{__aclocal}
51 %{__autoconf}
52 %{__automake}
53 %configure \
54         --disable-schemas-install
55
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT \
63         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
64
65 %find_lang %{name} --with-gnome --all-name
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %post
71 /usr/bin/scrollkeeper-update
72 %gconf_schema_install
73
74 %postun -p /usr/bin/scrollkeeper-update
75
76 %files -f %{name}.lang
77 %defattr(644,root,root,755)
78 %doc AUTHORS ChangeLog NEWS README TODO docs/multiple_bts.txt
79 %attr(755,root,root) %{_bindir}/*
80 %{_mandir}/man1/*
81 %{_datadir}/application-registry/*
82 %{_datadir}/%{name}
83 %{_datadir}/mime-info/*
84 %{_desktopdir}/*
85 %{_pixmapsdir}/*
86 %{_omf_dest_dir}/*
87 %{_sysconfdir}/gconf/schemas/*
This page took 0.031713 seconds and 3 git commands to generate.