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