source: projects/specs/trunk/y/yelp/yelp-vl.spec @ 4850

Revision 4850, 11.6 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2.0

Line 
1%define glib2_version 2.30.0
2%define pango_version 1.28.4
3%define gtk3_version 3.2.0
4%define desktop_file_utils_version 0.17
5%define gnome_doc_utils_version 0.20.0
6%define rarian_version 0.7.0
7%define gnome_common_version 2.31.0
8
9Summary: A system documentation reader from the Gnome project.
10Summary(ja): GNOME プロジェクトのシステムドキュメントリーダ
11Name: yelp
12Version: 3.2.0
13Release: 1%{?_dist_release}
14
15URL: http://live.gnome.org/Yelp
16Source0: %{name}-%{version}.tar.xz
17Source10: man-convert-helper
18
19License: GPL
20Group: User Interface/Desktops
21BuildRoot: %{_tmppath}/%{name}-%{version}-root
22Requires: gtk3 >= %{gtk3_version}
23Requires: gnome-user-docs
24Requires: nkf
25Requires: yelp-xsl
26BuildRequires: glib2-devel >= %{glib2_version}
27BuildRequires: pango-devel >= %{pango_version}
28BuildRequires: gtk3-devel >= %{gtk3_version}
29BuildRequires: GConf2-devel
30BuildRequires: libxml2-devel >= 2.6.5
31BuildRequires: libxslt-devel >= 1.1.4
32BuildRequires: zlib-devel
33BuildRequires: xz-devel
34BuildRequires: bzip2-devel
35BuildRequires: startup-notification-devel >= 0.8
36BuildRequires: dbus-glib-devel
37BuildRequires: rarian-devel >= %{rarian_version}
38BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
39BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
40BuildRequires: gnome-common >= %{gnome_common_version}
41BuildRequires: yelp-xsl-devel
42BuildRequires: WebKit3-gtk-devel
43BuildRequires: sqlite3-devel
44BuildRequires: libSM-devel
45
46Vendor: Project Vine
47Distribution: Vine Linux
48Packager: Takemikaduchi
49
50%description
51Yelp is the Gnome 2 help/documentation browser. It is designed
52to help you browse all the documentation on your system in
53one central tool.
54
55%description -l ja
56Yelp は Gnome 2 のヘルプ/ドキュメントブラウザです。このツール
57によってシステム内の全てのドキュメントを参照できることを目標に
58作られています。
59
60%package libs
61Summary: Libraries for yelp
62Group: Development/Libraries
63Requires: %{name} = %{version}-%{release}
64
65%description libs
66This package contains libraries used by the yelp help browser.
67
68%package devel
69Summary: Development files for yelp-libs
70Group: Development/Libraries
71Requires: %{name}-libs = %{version}-%{release}
72
73%description devel
74This package contains header files and documentation for
75the libraries in the yelp-libs package.
76
77%prep
78%setup -q
79
80# autoreconf -f -i
81
82%build
83%configure \
84        --disable-static
85make
86
87%install
88rm -rf $RPM_BUILD_ROOT
89export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
90make install DESTDIR=$RPM_BUILD_ROOT
91unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
92
93mkdir -p -m 755 $RPM_BUILD_ROOT/%{_datadir}/gnome/help
94
95install -m755 %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/yelp/
96
97rm -rf $RPM_BUILD_ROOT%{_libdir}/*.{la,a}
98
99%find_lang %{name}
100
101%clean
102rm -rf $RPM_BUILD_ROOT
103
104%post
105update-desktop-database %{_datadir}/applications >& /dev/null ||:
106update-mime-database %{_datadir}/mime >& /dev/null ||:
107
108touch %{_datadir}/icons/hicolor
109#if [ -x /usr/bin/gtk-update-icon-cache ]; then
110#  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
111#fi
112
113%postun
114update-desktop-database %{_datadir}/applications >& /dev/null ||:
115update-mime-database %{_datadir}/mime >& /dev/null ||:
116glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
117
118%posttrans
119glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
120
121%files -f %{name}.lang
122%defattr(-,root,root)
123%{_bindir}/*
124%{_datadir}/applications/*
125%{_datadir}/glib-2.0/schemas/org.gnome.yelp.gschema.xml
126%dir %{_datadir}/gnome/help
127%{_datadir}/%{name}
128#%{_datadir}/icons/hicolor/*
129
130%files libs
131%defattr(-,root,root,-)
132%{_libdir}/libyelp.so.*
133
134%files devel
135%defattr(-,root,root,-)
136%{_libdir}/libyelp.so
137%{_includedir}/libyelp
138%{_datadir}/gtk-doc/html/libyelp
139
140
141
142%changelog
143* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
144- new upstream release
145
146* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
147- new upstream release
148- add BuildRequires: libSM-devel
149
150* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.2-1
151- new upstream release
152
153* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.1-1
154- new upstream release
155- create -libs and -devel sub package
156- add BuildRequires: yelp-xsl-devel, WebKit3-gtk-devel, sqlite3-devel
157- remove BuildRequires: xulrunner-devel
158- change BuildRequires: gtk3-devel instead of gtk2-devel
159- change BuildRequires: xz-devel instead of lzma-devel
160- drop old Patches
161
162* Sat Apr 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-3
163- update Patch2: yelp-2.30.2-add-mime-handling.patch
164
165* Wed Mar 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.2-2
166- rebuild with xulrunner-2.0
167- add Patch11 to build with xulrunner-2.0
168
169* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
170- new upstream release
171
172* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
173- new upstream release
174
175* Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
176- new upstream release
177- change Requires: gecko-libs -> xulrunner
178- change BuildRequires: gecko-devel -> xulrunner-devel
179- drop Patch11
180
181* Mon Mar 01 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.28.1-1
182- new upstream release
183- build with xulrunner-1.9.2 (gecko-1.9.2)
184  - BR: gecko-devel instead of gecko-unstable-devel
185  - add patch11 to fix xulrunner-1.9.2 problem
186    - https://bugzilla.gnome.org/show_bug.cgi?id=603561
187    - http://git.gnome.org/browse/yelp/commit/?id=a5588114ed94d00ca64913aa5b248e09a5e13edc
188
189* Sun Nov  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
190- new upstream release
191
192* Tue Aug 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-3
193- convert manpages from euc to utf8
194
195* Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
196- rebuild with gecko-1.9.1
197
198* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
199- new upstream release
200- remove BR: libgnomeprintui-devel
201
202* Mon Jun 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.1-2
203- use xulrunner-1.9 for gecko libs instead of firefox
204- add Patch7,8,9 to build with xulrunner-1.9
205
206* Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
207- new upstream release
208
209* Sun Apr  6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
210- new upstream release
211- added Patches from Fedora Core
212  * Mon Mar 31 2008 Jon McCann <jmccann@redhat.com> - 2.22.0-4
213  - Disallow launchers when running under GDM.
214  * Thu Mar 13 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-2
215  - Add patch for RH bug #437328 (searching with Beagle broken).
216  * Fri Nov 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-7
217  - Handle .HP tags in man pages
218  * Wed Sep  6 2006 Matthias Clasen  <mclasen@redhat.com> - 2.16.0-2.fc6
219  - Actually apply the Pango patch
220  * Thu Dec 15 2005 David Malcolm <dmalcolm@redhat.com> - 2.13.2-2
221  - Patched to include DocBook mimetype in desktop file, and added preun and
222    post hooks to update-desktop-database (#175880)
223  - Patched to ensure that Yelp recognizes that it can handle the mimetype of
224    the documentation as reported by gnomevfs (also #175880)
225
226* Sat Jan 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.0-0vl1
227- new upstream release
228- added BuildRequires: rarian-devel
229
230* Thu May 17 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl2
231- rebuild with new environment/toolchain
232
233* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
234- new upstream release
235- drop Patch20
236
237* Thu Nov 16 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.14.3-0vl3
238- added Patch20 (<BTS:0314>)
239- add BuildRequires: libgnomeprintui-devel
240
241* Wed Oct 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.3-0vl2
242- rebuild with firefox-2.0
243
244* Sun Oct 15 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.3-0vl1
245- updated to 2.14.3
246- changed Group to User Interface/Desktops
247
248* Sat Jul 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl2
249- add Patch10 to fix corruption of help option message.
250- add Japanese summary and description
251
252* Sun Jun 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
253- new upstream release
254
255* Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl2
256- rebuild with firefox-1.5.0.2-0vl4
257
258* Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
259- new upstream release
260- build with firefox-1.5.0.2
261
262* Sat Apr 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl2
263- run gtk-update-icon-cache in %%post script.
264
265* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
266- new upstream release
267
268* Wed Mar 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.6-0vl1
269- new upstream release
270
271* Thu Feb 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.2-0vl2
272- rebuild with firefox-1.5.0.1
273
274* Fri Dec 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.2-0vl1
275- new upstream release
276- build with firefox-1.5
277
278* Sat Sep 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
279- new upstream release
280- build with mozilla-1.7.12
281
282* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
283- new upstream release
284
285* Sat Aug 20 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.10.0-0vl4
286- rebuilt with mozilla-1.7.11 (doh! 0vl3 had stupid mistake in the changelog)
287
288* Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl2
289- rebuild with mozilla-1.7.8
290
291* Mon May 02 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
292- new upstream release
293
294* Sun Apr 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.3-0vl4
295- rebuild with mozilla-1.7.7
296
297* Thu Apr 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.3-0vl3
298- add Requires/BuildRequires to gnome-doc-utils
299
300* Mon Mar 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.3-0vl2
301- include yelp.schemas
302- add versioned requires to mozilla
303
304* Thu Mar 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.3-0vl1
305- new upstream version
306- use mozilla's gecko engine, add Requires: mozilla
307
308* Mon Nov 22 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.4-0vl1
309- new upstream release
310
311* Mon Dec 22 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.2-0vl1
312- new upstream release
313- rebuild with new toolchains
314
315* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
316- new upstream release
317
318* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.90-0vl1
319- new upstream release
320
321* Thu May 15 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.0-0vl1
322- new upstream release
323
324* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
325- new upstream release
326
327* Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.3-0vl1
328- new upstream release
329- build for Vine Linux
330
331* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
332- rebuild for all arches
333
334* Mon Aug 12 2002 Alexander Larsson <alexl@redhat.com>
335- Remove the strange copyright on the start page. Fixes #69106
336
337* Thu Aug  8 2002 Havoc Pennington <hp@redhat.com>
338- 1.0.2
339- include libexecdir stuff
340
341* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
342- rebuild with new gail
343- 1.0.1
344
345* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
346- automated rebuild
347
348* Tue Jun 18 2002 Havoc Pennington <hp@redhat.com>
349- put all the binaries in the file list... why is this package so hard?
350
351* Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
352- put images in file list, this thing will be non-ugly yet
353
354* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
355- 1.0
356- use desktop-file-install to install/munge .desktop files
357- put the sgml stuff in file list
358
359* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
360- rebuild in different environment
361
362* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
363- 0.10
364
365* Sun May 26 2002 Tim Powers <timp@redhat.com>
366- automated rebuild
367
368* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
369- rebuild in different environment
370
371* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
372- 0.8
373
374* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
375- 0.6.1
376
377* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
378- 0.6
379
380* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
381- Rebuild for new gnome2 libraries
382
383* Mon Jan 28 2002 Alex Larsson <alexl@redhat.com>
384- Initial build.
Note: See TracBrowser for help on using the repository browser.