source: projects/specs/trunk/e/epiphany/epiphany-vl.spec @ 12487

Revision 12487, 12.3 KB checked in by tomop, 4 years ago (diff)

updated 11 packages

chrony-3.5.1-2

dnsmasq-2.82-1

epiphany-3.36.4-2

filezilla-3.50.0-1

gnutls-3.6.15-1

libfilezilla-0.24.1-1

nettle-3.6-1

rdesktop-1.9.0-2

tigervnc-1.10.1-2

webkitgtk4-2.28.4-1

wxGTK3-3.0.5-1

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