rpms/Django/F-10 Django.spec,1.22,1.23

smilner smilner at fedoraproject.org
Wed Aug 26 14:55:22 UTC 2009


Author: smilner

Update of /cvs/pkgs/rpms/Django/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29123

Modified Files:
	Django.spec 
Log Message:
I can't type today ... fixed the fat finger in if statement


Index: Django.spec
===================================================================
RCS file: /cvs/pkgs/rpms/Django/F-10/Django.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- Django.spec	26 Aug 2009 14:54:25 -0000	1.22
+++ Django.spec	26 Aug 2009 14:55:22 -0000	1.23
@@ -93,7 +93,7 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*.egg-info
 %endif
 
-%eif 0%{?fedora} > 0 && 0%{?fedora} <= 10
+%if 0%{?fedora} > 0 && 0%{?fedora} <= 10
 %ghost %{_bindir}/django-admin.pyc
 %ghost %{_bindir}/django-admin.pyo
 %endif




More information about the fedora-extras-commits mailing list