epiphany-extensions-vl.spec 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. %global ephy_major 2.28
  2. %global ephy_min_version %{ephy_major}.1
  3. %global gecko_version 1.9.1
  4. Summary: Extensions for Epiphany, the GNOME web browser
  5. Summary(ja): Epiphany (GNOMEウェブブラウザ) 用の拡張
  6. Name: epiphany-extensions
  7. Version: %{ephy_major}.1
  8. Release: 1%{?_dist_release}
  9. ## The Live HTTP Headers extension is LGPLv2.1+; the Gestures extension is
  10. ## GPLv2 (only); and all other extensions are GPLv2+.
  11. License: LGPLv2+ and GPLv2 and GPLv2+ and GFDL
  12. Group: Applications/Internet
  13. URL: http://www.gnome.org/projects/epiphany/extensions
  14. Source0: http://ftp.gnome.org/pub/GNOME/sources/epiphany-extensions/%{ephy_major}/%{name}-%{version}.tar.bz2
  15. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  16. BuildRequires: epiphany >= %{ephy_min_version}
  17. BuildRequires: perl(XML::Parser)
  18. BuildRequires: gettext
  19. BuildRequires: intltool
  20. BuildRequires: libtool
  21. BuildRequires: opensp-devel
  22. BuildRequires: pcre-devel
  23. BuildRequires: WebKit-gtk-devel
  24. Requires: epiphany
  25. Requires: pygtk2
  26. Requires(post): scrollkeeper
  27. Requires(postun): scrollkeeper
  28. %description
  29. Epiphany Extensions is a collection of extensions for Epiphany, the
  30. GNOME web browser.
  31. %prep
  32. %setup -q
  33. %build
  34. %configure --disable-scrollkeeper \
  35. --disable-schemas-install \
  36. --disable-static \
  37. --with-extensions=really-all
  38. %{__make} %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool
  39. %install
  40. %{__rm} -rf %{buildroot}
  41. make DESTDIR=%{buildroot} LIBTOOL=%{_bindir}/libtool install
  42. %{find_lang} %{name}-%{ephy_major}
  43. %clean
  44. %{__rm} -rf %{buildroot}
  45. %post
  46. scrollkeeper-update -q -o %{_datadir}/omf/%{name} ||:
  47. %postun
  48. scrollkeeper-update -q ||:
  49. %files -f %{name}-%{ephy_major}.lang
  50. %defattr(-,root,root,-)
  51. %doc AUTHORS COPYING COPYING.README ChangeLog README NEWS
  52. %{_datadir}/epiphany/icons/hicolor/*/status/feed-presence.*
  53. %{_datadir}/epiphany/icons/hicolor/*/status/ad-blocked.*
  54. %{_datadir}/%{name}/
  55. %{_datadir}/gnome/help/%{name}
  56. %{_datadir}/omf/%{name}
  57. %exclude %{_libdir}/epiphany/%{ephy_major}/extensions/*.a
  58. %exclude %{_libdir}/epiphany/%{ephy_major}/extensions/*.la
  59. %{_libdir}/epiphany/%{ephy_major}/extensions/
  60. #{_sysconfdir}/gconf/schemas/smart-bookmarks.schemas
  61. #{_sysconfdir}/gconf/schemas/epilicious.schemas
  62. %changelog
  63. * Sun Nov 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
  64. - new upstream release
  65. - BR: WebKit-gtk-devel instead of gecko-devel
  66. * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-2
  67. - rebuild with gecko-1.9.1
  68. * Fri May 29 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.26.1-1
  69. - new upstream release
  70. * Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
  71. - new upstream release
  72. * Fri Oct 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
  73. - initial build for Vine Linux
  74. * Mon Sep 29 2008 Peter Gordon <peter@thecodergeek.com> - 2.24.0-1
  75. - Update to new upstream release (2.24.0)
  76. * Wed Sep 24 2008 Christopher Aillon <caillon@redhat.com> - 2.23.91-2
  77. - Rebuild against newer gecko
  78. * Sun Sep 07 2008 Peter Gordon <peter@thecodergeek.com> - 2.23.91-1
  79. - Update to new upstream release (2.23.91)
  80. - Drop fixes for Ephy 2.23 API bump (applied upstream):
  81. - 2.22_23-api.diff
  82. * Sat Jul 26 2008 Peter Gordon <peter@thecodergeek.com> - 2.23.0-0.1
  83. - Adapt internal build scripts so that the Extensions are built against and
  84. run with Ephy 2.23/2.24:
  85. + 2.22_23-api.diff
  86. - Rebuild for XULrunner 1.9.0.1 while we're at it. :)
  87. * Mon Apr 7 2008 Christopher Aillon <caillon@redhat.com> - 2.22.1-1
  88. - Update to 2.22.1
  89. * Tue Mar 11 2008 Christopher Aillon <caillon@redhat.com> - 2.22.0-1
  90. - Update to 2.22.0
  91. * Tue Feb 26 2008 Christopher Aillon <caillon@redhat.com> - 2.21.92-1
  92. - Update to 2.91.92
  93. - Build against xulrunner 4realz, yo
  94. * Wed Jan 9 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 2.20.1-4
  95. - Switch to building against xulrunner (gecko 1.9) rather than firefox
  96. * Tue Nov 27 2007 Christopher Aillon <caillon@redhat.com> - 2.20.1-2
  97. - Rebuild against newer gecko
  98. * Tue Nov 06 2007 Peter Gordon <peter@thecodergeek.com> - 2.20.1-2
  99. - Rebuild for new Gecko (Firefox 2.0.0.9)
  100. * Mon Oct 15 2007 Peter Gordon <peter@thecodergeek.com> - 2.20.1-1
  101. - Update to new upstream release (2.20.1), which fixes the "About" dialog of
  102. the AdBlocker extension and contains updated translations for Thai (th) and
  103. Catalan (ca).
  104. - Use the system libtool for building, to avoid unnecessary RPATH inclusions.
  105. * Tue Sep 18 2007 Peter Gordon <peter@thecodergeek.com> - 2.20.0-1
  106. - Update to new upstream release (2.20.0).
  107. * Tue Sep 04 2007 Peter Gordon <peter@thecodergeek.com> - 2.19.90-1
  108. - Update to new upstream release (2.19.90), which contains reworked
  109. installation rules for the icons and a fix for the Greasemonkey
  110. extension so that it does not break when the directory is not
  111. created (GNOME bug 437648).
  112. * Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> - 2.19.6-1
  113. - Rebuild for build ID
  114. * Wed Aug 08 2007 Christopher Aillon <caillon@redhat.com> - 2.19.6-1
  115. - Update to 2.19.6
  116. - Rebuild against newer gecko
  117. * Thu Aug 02 2007 Peter Gordon <peter@thecodergeek.com>
  118. - Update License tag (LGPLv2.1+ and GPLv2 and GPLv2+).
  119. * Sat Jul 21 2007 Peter Gordon <peter@thecodergeek.com> - 2.19.5-1
  120. - Update to new upstream release (2.19.5), which contains significant
  121. Epilicious updates and improved filterset.g syncing support in the
  122. AdBlocker extension.
  123. - Build against the new Gecko release (Firefox 2.0.0.5)
  124. * Sat Jun 09 2007 Peter Gordon <peter@thecodergeek.com> - 2.19.2-5
  125. - Revert previous Yelp dependency addition. It's in the default install (via
  126. comps) and the only bad thing to happen if it's not available is that
  127. clicking the "Help" option simply does nothing. It's not a strict requirement
  128. in this case.
  129. * Fri Jun 08 2007 Peter Gordon <peter@thecodergeek.com> - 2.19.2-4
  130. - Add yelp dependency to ensure that its built-in "Help" functionality works
  131. as expected. (Resolves bug 243378; Thanks to Matej Cepl for his script.)
  132. * Wed Jun 06 2007 Christopher Aillon <caillon@redhat.com> - 2.19.2-3
  133. - Specfiles should _NOT_ call rpm directly. Fix the previous bug the
  134. correct way, by doing explicit requires on the exact versions instead
  135. of via rpm -q
  136. * Tue Jun 05 2007 Peter Gordon <peter@thecodergeek.com> - 2.19.2-2
  137. - Add %%{_target_cpu} to versioned Firefox dependency to avoid multilib
  138. updating issues such as bug 242318, wherein the 32-bit older Firefox build
  139. matches the versioned dependency, but the updated 64-bit Firefox build
  140. matches the 64-bit shared library dependencies. (Thanks to Frederik Hertzum
  141. for the bug report.)
  142. * Tue May 30 2007 Peter Gordon <peter@thecodergeek.com> - 2.19.2-1
  143. - Update to new upstream release (2.19.2); and rebuild for newer Firefox/Gecko
  144. version (2.0.0.4).
  145. * Wed Apr 11 2007 Peter Gordon <peter@thecodergeek.com> - 2.18.1-1
  146. - Update to new upstream release (2.18.1).
  147. * Sat Mar 24 2007 Peter Gordon <peter@thecodergeek.com> - 2.18.0-2
  148. - Rebuild against new Gecko release (Firefox 2.0.0.3).
  149. * Wed Mar 14 2007 Peter Gordon <peter@thecodergeek.com> - 2.18.0-1
  150. - Update to new upstream release (2.18.0).
  151. - Remove shell syntax error (erroneous "||:") in %%preun scriptlet.
  152. * Fri Mar 02 2007 Peter Gordon <peter@thecodergeek.com> - 2.17.92-1
  153. - Update to new upstream release (2.17.92), which includes the Epilicious
  154. extension (thus closing bug #223746).
  155. - Add an explicit versioned dependency on firefox to help avoid version-bump
  156. incompatibilities in the future.(Thanks to Brian Pepple for the fix.)
  157. * Sat Jan 27 2007 Peter Gordon <peter@thecodergeek.com> - 2.17.4-3
  158. - Enable all extensions. (Woo!)
  159. - Fix summary (it shouldn't end with a period).
  160. * Fri Jan 26 2007 Peter Gordon <peter@thecodergeek.com> - 2.17.4-2
  161. - Fix %%post GConf scriptlet (thanks to David Nielsen for the bug report via
  162. email) and a spelling mistake in previous %%changelog entry.
  163. - Lots of aesthetic fixes to the spec file.
  164. * Wed Jan 24 2007 Peter Gordon <peter@thecodergeek.com> - 2.17.4-1
  165. - Update to new upstream release (2.17.4)
  166. - Use %%find_lang instead of a hardcoded call to 'find_lang.sh --all-name'
  167. - A couple of fixes from Brian Pepple:
  168. (1) Own only the extensions subdirectory in %%_libdir/epiphany, not the
  169. toplevel epiphany directory (which is owned by epiphany).
  170. (2) Don't package libtool archive (*.la) files.
  171. - Make macro usage a bit more consistent.
  172. - Add AUTHORS, COPYING, and COPYING.README to installed documentation (%%doc).
  173. - Includes smart-bookmarks GConf schema, so add associated gconftool-2
  174. scriptlet calls, etc.
  175. * Fri Dec 01 2006 Peter Gordon <peter@thecodergeek.com> - 2.17.0-1
  176. - Update to new upstream release (2.17.0), for new Epiphany 2.17/2.18 in Devel.
  177. - Fix BuildRoot to be in compliance with Fedora Extras packaging policy
  178. * Thu Oct 12 2006 Peter Gordon <peter@thecodergeek.com>
  179. - Change perl-XML-Parser BR to perl(XML::Parser)
  180. - DESTDIR is a make variable, not an external one
  181. * Thu Oct 12 2006 Zack Cerza <zcerza@redhat.com> 2.16.0-1
  182. - Update to 2.16.0
  183. * Tue Aug 29 2006 Christopher Aillon <caillon@redhat.com> 2.15.2-1
  184. - Update to 2.15.2
  185. * Sun Apr 16 2006 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 2.14.1-1
  186. - Upstream update
  187. * Fri Feb 17 2006 Christopher Aillon <caillon@redhat.com> - 1.9.7-1
  188. - Update to 1.9.7
  189. * Sun Feb 5 2006 Christopher Aillon <caillon@redhat.com> - 1.9.6-1
  190. - Update to 1.9.6
  191. * Tue Jan 3 2006 Christopher Aillon <caillon@redhat.com> - 1.9.4-1
  192. - Update to 1.9.4
  193. * Fri Dec 30 2005 Christopher Aillon <caillon@redhat.com> - 1.9.3-1
  194. - Update to 1.9.3
  195. * Mon Oct 10 2005 Christopher Aillon <caillon@redhat.com> - 1.8.1-1
  196. - Update to 1.8.1
  197. * Tue Sep 6 2005 Christopher Aillon <caillon@redhat.com> - 1.8.0-1
  198. - Update to 1.8.0
  199. * Wed Aug 10 2005 Christopher Aillon <caillon@redhat.com> - 1.7.4-1
  200. - Update to 1.7.4
  201. * Fri Jul 29 2005 Christopher Aillon <caillon@redhat.com> - 1.7.3-1
  202. - Update to 1.7.3
  203. * Mon Jul 11 2005 Christopher Aillon <caillon@redhat.com> - 1.7.2-1
  204. - Update to 1.7.2
  205. * Mon Jun 27 2005 Christopher Aillon <caillon@redhat.com> - 1.7.1-2
  206. - Own %%{_libdir}/epiphany
  207. - Run find-lang.sh manually since the macro doesn't help us
  208. - Clean up summary
  209. * Thu Jun 16 2005 Christopher Aillon <caillon@redhat.com> - 1.7.1-1
  210. - Initial RPM