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