epiphany-vl.spec 12 KB

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