source: projects/specs/trunk/b/bug-buddy/bug-buddy-vl.spec @ 4616

Revision 4616, 4.9 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

Line 
1%define ver     2.32.0
2%define rel     2%{?_dist_release}
3
4Summary:        A bug reporting utility for GNOME.
5Summary(ja):    GNOME用バグ報告ユーティリティ
6Name:           bug-buddy
7Version:        %{ver}
8Release:        %{rel}
9License:        GPL
10Group:          Applications/System
11Source:         ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/2.32/%{name}-%{ver}.tar.bz2
12URL:            http://ftp.gnome.org/pub/GNOME/sources/bug-buddy/
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15BuildRequires: libbonobo-devel
16BuildRequires: libxml2-devel >= 2.4.6
17BuildRequires: gtk2-devel >= 2.21.7
18BuildRequires: glib2-devel >= 2.25.15
19BuildRequires: libsoup-devel >= 2.32.0
20BuildRequires: libgtop2-devel >= 2.28.2
21BuildRequires: GConf2-devel
22BuildRequires: evolution-data-server-devel >= 2.32.0
23BuildRequires: elfutils-libelf-devel
24BuildRequires: gnome-doc-utils >= 0.3.2
25
26Requires(post,postun): scrollkeeper
27Requires(post): GConf2
28
29Vendor: Project Vine
30Distribution: Vine Linux
31Packager: Takemikaduchi
32
33%description
34Bug-buddy is a bug reporting utility for the GNOME desktop GUI
35environment. Bug-buddy can obtain a stack trace from a core file or
36crashed application; it can determine the versions of packages
37installed on your system; it can be started from gmc (by
38double-clicking on a core file) and from the crash dialog; and it
39supports the GNOME, KDE, Debian, and Ximian bug tracking systems.
40
41%prep
42%setup -q
43
44%build
45%configure --disable-schemas-install --disable-scrollkeeper
46
47%__make %{?_smp_mflags}
48
49%install
50[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
51
52export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
53%makeinstall
54unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
55
56rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
57rm -f  $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
58rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.{a,la}
59rm -f $RPM_BUILD_ROOT%{_libdir}/bug-buddy/libbreakpad.{a,la}
60
61%find_lang %{name}
62
63%clean
64[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
65
66%post
67scrollkeeper-update > /dev/null 2>&1 || :
68export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
69gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/bug-buddy.schemas > /dev/null
70
71%postun
72scrollkeeper-update > /dev/null 2>&1 || :
73
74%files -f %{name}.lang
75%defattr(-, root, root)
76%doc AUTHORS COPYING ChangeLog NEWS README TODO
77%config %{_sysconfdir}/gconf/schemas/bug-buddy.schemas
78%{_bindir}/*
79%{_libdir}/gtk-2.0/modules/*.so
80%{_datadir}/bug-buddy
81%{_datadir}/applications/*
82%{_datadir}/icons/*
83%{_mandir}/man1/*
84
85
86%changelog
87* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-2
88- rebuild with evolution-data-server-3.1.4
89
90* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
91- new upstream release
92
93* Tue Jun 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-2
94- rebuild with evolution-data-server-2.30.2
95
96* Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
97- new upstream release
98- add BuildRequires: elfutils-libelf-devel, gnome-doc-utils
99
100* Sun Nov  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
101- new upstream release
102
103* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
104- new upstream release
105
106* Tue Oct 28 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.1-1vl5
107- new upstream release
108
109* Sat Oct 18 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.0-1vl5
110- new upstream release
111- spec in UTF-8
112
113* Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
114- new upstream release
115- added BuildRequires: libsoup-devel >= 2.4.0
116
117* Tue Jan 15 2008 Shu KONNO <owa@bg.wakwak.com> 2.20.1-0vl2
118- fixed %%files (if not i386)
119
120* Mon Dec 24 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.1-0vl1
121- new upstream release
122
123* Sat Jul 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.1-0vl3
124- rebuilt with evolution-data-server-devel 1.10.3.1
125
126* Mon Jul 02 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.18.1-0vl2
127- add following BuildRequires:
128  gnome-desktop-devel, libgtop2-devel, evolution-data-server-devel
129
130* Sun Jun 10 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.1-0vl1
131- new upstream release
132
133* Sun Oct 15 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.0-0vl1
134- new upstream release
135
136* Wed Mar 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.90-0vl1
137- new upstream release
138
139* Mon Sep 12 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.1-0vl1
140- new upstream release
141- added %post, %postun section
142
143* Fri Sep 12 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.0-1vl1
144- new upstream release
145- chagned URL (based on Rawhide 2.4.0-1)
146
147* Sat Jul 12 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.106-0vl1
148- rebuild with new toolchains and gnome2
149- s/Copyright/License/
150
151* Wed Mar 28 2001 Akira TAGOH <tagoh@gnome.gr.jp> 1.2-0vl1
152- Build for Vine.
153
154* Wed Feb 23 2000  Jacob Berkman  <jacob@helixcode.com>
155- don't say we own the pixmaps/ dir
156
157* Wed Nov 10 1999  Jacob Berkman  <jberkman@andrew.cmu.edu>
158- fixed up for insertion into the CVS
159
160* Fri Nov 05 1999  Ned Rhudy  <nrhudy@pabus.com>
161- the first incarnation of the spec file...watch it not work
162
Note: See TracBrowser for help on using the repository browser.