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

Revision 9475, 13.6 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME-3.16.0

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