rpms/dillo/devel dillo.spec,1.6,1.7

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 20:20:16 UTC 2005


Author: thias

Update of /cvs/extras/rpms/dillo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16904/dillo/devel

Modified Files:
	dillo.spec 
Log Message:
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



Index: dillo.spec
===================================================================
RCS file: /cvs/extras/rpms/dillo/devel/dillo.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dillo.spec	9 Feb 2005 23:44:00 -0000	1.6
+++ dillo.spec	3 Mar 2005 20:20:14 -0000	1.7
@@ -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 @@
 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 @@
 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 @@
 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




More information about the fedora-extras-commits mailing list