rpms/pyzor/devel pyzor.spec,1.8,1.9

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


Author: thias

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

Modified Files:
	pyzor.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: pyzor.spec
===================================================================
RCS file: /cvs/extras/rpms/pyzor/devel/pyzor.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pyzor.spec	10 Feb 2005 03:09:32 -0000	1.8
+++ pyzor.spec	5 Mar 2005 21:10:24 -0000	1.9
@@ -18,17 +18,17 @@
 Requires:      python-abi = %{pyver}
 
 %description
-Pyzor is a collaborative, networked system to detect 
-and block spam using identifying digests of messages. 
-Pyzor is similar to Vipul's Razor except implemented 
+Pyzor is a collaborative, networked system to detect
+and block spam using identifying digests of messages.
+Pyzor is similar to Vipul's Razor except implemented
 in python, and using fully open source servers.
 
-Pyzor can be used either standalone, or to augment the 
-spam filtering ability of spamassassin.  spamassassin 
+Pyzor can be used either standalone, or to augment the
+spam filtering ability of spamassassin.  spamassassin
 is highly recommended.
 
 %prep
-%setup -q 
+%setup -q
 
 %build
 %__python setup.py build
@@ -41,7 +41,7 @@
 install -p -m755 build/scripts-%{pyver}/* $RPM_BUILD_ROOT%{_bindir}
 %__python -c 'from compileall import *; compile_dir("'$RPM_BUILD_ROOT'/%{python_sitelib}",10,"%{python_sitelib}")'
 %__python -O -c 'from compileall import *; compile_dir("'$RPM_BUILD_ROOT'/%{python_sitelib}",10,"%{python_sitelib}")'
-chmod -R a+rX $RPM_BUILD_ROOT/%{python_sitelib}/pyzor $RPM_BUILD_ROOT%{_bindir}/pyzor* 
+chmod -R a+rX $RPM_BUILD_ROOT/%{python_sitelib}/pyzor $RPM_BUILD_ROOT%{_bindir}/pyzor*
 
 %clean
 rm -rf $RPM_BUILD_ROOT




More information about the fedora-extras-commits mailing list