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