epiphany-vl.spec 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. %define ver 3.16
  2. %define webkit_version 2.5.90
  3. ExclusiveArch: %ix86 ppc x86_64 alpha
  4. Summary: GNOME web browser based on WebKit
  5. Summary(ja): WebKit レンダリングエンジンベースの GNOME ウェブブラウザ
  6. Name: epiphany
  7. Version: 3.16.3
  8. Release: 2%{?_dist_release}
  9. License: GPL
  10. Group: Applications/Internet
  11. URL: http://www.gnome.org/projects/epiphany/
  12. Source0: http://ftp.gnome.org/pub/GNOME/sources/epiphany/3.16/%{name}-%{version}.tar.xz
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. Requires: gnome-icon-theme >= 2.30.0
  15. Requires(post,postun): shared-mime-info
  16. BuildRequires: webkitgtk4-devel >= %{webkit_version}
  17. BuildRequires: glib2-devel >= 2.31.2
  18. BuildRequires: gtk3-devel >= 3.3.14
  19. BuildRequires: libxml2-devel >= 2.6.12
  20. BuildRequires: libxslt-devel >= 1.1.7
  21. BuildRequires: libnotify-devel >= 0.4.0
  22. BuildRequires: libsoup-devel >= 2.37.1
  23. BuildRequires: gnome-desktop3-devel >= 2.91.2
  24. BuildRequires: libSM-devel
  25. BuildRequires: libgnome-keyring-devel
  26. BuildRequires: gcr-devel >= 3.5.5
  27. BuildRequires: gobject-introspection-devel
  28. BuildRequires: gsettings-desktop-schemas-devel
  29. BuildRequires: sqlite3-devel
  30. BuildRequires: seed-devel
  31. BuildRequires: nss-devel
  32. BuildRequires: avahi-gobject-devel
  33. BuildRequires: libwnck3-devel
  34. BuildRequires: libsecret-devel
  35. BuildRequires: iso-codes
  36. BuildRequires: yelp-tools
  37. Obsoletes: %{name}-devel < 3.10.0
  38. Vendor: Project Vine
  39. Distribution: Vine Linux
  40. %description
  41. epiphany is a simple GNOME web browser based on the WebKit rendering
  42. engine
  43. %description -l ja
  44. epiphany は WebKit レンダリングエンジンベースのシンプルな GNOME
  45. ウェブブラウザです。
  46. %prep
  47. %setup -q
  48. %build
  49. %configure
  50. make %{?_smp_mflags}
  51. %install
  52. rm -rf $RPM_BUILD_ROOT
  53. make install DESTDIR=$RPM_BUILD_ROOT
  54. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  55. %find_lang %{name} --with-gnome
  56. %postun
  57. if [ $1 -eq 0 ] ; then
  58. update-desktop-database %{_datadir}/applications >& /dev/null ||:
  59. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  60. fi
  61. %posttrans
  62. update-desktop-database %{_datadir}/applications >& /dev/null ||:
  63. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  64. %clean
  65. rm -rf $RPM_BUILD_ROOT
  66. %files -f %{name}.lang
  67. %defattr(-,root,root,-)
  68. %doc AUTHORS ChangeLog* COPYING* NEWS README
  69. %{_bindir}/epiphany
  70. %{_bindir}/ephy-profile-migrator
  71. %{_libdir}/%{name}/%{ver}/web-extensions/libephywebextension.so
  72. %{_libexecdir}/epiphany-search-provider
  73. %{_datadir}/GConf/gsettings/*.convert
  74. %{_datadir}/appdata/epiphany.appdata.xml
  75. %{_datadir}/applications/*.desktop
  76. %{_datadir}/epiphany
  77. %{_datadir}/glib-2.0/schemas/*.xml
  78. %{_datadir}/gnome-shell/search-providers/epiphany-search-provider.ini
  79. %{_datadir}/dbus-1/services/*
  80. %{_mandir}/man1/epiphany.1*
  81. %changelog
  82. * Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.3-2
  83. - rebuild with gnome-desktop3-3.18.1
  84. * Mon Jul 20 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.3-1
  85. - new upstream release
  86. * Sun Jun 28 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-1
  87. - new upstream release
  88. * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
  89. - new upstream release
  90. * Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-1
  91. - new upstream release
  92. * Tue Oct 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
  93. - new upstream release
  94. - change BuildRequires: webkitgtk4-devel instead of WebKit3-gtk-devel
  95. * Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
  96. - new upstream release
  97. * Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
  98. - new upstream release
  99. * Tue Dec 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.3-1
  100. - new upstream release
  101. * Sat Nov 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
  102. - new upstream release
  103. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
  104. - new upstream release
  105. - add BuildRequires: libwnck3-devel, libsecret-devel
  106. - remove devel subpackage
  107. * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-2
  108. - rebuild with gcr-3.8.1
  109. * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
  110. - new upstream release
  111. * Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  112. - new upstream release
  113. - change BuildRequires: gnome-desktop3-devel instead of gnome-desktop-devel
  114. - change BuildRequires: yelp-tools instead of gnome-doc-utils
  115. - add BuildRequires: gcr-devel
  116. * Sat Aug 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.3-1
  117. - new upstream release
  118. * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
  119. - new upstream release
  120. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
  121. - new upstream release
  122. * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
  123. - new upstream release
  124. * Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  125. - new upstream release
  126. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
  127. - new upstream release
  128. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
  129. - new upstream release
  130. * Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.3-1
  131. - new upstream release
  132. - add BuildRequires: gsettings-desktop-schemas
  133. - create -devel sub package
  134. * Sat Oct 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.6-1
  135. - new upstream release
  136. - remove BuildRequires: gir-repository-devel
  137. * Thu Sep 30 2010 Shu KONNO <owa@bg.wakwak.com> 2.30.2-2
  138. - rebuilt with rpm-4.8.1 for pkg-config
  139. * Sat May 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
  140. - new upstream release
  141. - add BuildRequires: gobject-introspection-devel, seed-devel
  142. - add configure option (--enable-introspection=yes, --enable-seed)
  143. * Sat Apr 17 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  144. - new upstream release
  145. - add BuildRequires: gobject-introspection-devel, gir-repository-devel
  146. - change BuildRequires: gnome-keyring-devel -> libgnome-keyring-devel
  147. - add configure option (--without-ca-file)
  148. - remove unrecognized configure option (--with-engine)
  149. * Sat Jan 09 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.2-1
  150. - new upstream release
  151. - added BR: libICE-devel, libSM-devel and gnome-keyring-devel
  152. * Sat Nov 07 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
  153. - new upstream release
  154. * Mon Jul 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-2
  155. - run gtk-update-icon-cache in %%post/postun script.
  156. * Wed Jul 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-1
  157. - new upstream release
  158. * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-2
  159. - rebuild with gecko-1.9.1
  160. * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
  161. - new upstream release
  162. * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
  163. - new upstream release
  164. - build with xulrunner-1.9.0.7
  165. * Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
  166. - new upstream release
  167. * Wed Oct 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0.1-2
  168. - build with gecko-1.9.0.3 instead of WebKit.
  169. - WebKit port is unstable yet.
  170. - enable zeroconf, NetworkManager support
  171. * Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0.1-1
  172. - new upstream release
  173. * Thu Jul 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.1.1-2vl5
  174. - build with WebKit instead of gecko.
  175. * Sun Apr 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1.1-1vl5
  176. - new upstream release
  177. - added %%pre and %%preun section
  178. * Fri Aug 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.3-0vl1
  179. - new upstream release
  180. - rebuilt with firefox-2.0.0.6-0vl3
  181. * Sun Jul 08 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.18.2-0vl2
  182. - add BuildRequires: gnome-python
  183. * Sun Jun 10 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.2-0vl1
  184. - new upstream release
  185. - rebuilt with new toolchain and firefox-2.0.0.4-0vl6
  186. * Sun Apr 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
  187. - new upstream release
  188. * Tue Nov 21 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.14.3-0vl1
  189. - source update
  190. - add Patch0 to build with firefox 2.0 <BTS:VineLinux:342>
  191. - add BuildRequires: pygtk2-devel
  192. * Sun Jun 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2.1-0vl1
  193. - new upstream release
  194. * Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl2
  195. - rebuild with firefox-1.5.0.2-0vl4
  196. * Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
  197. - new upstream release
  198. - build with firefox-1.5.0.2
  199. * Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
  200. - new upstream release
  201. * Thu Feb 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.3-0vl1
  202. - new upstream release
  203. - build with firefox-1.5.0.1
  204. * Tue Sep 27 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.0-0vl1
  205. - new upstream release
  206. - build with mozilla-1.7.12
  207. * Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.3-0vl2
  208. - rebuild with mozilla-1.7.8
  209. * Sun Apr 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.3-0vl1
  210. - new upstream release
  211. * Sun Apr 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.2-0vl1
  212. - new upstream release
  213. - build with mozilla-1.7.7
  214. * Fri Apr 1 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.0-0vl2
  215. - rebuild with mozilla-1.7.6
  216. * Wed Mar 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.0-0vl1
  217. - new upstream release
  218. * Sun Dec 26 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.7-0vl1
  219. - new upstream release
  220. - build with mozilla-1.7.5
  221. * Tue Nov 30 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.6-0vl1
  222. - new upstream release
  223. * Tue Nov 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.5-0vl1
  224. - new upstream release
  225. * Mon Sep 20 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.8-0vl2
  226. - rebuild with mozilla-1.7.3
  227. * Wed Aug 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.8-0vl1
  228. - new upstream release
  229. - build with mozilla-1.7.2
  230. - add Patch10 to build with gnome-2.4
  231. * Wed Jan 21 2004 Satoshi MACHINO <machino@vinelinux.org> 1.0.7-0vl1
  232. - new upstream version
  233. -- dropped patch10
  234. - changed URL
  235. * Fri Jan 9 2004 Tomoya TAKA <taka@vinelinux.org> 1.0.6-0vl3
  236. - add alpha into ExclusiveArch
  237. * Mon Dec 29 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl2
  238. - rebuild with mozilla-1.5.1
  239. * Sat Dec 6 2003 Ryoichi INAGAKI <daisuke@linux.or.jp> 1.0.6-0vl1
  240. - new upstream release
  241. * Sat Oct 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-0vl1
  242. - new upstream release
  243. * Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl2
  244. - fixed missing locale files
  245. * Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
  246. - new upstream release
  247. * Thu Sep 04 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.3-0vl1
  248. - new upstream release
  249. * Sun Jul 20 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.0-0vl1
  250. - new upstream release
  251. * Sun Jul 06 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.3-0vl1
  252. - new upstream release
  253. - build with mozilla 1.4
  254. * Sat Jun 07 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.0-0vl1
  255. - new upstream release
  256. * Thu Jun 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.1-0vl1
  257. - build for Vine Linux
  258. * Mon Jun 2 2003 Elliot Lee <sopwith@redhat.com> 0.6.1-2
  259. - Rebuild to fix broken mozilla dep, patch for mozilla 1.4
  260. * Mon May 19 2003 Jeremy Katz <katzj@redhat.com> 0.6.1-1
  261. - 0.6.1
  262. * Fri May 9 2003 Jeremy Katz <katzj@redhat.com> 0.6.0-4
  263. - add patch to fix gint/gpointer conversion bugs for 64bit arches
  264. * Fri May 9 2003 Jeremy Katz <katzj@redhat.com> 0.6.0-3
  265. - only build on arches mozilla is built on
  266. * Fri May 9 2003 Jeremy Katz <katzj@redhat.com> 0.6.0-2
  267. - rebuild against new mozilla, make mozilla requires dynamic
  268. * Sun May 4 2003 Jeremy Katz <katzj@redhat.com> 0.6.0-1
  269. - update to 0.6.0
  270. - fix tyop in %%postun
  271. * Wed Apr 16 2003 Bill Nottingham <notting@redhat.com> 0.5.0-3
  272. - make it build with mozilla-1.4 (shouldn't affect moz-1.2/moz-1.3 builds)
  273. * Mon Apr 14 2003 Jeremy Katz <katzj@redhat.com> 0.5.0-2
  274. - add some buildrequires, prereq GConf2
  275. - disable building nautilus view
  276. * Sun Apr 13 2003 Jeremy Katz <katzj@redhat.com>
  277. - Initial build.