From c2f914b3dccb8fe582b9b3349a266d0d63f3d840 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Mar 03 2005 20:20:14 +0000 Subject: Mass letter "d" update, one or more apply : - Drop epoch: 0 - Remove %{epoch} requirements in sub-packages - Remove trailing white spaces - Keep consistent between spaces and tabs --- diff --git a/dillo.spec b/dillo.spec index 7d5b20e..3512d47 100644 --- a/dillo.spec +++ b/dillo.spec @@ -1,7 +1,6 @@ Name: dillo Version: 0.8.4 Release: 2 -Epoch: 0 Summary: Very small and fast GUI web browser Group: Applications/Internet @@ -10,29 +9,32 @@ URL: http://www.dillo.org/ Source0: http://www.dillo.org/download/dillo-0.8.4.tar.bz2 Source1: %{name}.desktop Source2: %{name}.png -Patch0: dillo-0.8.0-nodebug.patch +Patch0: dillo-0.8.0-nodebug.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gtk+-devel +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 +BuildRequires: libpng-devel >= 1.2.0 +BuildRequires: libjpeg-devel = 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-ipv6 make %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT @@ -40,8 +42,8 @@ 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 \ +desktop-file-install --vendor fedora \ + --add-category X-Fedora \ --dir $RPM_BUILD_ROOT/%{_datadir}/applications \ %{SOURCE1} %{__install} -Dpm 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps/dillo.png @@ -51,10 +53,10 @@ desktop-file-install --vendor fedora \ rm -rf $RPM_BUILD_ROOT -%files +%files %defattr(-,root,root,-) %doc AUTHORS COPYING README ChangeLog doc -%config(noreplace) %{_sysconfdir}/* +%config(noreplace) %{_sysconfdir}/* %{_bindir}/* %{_datadir}/applications/*.desktop %{_datadir}/pixmaps/dillo.png