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

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


Author: thias

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

Modified Files:
	treecc.spec 
Log Message:
Mass letter "t" 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: treecc.spec
===================================================================
RCS file: /cvs/extras/rpms/treecc/devel/treecc.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- treecc.spec	20 Feb 2005 20:11:12 -0000	1.6
+++ treecc.spec	5 Mar 2005 19:43:17 -0000	1.7
@@ -1,7 +1,7 @@
 Name:           treecc
 Version:        0.3.4
 Release:        2
-Summary:        Tree Compiler Compiler.
+Summary:        Tree Compiler Compiler
 
 Group:          Development/Tools
 License:        GPL
@@ -47,7 +47,7 @@
 
 
 %preun
-if [ "$1" -eq 0 ]; then
+if [ $1 -eq 0 ]; then
   /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir 2>/dev/null || :
 fi
 




More information about the fedora-extras-commits mailing list