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