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

Revision 7119, 12.2 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.2

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