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

Revision 10716, 13.8 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME-3.20

Line 
1%define glib2_version 2.48.0
2%define pango_version 1.40.0
3%define gtk3_version 3.20.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.20.1
12Release: 1%{?_dist_release}
13
14URL: http://live.gnome.org/Yelp
15Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.20/%{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: nkf
23Requires: yelp-xsl
24Requires: gsettings-desktop-schemas
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: webkitgtk4-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%build
94%configure \
95        --disable-static
96make
97
98%install
99rm -rf $RPM_BUILD_ROOT
100make install DESTDIR=$RPM_BUILD_ROOT
101
102install -m755 %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/yelp/
103
104find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
105
106%find_lang %{name}
107
108%clean
109rm -rf $RPM_BUILD_ROOT
110
111%post
112update-desktop-database %{_datadir}/applications >& /dev/null ||:
113update-mime-database %{_datadir}/mime >& /dev/null ||:
114
115%postun
116update-desktop-database %{_datadir}/applications >& /dev/null ||:
117update-mime-database %{_datadir}/mime >& /dev/null ||:
118glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
119
120%posttrans
121glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
122
123%post libs -p /sbin/ldconfig
124
125%postun libs -p /sbin/ldconfig
126
127%files -f %{name}.lang
128%defattr(-,root,root)
129%{_bindir}/*
130%{_libdir}/%{name}/web-extensions/libyelpwebextension.so
131%{_datadir}/applications/*
132%{_datadir}/glib-2.0/schemas/org.gnome.yelp.gschema.xml
133%{_datadir}/yelp-xsl/xslt/common/domains/yelp.xml
134%{_datadir}/%{name}
135
136%files libs
137%defattr(-,root,root,-)
138%{_libdir}/libyelp.so.*
139
140%files devel
141%defattr(-,root,root,-)
142%{_libdir}/libyelp.so
143%{_includedir}/libyelp
144
145%files docs
146%defattr(-,root,root,-)
147%{_datadir}/gtk-doc/html/libyelp
148
149
150%changelog
151* Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.1-1
152- new upstream release
153
154* Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.1-1
155- new upstream release
156- remove BuildRequires: WebKit3-gtk-devel
157- add BuildRequires: webkitgtk4-devel
158
159* Sat Jun 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-3
160- change Requires: gsettings-desktop-schemas
161- remove Requires: gnome-user-docs
162
163* Sat Jun 06 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-2
164- add Requires: gnome-settings-daemon
165
166* Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
167- new upstream release
168
169* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
170- new upstream release
171
172* Mon Jan 26 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.14.1-2
173- moved libs subpakage to System Environment/Libraries Group
174- added %%post and %%postun to libs subpackage
175
176* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
177- new upstream release
178
179* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
180- new upstream release
181
182* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-2
183- rebuild with VineSeed environment
184
185* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
186- new upstream release
187
188* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
189- new upstream release
190
191* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
192- new upstream release
193- create %%{name}-docs subpackage
194
195* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
196- new upstream release
197
198* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
199- new upstream release
200
201* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
202- new upstream release
203- change BuildRequires: yelp-tools instead of gnome-doc-utils
204
205* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
206- new upstream release
207
208* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
209- new upstream release
210- add BuildRequires: itstool
211- remove BuildRequires: GConf2-devel
212
213* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
214- new upstream release
215
216* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
217- new upstream release
218
219* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
220- new upstream release
221- add BuildRequires: libSM-devel
222
223* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.2-1
224- new upstream release
225
226* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.1-1
227- new upstream release
228- create -libs and -devel sub package
229- add BuildRequires: yelp-xsl-devel, WebKit3-gtk-devel, sqlite3-devel
230- remove BuildRequires: xulrunner-devel
231- change BuildRequires: gtk3-devel instead of gtk2-devel
232- change BuildRequires: xz-devel instead of lzma-devel
233- drop old Patches
234
235* Sat Apr 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-3
236- update Patch2: yelp-2.30.2-add-mime-handling.patch
237
238* Wed Mar 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.2-2
239- rebuild with xulrunner-2.0
240- add Patch11 to build with xulrunner-2.0
241
242* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
243- new upstream release
244
245* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
246- new upstream release
247
248* Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
249- new upstream release
250- change Requires: gecko-libs -> xulrunner
251- change BuildRequires: gecko-devel -> xulrunner-devel
252- drop Patch11
253
254* Mon Mar 01 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.28.1-1
255- new upstream release
256- build with xulrunner-1.9.2 (gecko-1.9.2)
257  - BR: gecko-devel instead of gecko-unstable-devel
258  - add patch11 to fix xulrunner-1.9.2 problem
259    - https://bugzilla.gnome.org/show_bug.cgi?id=603561
260    - http://git.gnome.org/browse/yelp/commit/?id=a5588114ed94d00ca64913aa5b248e09a5e13edc
261
262* Sun Nov  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
263- new upstream release
264
265* Tue Aug 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-3
266- convert manpages from euc to utf8
267
268* Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
269- rebuild with gecko-1.9.1
270
271* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
272- new upstream release
273- remove BR: libgnomeprintui-devel
274
275* Mon Jun 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.1-2
276- use xulrunner-1.9 for gecko libs instead of firefox
277- add Patch7,8,9 to build with xulrunner-1.9
278
279* Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
280- new upstream release
281
282* Sun Apr  6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
283- new upstream release
284- added Patches from Fedora Core
285  * Mon Mar 31 2008 Jon McCann <jmccann@redhat.com> - 2.22.0-4
286  - Disallow launchers when running under GDM.
287  * Thu Mar 13 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-2
288  - Add patch for RH bug #437328 (searching with Beagle broken).
289  * Fri Nov 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-7
290  - Handle .HP tags in man pages
291  * Wed Sep  6 2006 Matthias Clasen  <mclasen@redhat.com> - 2.16.0-2.fc6
292  - Actually apply the Pango patch
293  * Thu Dec 15 2005 David Malcolm <dmalcolm@redhat.com> - 2.13.2-2
294  - Patched to include DocBook mimetype in desktop file, and added preun and
295    post hooks to update-desktop-database (#175880)
296  - Patched to ensure that Yelp recognizes that it can handle the mimetype of
297    the documentation as reported by gnomevfs (also #175880)
298
299* Sat Jan 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.0-0vl1
300- new upstream release
301- added BuildRequires: rarian-devel
302
303* Thu May 17 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl2
304- rebuild with new environment/toolchain
305
306* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
307- new upstream release
308- drop Patch20
309
310* Thu Nov 16 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.14.3-0vl3
311- added Patch20 (<BTS:0314>)
312- add BuildRequires: libgnomeprintui-devel
313
314* Wed Oct 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.3-0vl2
315- rebuild with firefox-2.0
316
317* Sun Oct 15 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.3-0vl1
318- updated to 2.14.3
319- changed Group to User Interface/Desktops
320
321* Sat Jul 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl2
322- add Patch10 to fix corruption of help option message.
323- add Japanese summary and description
324
325* Sun Jun 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
326- new upstream release
327
328* Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl2
329- rebuild with firefox-1.5.0.2-0vl4
330
331* Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
332- new upstream release
333- build with firefox-1.5.0.2
334
335* Sat Apr 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl2
336- run gtk-update-icon-cache in %%post script.
337
338* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
339- new upstream release
340
341* Wed Mar 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.6-0vl1
342- new upstream release
343
344* Thu Feb 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.2-0vl2
345- rebuild with firefox-1.5.0.1
346
347* Fri Dec 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.2-0vl1
348- new upstream release
349- build with firefox-1.5
350
351* Sat Sep 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
352- new upstream release
353- build with mozilla-1.7.12
354
355* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
356- new upstream release
357
358* Sat Aug 20 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.10.0-0vl4
359- rebuilt with mozilla-1.7.11 (doh! 0vl3 had stupid mistake in the changelog)
360
361* Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl2
362- rebuild with mozilla-1.7.8
363
364* Mon May 02 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
365- new upstream release
366
367* Sun Apr 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.3-0vl4
368- rebuild with mozilla-1.7.7
369
370* Thu Apr 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.3-0vl3
371- add Requires/BuildRequires to gnome-doc-utils
372
373* Mon Mar 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.3-0vl2
374- include yelp.schemas
375- add versioned requires to mozilla
376
377* Thu Mar 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.3-0vl1
378- new upstream version
379- use mozilla's gecko engine, add Requires: mozilla
380
381* Mon Nov 22 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.4-0vl1
382- new upstream release
383
384* Mon Dec 22 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.2-0vl1
385- new upstream release
386- rebuild with new toolchains
387
388* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
389- new upstream release
390
391* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.90-0vl1
392- new upstream release
393
394* Thu May 15 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.0-0vl1
395- new upstream release
396
397* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
398- new upstream release
399
400* Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.3-0vl1
401- new upstream release
402- build for Vine Linux
403
404* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
405- rebuild for all arches
406
407* Mon Aug 12 2002 Alexander Larsson <alexl@redhat.com>
408- Remove the strange copyright on the start page. Fixes #69106
409
410* Thu Aug  8 2002 Havoc Pennington <hp@redhat.com>
411- 1.0.2
412- include libexecdir stuff
413
414* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
415- rebuild with new gail
416- 1.0.1
417
418* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
419- automated rebuild
420
421* Tue Jun 18 2002 Havoc Pennington <hp@redhat.com>
422- put all the binaries in the file list... why is this package so hard?
423
424* Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
425- put images in file list, this thing will be non-ugly yet
426
427* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
428- 1.0
429- use desktop-file-install to install/munge .desktop files
430- put the sgml stuff in file list
431
432* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
433- rebuild in different environment
434
435* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
436- 0.10
437
438* Sun May 26 2002 Tim Powers <timp@redhat.com>
439- automated rebuild
440
441* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
442- rebuild in different environment
443
444* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
445- 0.8
446
447* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
448- 0.6.1
449
450* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
451- 0.6
452
453* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
454- Rebuild for new gnome2 libraries
455
456* Mon Jan 28 2002 Alex Larsson <alexl@redhat.com>
457- Initial build.
Note: See TracBrowser for help on using the repository browser.