]> git.pld-linux.org Git - packages/bug-buddy.git/blob - bug-buddy.spec
- updated gettext BR
[packages/bug-buddy.git] / bug-buddy.spec
1 Summary:        Utility to ease the reporting of bugs within the GNOME
2 Summary(pl.UTF-8):      Narzędzie ułatwiające zgłaszanie błędów w środowisku GNOME
3 Name:           bug-buddy
4 Version:        2.32.0
5 Release:        7
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/bug-buddy/2.32/%{name}-%{version}.tar.bz2
9 # Source0-md5:  86a84389c206396eba680e93288d04c8
10 URL:            http://www.gnome.org/
11 BuildRequires:  GConf2-devel >= 2.26.0
12 BuildRequires:  autoconf
13 BuildRequires:  automake >= 1:1.9
14 BuildRequires:  cyrus-sasl-devel >= 2.0
15 BuildRequires:  elfutils-devel
16 BuildRequires:  evolution-data-server-devel >= 2.26.0
17 BuildRequires:  gettext-tools
18 BuildRequires:  glib2-devel >= 1:2.20.0
19 BuildRequires:  gnome-common
20 BuildRequires:  gnome-doc-utils >= 0.12.0
21 BuildRequires:  gtk+2-devel >= 2:2.16.0
22 BuildRequires:  intltool >= 0.40.0
23 BuildRequires:  libbonobo-devel >= 2.24.0
24 BuildRequires:  libgdata-devel
25 BuildRequires:  libgtop-devel >= 2.14.8
26 BuildRequires:  libsoup-devel >= 2.26.0
27 BuildRequires:  libtool
28 BuildRequires:  libxml2-devel >= 1:2.6.31
29 BuildRequires:  pkgconfig
30 BuildRequires:  rpmbuild(macros) >= 1.311
31 BuildRequires:  scrollkeeper >= 0.3.8
32 Requires(post,postun):  gtk-update-icon-cache
33 Requires(post,postun):  hicolor-icon-theme
34 Requires(post,preun):   GConf2
35 Requires:       gtk+2 >= 2:2.16.0
36 # sr@Latn vs. sr@latin
37 Conflicts:      glibc-misc < 6:2.7
38 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39
40 %description
41 bug-buddy is a druid based tool which steps you through the GNOME bug
42 submission process. It can automatically obtain stack traces from core
43 files or crashed applications. Debian and KDE bug tracking systems are
44 also supported.
45
46 %description -l pl.UTF-8
47 bug-buddy jest narzędziem przeprowadzającym przez proces składania
48 raportu o błędzie w środowisku GNOME. Potrafi on automatycznie uzyskać
49 ślady ze stosu (backtrace) z plików core lub wywracających się
50 aplikacji. Wspierane są również systemy obsługi błędów Debiana oraz
51 KDE.
52
53 %prep
54 %setup -q
55
56 %build
57 %{__glib_gettextize}
58 %{__intltoolize}
59 %{__libtoolize}
60 %{__gnome_doc_common}
61 %{__aclocal}
62 %{__autoconf}
63 %{__autoheader}
64 %{__automake}
65 %configure \
66         --disable-schemas-install \
67         --disable-scrollkeeper
68 %{__make}
69
70 %install
71 rm -rf $RPM_BUILD_ROOT
72
73 %{__make} install \
74         DESTDIR=$RPM_BUILD_ROOT \
75         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
76
77 # no theme provides such icons
78 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/icons/HighContrastLargePrint
79
80 %{__rm} $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/libgnomesegvhandler.la
81
82 %find_lang %{name} --all-name
83
84 %clean
85 rm -rf $RPM_BUILD_ROOT
86
87 %post
88 /sbin/ldconfig
89 %gconf_schema_install bug-buddy.schemas
90 %update_icon_cache hicolor
91
92 %preun
93 %gconf_schema_uninstall bug-buddy.schemas
94
95 %postun
96 /sbin/ldconfig
97 %update_icon_cache hicolor
98
99 %files -f %{name}.lang
100 %defattr(644,root,root,755)
101 %doc AUTHORS ChangeLog NEWS README TODO
102 %attr(755,root,root) %{_bindir}/bug-buddy
103 %attr(755,root,root) %{_libdir}/gtk-2.0/modules/libgnomesegvhandler.so
104 %{_datadir}/%{name}
105 %{_desktopdir}/bug-buddy.desktop
106 %{_iconsdir}/hicolor/*/*/bug-buddy.png
107 %{_iconsdir}/hicolor/*/*/bug-buddy.svg
108 %{_sysconfdir}/gconf/schemas/bug-buddy.schemas
109 %{_mandir}/man1/*.1*
This page took 0.052413 seconds and 3 git commands to generate.