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

Revision 6011, 11.9 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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