rpms/stow/devel stow.spec,1.2,1.3

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sat Mar 5 19:28:30 UTC 2005


Author: thias

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

Modified Files:
	stow.spec 
Log Message:
Mass letter "s" 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: stow.spec
===================================================================
RCS file: /cvs/extras/rpms/stow/devel/stow.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- stow.spec	10 Dec 2004 22:03:11 -0000	1.2
+++ stow.spec	5 Mar 2005 19:28:28 -0000	1.3
@@ -1,7 +1,6 @@
 Name:         stow
 Version:      1.3.3
 Release:      1
-Epoch:        0   
 License:      GPL
 Group:        Development/Tools
 URL:          http://www.gnu.org/software/stow/stow.html
@@ -34,7 +33,7 @@
 /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir 2>/dev/null || :
 
 %preun
-if [ $1 = 0 ]; then
+if [ $1 -eq 0 ]; then
   /sbin/install-info --delete %{_infodir}/%{name}.info \
     %{_infodir}/dir 2>/dev/null || :
 fi
@@ -44,11 +43,11 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING README AUTHORS INSTALL ChangeLog NEWS THANKS TODO 
-%doc %{_mandir}/man8/stow* 
+%doc COPYING README AUTHORS INSTALL ChangeLog NEWS THANKS TODO
+%doc %{_mandir}/man8/stow*
 %doc %{_infodir}/stow*
 %{_bindir}/*
 
-%changelog 
+%changelog
 * Sat May 15 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.3.3-0.fdr.1
 - initial RPM




More information about the fedora-extras-commits mailing list