From e32b02f44619e0fc6be8383b1e3109317492f377 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Mar 03 2005 20:20:13 +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/ddclient.spec b/ddclient.spec index a0dfe3e..bca617e 100644 --- a/ddclient.spec +++ b/ddclient.spec @@ -1,8 +1,7 @@ Name: ddclient Version: 3.6.3 Release: 4 -Epoch: 0 -Summary: A client to update dynamic DNS host entries. +Summary: Client to update dynamic DNS host entries Group: System Environment/Daemons License: GPL @@ -20,17 +19,14 @@ BuildArch: noarch ddclient is a Perl client used to update dynamic DNS entries for accounts on many dynamic DNS services. -# ----------------------------------------------------------------------------- %prep %setup -q %patch -p1 -# ----------------------------------------------------------------------------- %build -# ----------------------------------------------------------------------------- %install rm -rf $RPM_BUILD_ROOT @@ -45,12 +41,10 @@ install -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/ddclient mkdir -p $RPM_BUILD_ROOT/var/cache touch $RPM_BUILD_ROOT/var/cache/ddclient.cache -# ----------------------------------------------------------------------------- %clean rm -rf $RPM_BUILD_ROOT -# ----------------------------------------------------------------------------- %post /sbin/chkconfig --add ddclient @@ -58,7 +52,7 @@ touch /var/cache/ddclient.cache chmod 0600 /var/cache/ddclient.cache %preun -if [ $1 = 0 ]; then +if [ $1 -eq 0 ]; then /sbin/service ddclient stop > /dev/null 2>&1 /sbin/chkconfig --del ddclient fi @@ -74,7 +68,6 @@ fi %ghost %attr(0600, root, root) /var/cache/ddclient.cache %{_initrddir}/ddclient -# ----------------------------------------------------------------------------- %changelog * Mon Apr 05 2004 Toshio Kuratomi - 0:3.6.3-0.fdr.4.fc1