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

Revision 7681, 12.8 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME 3.8.2

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