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

Revision 10758, 2.3 KB checked in by ara_t, 8 years ago (diff)

rebuild with gcc-5.4.0

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