rpms/ddclient/devel ddclient.spec,1.3,1.4

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


Author: thias

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

Modified Files:
	ddclient.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: ddclient.spec
===================================================================
RCS file: /cvs/extras/rpms/ddclient/devel/ddclient.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ddclient.spec	10 Dec 2004 22:03:02 -0000	1.3
+++ ddclient.spec	3 Mar 2005 20:20:13 -0000	1.4
@@ -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 @@
 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 @@
 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 @@
 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 @@
 %ghost %attr(0600, root, root) /var/cache/ddclient.cache
 %{_initrddir}/ddclient
 
-# -----------------------------------------------------------------------------
 
 %changelog
 * Mon Apr 05 2004 Toshio Kuratomi <toshio[+]tiki-lounge.com> - 0:3.6.3-0.fdr.4.fc1




More information about the fedora-extras-commits mailing list