cvsextras 01718a0
Name:           dillo
c6783a3
Version:        3.0.2
Adam Tkac c5829e8
Release:        5%{?dist}
6be5163
cvsextras 01718a0
Summary:        Very small and fast GUI web browser
cvsextras 01718a0
cvsextras 01718a0
Group:          Applications/Internet
df47840
License:        GPLv3+
cvsextras 01718a0
URL:            http://www.dillo.org/
c6783a3
Source0:        http://www.dillo.org/download/dillo-3.0.2.tar.bz2
cvsextras 01718a0
Source1:        %{name}.desktop
6c7ab5e
Source2:        %{name}.png
df47840
Patch0:         dillo3-dso.patch
cvsextras 01718a0
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cvsextras 01718a0
c2f914b
BuildRequires:  gtk+-devel
cvsextras 01718a0
BuildRequires:  zlib-devel
cvsextras 01718a0
BuildRequires:  desktop-file-utils
c2f914b
BuildRequires:  libpng-devel >= 1.2.0
c2f914b
BuildRequires:  libjpeg-devel = 6b
f449149
BuildRequires:  openssl-devel
f449149
BuildRequires:  libXft-devel
df47840
BuildRequires:  fltk-devel >= 1.3.0
6ec9b8b
BuildRequires:  gettext
33e584d
BuildRequires:  autoconf automake
528fce7
528fce7
# #676710 dillo requires iso8859 fonts
c2f914b
Requires:       wget
528fce7
Requires:       xorg-x11-fonts-ISO8859-1-100dpi, xorg-x11-fonts-ISO8859-1-75dpi
c2f914b
Provides:       webclient
cvsextras 01718a0
cvsextras 01718a0
%description
cvsextras 01718a0
Dillo is a very small and fast web browser using GTK.
cvsextras 01718a0
Currently: no frames,https,javascript.
cvsextras 01718a0
cvsextras 01718a0
%prep
136b40b
%setup -q
c2f914b
df47840
%patch0 -p1 -b.dso
37abc15
33e584d
autoreconf
33e584d
df47840
%build
df47840
%configure --disable-dependency-tracking --enable-ipv6 --enable-ssl
cvsextras 01718a0
37abc15
make %{?_smp_mflags}
c2f914b
cvsextras 01718a0
%install
cvsextras 01718a0
rm -rf $RPM_BUILD_ROOT
cvsextras 01718a0
37abc15
make install DESTDIR=$RPM_BUILD_ROOT
37abc15
rm -f doc/Makefile*
37abc15
cvsextras 01718a0
%{__install} -d -m0755 $RPM_BUILD_ROOT/%{_datadir}/applications
c2f914b
desktop-file-install --vendor fedora \
c2f914b
        --add-category X-Fedora \
cvsextras 01718a0
        --dir $RPM_BUILD_ROOT/%{_datadir}/applications  \
cvsextras 01718a0
        %{SOURCE1}
37abc15
6c7ab5e
%{__install} -Dpm 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps/dillo.png
cvsextras 01718a0
df47840
# included with doc
df47840
rm -fr $RPM_BUILD_ROOT%{_datadir}/doc/dillo
df47840
df47840
# silence rpmlint and convert to utf8
df47840
iconv -f iso8859-1 -t utf-8 AUTHORS > AUTHORS.conv && mv -f AUTHORS.conv AUTHORS
df47840
iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv && mv -f ChangeLog.conv ChangeLog
df47840
cd doc
df47840
iconv -f iso8859-1 -t utf-8 Cache.txt > Cache.txt.conv && mv -f Cache.txt.conv Cache.txt
df47840
iconv -f iso8859-1 -t utf-8 Cookies.txt > Cookies.txt.conv && mv -f Cookies.txt.conv Cookies.txt
cvsextras 01718a0
cvsextras 01718a0
%clean
cvsextras 01718a0
rm -rf $RPM_BUILD_ROOT
cvsextras 01718a0
df47840
%files
cvsextras 01718a0
%defattr(-,root,root,-)
cvsextras 0b3647d
%doc AUTHORS COPYING README ChangeLog doc
c2f914b
%config(noreplace) %{_sysconfdir}/*
cvsextras 01718a0
%{_bindir}/*
df47840
%{_mandir}/man1/dillo.1.gz
cvsextras 01718a0
%{_datadir}/applications/*.desktop
6c7ab5e
%{_datadir}/pixmaps/dillo.png
cvsextras 01718a0
%{_libdir}/%{name}
cvsextras 01718a0
cvsextras 01718a0
%changelog
Adam Tkac c5829e8
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 3.0.2-5
Adam Tkac c5829e8
- rebuild due to "jpeg8-ABI" feature drop
Adam Tkac c5829e8
54b4da6
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 3.0.2-4
54b4da6
- rebuild against new libjpeg
54b4da6
f2fe640
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-3
f2fe640
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f2fe640
ea4d46e
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-2
ea4d46e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ea4d46e
c6783a3
* Wed Dec 28 2011 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
c6783a3
- 3.0.2-1
c6783a3
- version upgrade
c6783a3
2823a47
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 3.0.1-2
2823a47
- Rebuild for new libpng
2823a47
136b40b
* Sun Sep 25 2011 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
136b40b
- 3.0.1-1
136b40b
- new upstream release
136b40b
d77a41a
* Thu Sep 08 2011 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
d77a41a
- 3.0.0-1
d77a41a
- upgrade to release
d77a41a
4cf33a6
* Thu Sep 01 2011 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
4cf33a6
- 3.0.0-0.2.20110901
4cf33a6
- current snapshot
4cf33a6
df47840
* Thu Aug 04 2011 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
df47840
- 3.0.0-0.1.20110804
df47840
- pull hg snapshot of dillo 3
df47840
- license change to GPLv3+
df47840
- build against latest fltk (rhbz#545273)
df47840
- fixes crash described in (rhbz#676710)
df47840
528fce7
* Sun Feb 13 2011 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
528fce7
- 0.8.6-14
528fce7
- require iso8859 fonts (#676710)
528fce7
- clean up desktop files
528fce7
55fe041
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.6-14
55fe041
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
55fe041
4bec833
* Thu Jul 15 2010 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
4bec833
- 0.8.6-13
4bec833
- fix desktop entries (#487771)
4bec833
b076d1e
* Sun Apr 11 2010 Bruno Wolff III <bruno@wolff.to> - 0.8.6-12
b076d1e
- Fix DSO linking bug 564723
b076d1e
- Cleanup i18n area before trying to mv source there
b076d1e
8ae3ebc
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.8.6-11
8ae3ebc
- rebuilt with new openssl
8ae3ebc
3f2acd2
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.6-10
3f2acd2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3f2acd2
2f18b33
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.6-9
2f18b33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2f18b33
e473c42
* Thu Jan 15 2009 Tomas Mraz <tmraz@redhat.com> - 0.8.6-8
e473c42
- rebuild with new openssl
e473c42
3d641f3
* Mon Feb 11 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> - 0.8.6-7
3d641f3
- Rebuilt for gcc43
3d641f3
860c023
* Thu Dec 06 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
860c023
- 0.8.6-6
860c023
- fix desktop file(s) #413111
860c023
26e83a9
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 0.8.6-5
26e83a9
 - Rebuild for deps
26e83a9
1d9b58d
* Wed Aug 22 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1d9b58d
0.8.6-4
1d9b58d
- new license tag
1d9b58d
- rebuild for buildid
1d9b58d
93a4b12
* Tue Sep 12 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
93a4b12
0.8.6-3
93a4b12
- FE6 rebuild
93a4b12
37abc15
* Tue Jul 04 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
37abc15
0.8.6-2
37abc15
- fix some more aspects of #187691 (package now contains dillo and dillo-i18n)
37abc15
- fix #197370
37abc15
f449149
* Sun Jun 18 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
f449149
0.8.6-1
f449149
- version upgrade
f449149
- fix #187691
f449149
f449149
* Mon Apr 17 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
f449149
0.8.5-3
f449149
- enable some options
f449149
934125d
* Wed Apr 05 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
934125d
0.8.5-2
934125d
- add i18n patch (#147381)
934125d
dbc8ef6
* Sat Mar 04 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
dbc8ef6
0.8.5-1
dbc8ef6
- reenable build
dbc8ef6
- version upgrade
dbc8ef6
- add dist
dbc8ef6
6be5163
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
6be5163
- rebuilt
6be5163
6c7ab5e
* Thu Feb  3 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.8.4-2
6c7ab5e
- Add icon, thanks to Robin Humble.
6c7ab5e
bb7f3c1
* Tue Jan 18 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.8.4-1
bb7f3c1
- Update to 0.8.4, fixes CAN-2005-0012 (#144953).
bb7f3c1
cvsextras 0b3647d
* Tue Sep  7 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.8.2-0.fdr.1
cvsextras 0b3647d
- Update to 0.8.2.
cvsextras 0b3647d
- Disable dependency tracking to speed up the build.
bb7f3c1
cvsextras 0b3647d
* Thu Jun 20 2004 Nils O. Selåsdal <NOS@Utel.no> - 0:0.8.1-0.fdr.1
cvsextras 0b3647d
- 0.8.1 release
bb7f3c1
cvsextras 01718a0
* Mon Apr 19 2004 Nils O. Selåsdal <NOS@Utel.no> - 0:0.8.0-0.fdr.3
cvsextras 01718a0
- Require wget for https support.
bb7f3c1
cvsextras 01718a0
* Thu Feb 12 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.8.0-0.fdr.2
cvsextras 01718a0
- Use "make install DESTDIR" instead of the %%makeinstall macro to avoid
cvsextras 01718a0
  buildroot traces in installed files.
cvsextras 01718a0
- Fix files list so that debuginfo files are not included in main package.
cvsextras 01718a0
- Desktop entry improvements, split into external file.
cvsextras 01718a0
- Include more docs.
cvsextras 01718a0
- Convert spec file to UTF-8.
cvsextras 01718a0
cvsextras 01718a0
* Tue Feb 10 2004 Nils O. Selåsdal <NOS@Utel.no> - 0:0.8.0-0.fdr.1
cvsextras 01718a0
- 0.8.0 release
cvsextras 01718a0
- Add patch to silence debug messages
cvsextras 01718a0
cvsextras 01718a0
* Mon Aug 25 2003 Nils O. Selåsdal <NOS@Utel.no> - 0:0.7.3-0.fdr.2
cvsextras 01718a0
- Include ChangeLog in docs.
cvsextras 01718a0
- Use X-Fedora , not X-Red-Hat-Extra.
cvsextras 01718a0
- Add proper BuildRequires,remove Requires, since they're automatically
cvsextras 01718a0
  picked up.
cvsextras 01718a0
- use config(noreplace) for dillorc.
cvsextras 01718a0
- add Provides webclient.
cvsextras 01718a0
cvsextras 01718a0
* Sat Aug 23 2003 Nils O. Selåsdal <NOS@Utel.no> - 0:0.7.3-0.fdr.1
cvsextras 01718a0
- Initial RPM release for fedora