Blob Blame History Raw
Name:           dillo
Version:        0.8.2
Release:        0.fdr.1.2
Epoch:          0
Summary:        Very small and fast GUI web browser

Group:          Applications/Internet
License:        GPL
URL:            http://www.dillo.org/
Source0:        http://www.dillo.org/download/dillo-0.8.2.tar.bz2
Source1:        %{name}.desktop
Patch0:		dillo-0.8.0-nodebug.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk+-devel 
BuildRequires:  zlib-devel
BuildRequires:  desktop-file-utils
BuildRequires:  libpng-devel >= 0:1.2.0
BuildRequires:  libjpeg-devel = 0:6b
Requires:	wget
Provides:	webclient

%description
Dillo is a very small and fast web browser using GTK.
Currently: no frames,https,javascript.

%prep
%setup -q
%patch0

%build
%configure --disable-dependency-tracking --enable-cookies --enable-ipv6
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make install DESTDIR=$RPM_BUILD_ROOT
rm -f doc/Makefile*

%{__install} -d -m0755 $RPM_BUILD_ROOT/%{_datadir}/applications
desktop-file-install --vendor fedora  \
        --add-category X-Fedora				\
        --dir $RPM_BUILD_ROOT/%{_datadir}/applications  \
        %{SOURCE1}


%clean
rm -rf $RPM_BUILD_ROOT


%files 
%defattr(-,root,root,-)
%doc AUTHORS COPYING README ChangeLog doc
%config(noreplace) %{_sysconfdir}/*    
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_libdir}/%{name}

%changelog
* Tue Sep  7 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.8.2-0.fdr.1
- Update to 0.8.2.
- Disable dependency tracking to speed up the build.
* Thu Jun 20 2004 Nils O. Selåsdal <NOS@Utel.no> - 0:0.8.1-0.fdr.1
- 0.8.1 release
* Mon Apr 19 2004 Nils O. Selåsdal <NOS@Utel.no> - 0:0.8.0-0.fdr.3
- Require wget for https support.
* Thu Feb 12 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.8.0-0.fdr.2
- Use "make install DESTDIR" instead of the %%makeinstall macro to avoid
  buildroot traces in installed files.
- Fix files list so that debuginfo files are not included in main package.
- Desktop entry improvements, split into external file.
- Include more docs.
- Convert spec file to UTF-8.

* Tue Feb 10 2004 Nils O. Selåsdal <NOS@Utel.no> - 0:0.8.0-0.fdr.1
- 0.8.0 release
- Add patch to silence debug messages

* Mon Aug 25 2003 Nils O. Selåsdal <NOS@Utel.no> - 0:0.7.3-0.fdr.2
- Include ChangeLog in docs.
- Use X-Fedora , not X-Red-Hat-Extra.
- Add proper BuildRequires,remove Requires, since they're automatically
  picked up.
- use config(noreplace) for dillorc.
- add Provides webclient.

* Sat Aug 23 2003 Nils O. Selåsdal <NOS@Utel.no> - 0:0.7.3-0.fdr.1
- Initial RPM release for fedora