source: projects/specs/branches/6/d/dillo/dillo-vl.spec @ 6364

Revision 6364, 2.2 KB checked in by Takemikaduchi, 12 years ago (diff)

rebuild or update packages

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