rpms/Django/F-10 Django.spec,1.18,1.19

smilner smilner at fedoraproject.org
Thu Jul 30 03:35:59 UTC 2009


Author: smilner

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

Modified Files:
	Django.spec 
Log Message:
Unifed django spec (via mockbuild)



Index: Django.spec
===================================================================
RCS file: /cvs/pkgs/rpms/Django/F-10/Django.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- Django.spec	30 Jul 2009 00:30:30 -0000	1.18
+++ Django.spec	30 Jul 2009 03:35:59 -0000	1.19
@@ -3,7 +3,7 @@
 
 Name:           Django
 Version:        1.0.3
-Release:        4%{?dist}
+Release:        6%{?dist}
 Summary:        A high-level Python Web framework
 
 Group:          Development/Languages
@@ -88,17 +88,24 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*.egg-info
 %endif
 
-%if %{?fedora} <= 10
+%if 0%{?fedora} <= 10
 %ghost %{_bindir}/django-admin.pyc
 %ghost %{_bindir}/django-admin.pyo
 %endif
 
+%if 0%{?rhel} == 5
+%exclude %{_bindir}/django-admin.pyc
+%exclude %{_bindir}/django-admin.pyo
+%endif
 
 %files doc
 %defattr(-,root,root,-)
 %doc docs/_build/html/*
 
 %changelog
+* Wed Jul 29 2009 Steve 'Ashcrow' Milner <stevem at gnulinux.net> - 1.0.3-6
+- Attempted combined spec for F12/11/10 and EL5
+
 * Wed Jul 29 2009 Steve 'Ashcrow' Milner <stevem at gnulinux.net> - 1.0.3-4
 - Older builds must ghost django-admin.py[c,o]
 




More information about the fedora-extras-commits mailing list