devhelp-vl.spec 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. Version: 3.10.0
  2. Release: 1%{?_dist_release}
  3. %define gtk_required 3.10.0
  4. Summary: API document browser
  5. Summary(ja): API ドキュメントブラウザ
  6. Name: devhelp
  7. License: GPL
  8. Group: Applications/Development
  9. Url: http://live.gnome.org/devhelp
  10. Source: http://ftp.gnome.org/pub/GNOME/sources/devhelp/3.10/%{name}-%{version}.tar.xz
  11. #Patch10: %{name}-0.19.1-xulrunner19.patch
  12. #Patch11: %{name}-webkit.patch
  13. #Patch: %{name}-r1265.patch
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. Packager: yasumichi, Takemikaduchi
  18. Requires(post,postun): gtk3 >= %{gtk_required}
  19. BuildRequires: gtk3-devel >= %{gtk_required}
  20. BuildRequires: WebKit3-gtk-devel
  21. %description
  22. An API document browser for GNOME 3.
  23. %description -l ja
  24. GNOME3 用の API ブラウザです。
  25. %package devel
  26. Summary: Library to embed Devhelp in other applications.
  27. Group: Development/Libraries
  28. Requires: %{name} = %{version}
  29. Requires: gtk3-devel >= %{gtk_required}
  30. Requires: WebKit3-gtk-devel
  31. %description devel
  32. Library of Devhelp for embedding into other applications.
  33. %prep
  34. %setup -q
  35. #patch10 -p1 -b .xulrunner19
  36. #%patch -p1
  37. %build
  38. %configure --disable-static --disable-schemas-install
  39. make
  40. %install
  41. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  42. make install DESTDIR=$RPM_BUILD_ROOT
  43. # remove, not shipped
  44. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  45. rm -rf $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
  46. %find_lang %{name}
  47. %clean
  48. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  49. %post
  50. /sbin/ldconfig
  51. touch --no-create %{_datadir}/icons/hicolor
  52. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  53. gtk-update-icon-cache -q %{_datadir}/icons/hicolor
  54. fi
  55. %postun
  56. /sbin/ldconfig
  57. touch --no-create %{_datadir}/icons/hicolor
  58. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  59. gtk-update-icon-cache -q %{_datadir}/icons/hicolor
  60. fi
  61. if [ $1 -eq 0 ]; then
  62. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  63. fi
  64. %posttrans
  65. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  66. %files -f %{name}.lang
  67. %defattr(-, root, root)
  68. %doc AUTHORS COPYING ChangeLog NEWS README INSTALL
  69. %{_bindir}/devhelp
  70. %{_libdir}/gedit/plugins/devhelp*
  71. %{_libdir}/lib*.so.*
  72. %{_datadir}/GConf/gsettings/devhelp.convert
  73. %{_datadir}/applications/devhelp.desktop
  74. %{_datadir}/devhelp
  75. %{_datadir}/icons/hicolor/*/apps/devhelp.png
  76. %{_datadir}/glib-2.0/schemas/org.gnome.devhelp.gschema.xml
  77. %files devel
  78. %defattr(-,root,root)
  79. %{_includedir}/*
  80. %{_libdir}/libdevhelp*.so
  81. %{_libdir}/pkgconfig/*
  82. %changelog
  83. * Sat Oct 26 2013 TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
  84. - new upstream release
  85. * Sun Apr 21 2013 TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
  86. - new upstream release
  87. * Wed Nov 14 2012 TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
  88. - new upstream release
  89. * Sat Sep 29 2012 TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  90. - new upstream release
  91. * Sun Apr 22 2012 TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
  92. - new upstream release
  93. * Thu Sep 29 2011 TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  94. - new upstream release
  95. * Mon Aug 15 2011 TOYODA <bsyamato@sea.plala.or.jp> 3.0.0-1
  96. - new upstream release
  97. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
  98. - new upstream release
  99. - remove %pre, %preun
  100. - fix %post, %postun
  101. - add %posttrans
  102. * Tue Sep 28 2010 Shu KONNO <owa@bg.wakwak.com> 2.30.1-2
  103. - rebuilt with rpm-4.8.1 for pkg-config
  104. * Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
  105. - new upstream release
  106. * Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  107. - new upstream release
  108. * Fri Nov 06 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.1-2
  109. - add unique-devel to BR
  110. * Tue Nov 03 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.1-1
  111. - New upstream release.
  112. - remove Patch
  113. - build with WebKit-1.1.15.3
  114. - add Vendor, Distribution and Packager.
  115. * Mon Aug 10 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.23-4
  116. - update Patch(See follow url)
  117. - http://git.gnome.org/cgit/devhelp/commit/?id=af67fbedccab5044808a489a9f3a5540d42adcf2
  118. * Sat Aug 01 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.23-3
  119. - update Url.
  120. - add Patch11(http://bugzilla.gnome.org/show_bug.cgi?id=586559)
  121. * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.23-2
  122. - remove unneeded Requires:
  123. - remove Requires/BuildRequires to gecko.
  124. * Tue Apr 28 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.23-1
  125. - new upstream release
  126. - added Requires: Webkit-gtk,libsoup BuildRequires: Webkit-gtk-devel,libsoup-devel
  127. * Tue Sep 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.21-1
  128. - new upstream release (dropped Patch10)
  129. - updated BuildRequires: gecko-devel-unstable instead of gecko-devel
  130. - added Requires: gecko-libs instead of firefox
  131. * Thu Jul 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.19.1-2
  132. - add Patch10 to build with xulrunner-1.9
  133. - add %%pre %%preun scripts to remove old gconf schemas
  134. - add %%postun to update icon cache
  135. - add unpackaged icons to %%files
  136. * Fri May 30 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.19.1
  137. - new upstream version.
  138. * Tue May 13 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.16.1-2
  139. - use macro for Release
  140. * Fri May 09 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org>
  141. - apply new virsioning policy.
  142. - remove *.la
  143. * Thu Jan 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16.1-0vl2
  144. - rebuilt with libwnck 2.20.2
  145. * Fri Jan 04 2008 Shu KONNO <owa@bg.wakwak.com> 0.16.1-0vl1
  146. - new upstream version
  147. - removed icon-theme.cache in %%install section
  148. * Sun Sep 02 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.15-0vl1
  149. - new upstream release
  150. * Tue Apr 03 2007 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.13-0vl2
  151. - icon-theme.cache is not included.
  152. * Sun Apr 01 2007 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.13-0vl1
  153. - update to 0.13
  154. * Sun Dec 17 2006 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.12-0vl2
  155. - build devel package
  156. * Sun Oct 29 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.12-0vl1
  157. - updated to 0.12
  158. - using firefox(gecko) instead of gtkhtml2
  159. - disabled intltoolize before configure
  160. * Thu Aug 25 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.9.3-0vl2
  161. - add "--force" to intltoolize
  162. * Sun Nov 14 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.3-0vl1
  163. - build for Vine Linux
  164. - do not build devel package
  165. * Sun Jun 29 2003 Mikael Hallendal <micke@imendio.com>
  166. - Released 0.7