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

Revision 4704, 5.0 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2 beta 1 (3.1.90)

Line 
1%define ver     2.32.0
2%define rel     3%{?_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* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-3
88- rebuild with evolution-data-server-3.1.90
89
90* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-2
91- rebuild with evolution-data-server-3.1.4
92
93* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
94- new upstream release
95
96* Tue Jun 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-2
97- rebuild with evolution-data-server-2.30.2
98
99* Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
100- new upstream release
101- add BuildRequires: elfutils-libelf-devel, gnome-doc-utils
102
103* Sun Nov  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
104- new upstream release
105
106* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
107- new upstream release
108
109* Tue Oct 28 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.1-1vl5
110- new upstream release
111
112* Sat Oct 18 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.0-1vl5
113- new upstream release
114- spec in UTF-8
115
116* Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
117- new upstream release
118- added BuildRequires: libsoup-devel >= 2.4.0
119
120* Tue Jan 15 2008 Shu KONNO <owa@bg.wakwak.com> 2.20.1-0vl2
121- fixed %%files (if not i386)
122
123* Mon Dec 24 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.1-0vl1
124- new upstream release
125
126* Sat Jul 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.1-0vl3
127- rebuilt with evolution-data-server-devel 1.10.3.1
128
129* Mon Jul 02 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.18.1-0vl2
130- add following BuildRequires:
131  gnome-desktop-devel, libgtop2-devel, evolution-data-server-devel
132
133* Sun Jun 10 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.1-0vl1
134- new upstream release
135
136* Sun Oct 15 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.0-0vl1
137- new upstream release
138
139* Wed Mar 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.90-0vl1
140- new upstream release
141
142* Mon Sep 12 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.1-0vl1
143- new upstream release
144- added %post, %postun section
145
146* Fri Sep 12 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.0-1vl1
147- new upstream release
148- chagned URL (based on Rawhide 2.4.0-1)
149
150* Sat Jul 12 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.106-0vl1
151- rebuild with new toolchains and gnome2
152- s/Copyright/License/
153
154* Wed Mar 28 2001 Akira TAGOH <tagoh@gnome.gr.jp> 1.2-0vl1
155- Build for Vine.
156
157* Wed Feb 23 2000  Jacob Berkman  <jacob@helixcode.com>
158- don't say we own the pixmaps/ dir
159
160* Wed Nov 10 1999  Jacob Berkman  <jberkman@andrew.cmu.edu>
161- fixed up for insertion into the CVS
162
163* Fri Nov 05 1999  Ned Rhudy  <nrhudy@pabus.com>
164- the first incarnation of the spec file...watch it not work
165
Note: See TracBrowser for help on using the repository browser.