rpms/mach/devel mach.spec,1.4,1.5

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sat Mar 5 21:10:25 UTC 2005


Author: thias

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

Modified Files:
	mach.spec 
Log Message:
Further mass cleanup. One or more apply :
- Remove (hopefully) all zero epoch remains.
- Remove trailing spaces and tabs.
- Keep consistency between tabs and spaces.
- Clean up summary.



Index: mach.spec
===================================================================
RCS file: /cvs/extras/rpms/mach/devel/mach.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mach.spec	26 Nov 2004 13:22:50 -0000	1.4
+++ mach.spec	5 Mar 2005 21:10:23 -0000	1.5
@@ -1,22 +1,22 @@
 Name:           mach
 Version:        0.4.5
-Release:        0.fdr.1.1
+Release:        1
 Summary:        make a chroot
 
 Group:          Applications/System
-License:	GPL
+License:        GPL
 URL:            http://thomas.apestaart.org/projects/mach/
 Source:         http://thomas.apestaart.org/download/mach/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
-Requires:	python
-Requires:	rpm
-Requires:	rpm-python
-Requires:	apt
-Requires:	sed
-Requires:	cpio
+Requires:       python
+Requires:       rpm
+Requires:       rpm-python
+Requires:       apt
+Requires:       sed
+Requires:       cpio
 
-BuildRequires:	python
+BuildRequires:  python
 
 %{!?builduser:  %define builduser  machbuild}
 %{!?buildgroup: %define buildgroup machbuild}
@@ -83,10 +83,10 @@
 fi
 
 %postun
-if [ "$1" == 0 ];
+if [ "$1" = "0" ];
 then
   # last removal
-  userdel mach > /dev/null 2>&1 || : 
+  userdel mach > /dev/null 2>&1 || :
   groupdel mach > /dev/null 2>&1 || :
 fi
 




More information about the fedora-extras-commits mailing list