source: projects/specs/trunk/d/dillo/dillo-vl.spec @ 967

Revision 967, 1.8 KB checked in by owa, 14 years ago (diff)

updated dillo to 2.2

RevLine 
[967]1Summary: a lightweight web browser based on LFTK2
2Summary(ja): FLTK2ベースの軽量webブラウザ
[521]3Name: dillo
[967]4#Version: 0.7.3
5Version: 2.2
6Release: 1%{?_dist_release}
[521]7URL: http://www.dillo.org/
8Source0: http://www.dillo.org/download/%{name}-%{version}.tar.bz2
9Patch0: http://teki.jpn.ph/pc/software/dillo-0.7.3-i18n-misc-20031219.diff.bz2
[967]10License: GPLv3
[521]11Group: Applications/Internet
12BuildRoot: %{_tmppath}/%{name}-root
[967]13BuildRequires: fltk2-devel
[521]14
15%description
[967]16- Dillo is a multi-platform  graphical web browser known for its speed and small footprint.
17- Dillo is written in C and C++.
18- Dillo is based on FLTK2, the Fast Light Toolkit (statically-linked by default!).
19- Dillo is free software made available under the terms of the GNU General Public License (GPLv3).
20- Dillo strives to be friendly both to users and developers.
21- Dillo helps web authors to comply with web standards by using the bug meter.
[521]22
23%prep
24%setup -q
[967]25#%patch0 -p 1
[521]26
27%build
[967]28#configure --enable-meta-refresh --enable-web-search --program-prefix=
29%configure
30%__make %{?_smp_mflags}
[521]31
32%install
33rm -rf %{buildroot}
34%makeinstall
[967]35#%{find_lang} %{name}
[521]36
37%clean
38rm -rf %{buildroot}
39
[967]40#%files -f %{name}.lang
41%files
[521]42%defattr(-,root,root)
[967]43%doc AUTHORS COPYING ChangeLog NEWS README
44%config(noreplace) %{_sysconfdir}/dillorc
45%config(noreplace) %{_sysconfdir}/dpidrc
46%config(noreplace) %{_sysconfdir}/keysrc
47#%{_bindir}/dillocfg
48#%{_bindir}/bm_srv12
[521]49%{_bindir}/dillo
[967]50%{_bindir}/dpid
51%{_bindir}/dpidc
52%dir %{_libdir}/dillo
53%{_libdir}/dillo/dpi/*
54%{_docdir}/dillo/*
55%{_mandir}/man1/dillo.*
[521]56
57%changelog
[967]58* Sat May 08 2010 Shu KONNO <owa@bg.wakwak.com> 2.2-1
59- updated dillo to 2.2
60- applied new versioning policy, and spec in utf-8
61- changed license to GPL3
62- updated Summary and %%description
63- dropt Patch0: dillo-0.7.3-i18n-misc-20031219.diff.bz2
64
[521]65* Mon Dec 29 2003 IWAI, Masaharu <iwai@alib.jp> 0.7.3-0vl1
66- Initial build.
67
Note: See TracBrowser for help on using the repository browser.