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

Revision 8011, 10.5 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release

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