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