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

Revision 6890, 12.0 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

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.0
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* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
142- new upstream release
143- change BuildRequires: yelp-tools instead of gnome-doc-utils
144
145* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
146- new upstream release
147
148* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
149- new upstream release
150- add BuildRequires: itstool
151- remove BuildRequires: GConf2-devel
152
153* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
154- new upstream release
155
156* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
157- new upstream release
158
159* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
160- new upstream release
161- add BuildRequires: libSM-devel
162
163* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.2-1
164- new upstream release
165
166* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.1-1
167- new upstream release
168- create -libs and -devel sub package
169- add BuildRequires: yelp-xsl-devel, WebKit3-gtk-devel, sqlite3-devel
170- remove BuildRequires: xulrunner-devel
171- change BuildRequires: gtk3-devel instead of gtk2-devel
172- change BuildRequires: xz-devel instead of lzma-devel
173- drop old Patches
174
175* Sat Apr 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-3
176- update Patch2: yelp-2.30.2-add-mime-handling.patch
177
178* Wed Mar 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.2-2
179- rebuild with xulrunner-2.0
180- add Patch11 to build with xulrunner-2.0
181
182* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
183- new upstream release
184
185* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
186- new upstream release
187
188* Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
189- new upstream release
190- change Requires: gecko-libs -> xulrunner
191- change BuildRequires: gecko-devel -> xulrunner-devel
192- drop Patch11
193
194* Mon Mar 01 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.28.1-1
195- new upstream release
196- build with xulrunner-1.9.2 (gecko-1.9.2)
197  - BR: gecko-devel instead of gecko-unstable-devel
198  - add patch11 to fix xulrunner-1.9.2 problem
199    - https://bugzilla.gnome.org/show_bug.cgi?id=603561
200    - http://git.gnome.org/browse/yelp/commit/?id=a5588114ed94d00ca64913aa5b248e09a5e13edc
201
202* Sun Nov  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
203- new upstream release
204
205* Tue Aug 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-3
206- convert manpages from euc to utf8
207
208* Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
209- rebuild with gecko-1.9.1
210
211* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
212- new upstream release
213- remove BR: libgnomeprintui-devel
214
215* Mon Jun 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.1-2
216- use xulrunner-1.9 for gecko libs instead of firefox
217- add Patch7,8,9 to build with xulrunner-1.9
218
219* Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
220- new upstream release
221
222* Sun Apr  6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
223- new upstream release
224- added Patches from Fedora Core
225  * Mon Mar 31 2008 Jon McCann <jmccann@redhat.com> - 2.22.0-4
226  - Disallow launchers when running under GDM.
227  * Thu Mar 13 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-2
228  - Add patch for RH bug #437328 (searching with Beagle broken).
229  * Fri Nov 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-7
230  - Handle .HP tags in man pages
231  * Wed Sep  6 2006 Matthias Clasen  <mclasen@redhat.com> - 2.16.0-2.fc6
232  - Actually apply the Pango patch
233  * Thu Dec 15 2005 David Malcolm <dmalcolm@redhat.com> - 2.13.2-2
234  - Patched to include DocBook mimetype in desktop file, and added preun and
235    post hooks to update-desktop-database (#175880)
236  - Patched to ensure that Yelp recognizes that it can handle the mimetype of
237    the documentation as reported by gnomevfs (also #175880)
238
239* Sat Jan 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.0-0vl1
240- new upstream release
241- added BuildRequires: rarian-devel
242
243* Thu May 17 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl2
244- rebuild with new environment/toolchain
245
246* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
247- new upstream release
248- drop Patch20
249
250* Thu Nov 16 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.14.3-0vl3
251- added Patch20 (<BTS:0314>)
252- add BuildRequires: libgnomeprintui-devel
253
254* Wed Oct 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.3-0vl2
255- rebuild with firefox-2.0
256
257* Sun Oct 15 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.3-0vl1
258- updated to 2.14.3
259- changed Group to User Interface/Desktops
260
261* Sat Jul 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl2
262- add Patch10 to fix corruption of help option message.
263- add Japanese summary and description
264
265* Sun Jun 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
266- new upstream release
267
268* Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl2
269- rebuild with firefox-1.5.0.2-0vl4
270
271* Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
272- new upstream release
273- build with firefox-1.5.0.2
274
275* Sat Apr 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl2
276- run gtk-update-icon-cache in %%post script.
277
278* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
279- new upstream release
280
281* Wed Mar 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.6-0vl1
282- new upstream release
283
284* Thu Feb 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.2-0vl2
285- rebuild with firefox-1.5.0.1
286
287* Fri Dec 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.2-0vl1
288- new upstream release
289- build with firefox-1.5
290
291* Sat Sep 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
292- new upstream release
293- build with mozilla-1.7.12
294
295* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
296- new upstream release
297
298* Sat Aug 20 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.10.0-0vl4
299- rebuilt with mozilla-1.7.11 (doh! 0vl3 had stupid mistake in the changelog)
300
301* Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl2
302- rebuild with mozilla-1.7.8
303
304* Mon May 02 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
305- new upstream release
306
307* Sun Apr 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.3-0vl4
308- rebuild with mozilla-1.7.7
309
310* Thu Apr 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.3-0vl3
311- add Requires/BuildRequires to gnome-doc-utils
312
313* Mon Mar 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.3-0vl2
314- include yelp.schemas
315- add versioned requires to mozilla
316
317* Thu Mar 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.3-0vl1
318- new upstream version
319- use mozilla's gecko engine, add Requires: mozilla
320
321* Mon Nov 22 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.4-0vl1
322- new upstream release
323
324* Mon Dec 22 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.2-0vl1
325- new upstream release
326- rebuild with new toolchains
327
328* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
329- new upstream release
330
331* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.90-0vl1
332- new upstream release
333
334* Thu May 15 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.0-0vl1
335- new upstream release
336
337* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
338- new upstream release
339
340* Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.3-0vl1
341- new upstream release
342- build for Vine Linux
343
344* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
345- rebuild for all arches
346
347* Mon Aug 12 2002 Alexander Larsson <alexl@redhat.com>
348- Remove the strange copyright on the start page. Fixes #69106
349
350* Thu Aug  8 2002 Havoc Pennington <hp@redhat.com>
351- 1.0.2
352- include libexecdir stuff
353
354* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
355- rebuild with new gail
356- 1.0.1
357
358* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
359- automated rebuild
360
361* Tue Jun 18 2002 Havoc Pennington <hp@redhat.com>
362- put all the binaries in the file list... why is this package so hard?
363
364* Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
365- put images in file list, this thing will be non-ugly yet
366
367* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
368- 1.0
369- use desktop-file-install to install/munge .desktop files
370- put the sgml stuff in file list
371
372* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
373- rebuild in different environment
374
375* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
376- 0.10
377
378* Sun May 26 2002 Tim Powers <timp@redhat.com>
379- automated rebuild
380
381* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
382- rebuild in different environment
383
384* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
385- 0.8
386
387* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
388- 0.6.1
389
390* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
391- 0.6
392
393* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
394- Rebuild for new gnome2 libraries
395
396* Mon Jan 28 2002 Alex Larsson <alexl@redhat.com>
397- Initial build.
Note: See TracBrowser for help on using the repository browser.