Browse Source

updated dillo to 2.2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@967 ec354946-7b23-47d6-9f5a-488ba84defc7
owa 14 years ago
parent
commit
95d5e6bed9
1 changed files with 39 additions and 21 deletions
  1. 39 21
      d/dillo/dillo-vl.spec

+ 39 - 21
d/dillo/dillo-vl.spec

@@ -1,49 +1,67 @@
-Summary: a lightweight web browser based on GTK+
+Summary: a lightweight web browser based on LFTK2
+Summary(ja): FLTK2ベースの軽量webブラウザ
 Name: dillo
-Version: 0.7.3
-Release: 0vl1
+#Version: 0.7.3
+Version: 2.2
+Release: 1%{?_dist_release}
 URL: http://www.dillo.org/
 Source0: http://www.dillo.org/download/%{name}-%{version}.tar.bz2
 Patch0: http://teki.jpn.ph/pc/software/dillo-0.7.3-i18n-misc-20031219.diff.bz2
-License: GPL2
+License: GPLv3
 Group: Applications/Internet
 BuildRoot: %{_tmppath}/%{name}-root
+BuildRequires: fltk2-devel
 
 %description
-- Dillo is a web browser project completely written in C.
-- Dillo is small: source is less than 365 KB, and the binary is around 300 KB!
-- Dillo aims to be a multi-platform browser alternative that's small, stable, 
-  developer-friendly, usable, fast, and extensible.
-- Dillo is mainly based on GTK+ (GNOME is NOT required!)
-- Dillo is a free-SW project in the terms of the GNU general public license.
-- Current code uses gzilla-0.2.2's html-parser, and almost everything else 
-  was rewritten from scratch!.
-- Dillo is very fast!
+- Dillo is a multi-platform  graphical web browser known for its speed and small footprint.
+- Dillo is written in C and C++. 
+- Dillo is based on FLTK2, the Fast Light Toolkit (statically-linked by default!).
+- Dillo is free software made available under the terms of the GNU General Public License (GPLv3).
+- Dillo strives to be friendly both to users and developers.
+- Dillo helps web authors to comply with web standards by using the bug meter.
 
 %prep
 %setup -q
-%patch0 -p 1
+#%patch0 -p 1
 
 %build
-%configure --enable-meta-refresh --enable-web-search --program-prefix=
-make
+#configure --enable-meta-refresh --enable-web-search --program-prefix=
+%configure
+%__make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
 %makeinstall
-%{find_lang} %{name}
+#%{find_lang} %{name}
 
 %clean
 rm -rf %{buildroot}
 
-%files -f %{name}.lang
+#%files -f %{name}.lang
+%files
 %defattr(-,root,root)
-%{_bindir}/dillo
-%{_bindir}/dillocfg
-%{_bindir}/bm_srv12
+%doc AUTHORS COPYING ChangeLog NEWS README
 %config(noreplace) %{_sysconfdir}/dillorc
+%config(noreplace) %{_sysconfdir}/dpidrc
+%config(noreplace) %{_sysconfdir}/keysrc
+#%{_bindir}/dillocfg
+#%{_bindir}/bm_srv12
+%{_bindir}/dillo
+%{_bindir}/dpid
+%{_bindir}/dpidc
+%dir %{_libdir}/dillo
+%{_libdir}/dillo/dpi/*
+%{_docdir}/dillo/*
+%{_mandir}/man1/dillo.*
 
 %changelog
+* Sat May 08 2010 Shu KONNO <owa@bg.wakwak.com> 2.2-1
+- updated dillo to 2.2
+- applied new versioning policy, and spec in utf-8
+- changed license to GPL3
+- updated Summary and %%description
+- dropt Patch0: dillo-0.7.3-i18n-misc-20031219.diff.bz2
+
 * Mon Dec 29 2003 IWAI, Masaharu <iwai@alib.jp> 0.7.3-0vl1
 - Initial build.