rpms/Django/F-11 Django.spec,1.20,1.21

smilner smilner at fedoraproject.org
Thu Jul 30 03:33:42 UTC 2009


Author: smilner

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

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



Index: Django.spec
===================================================================
RCS file: /cvs/pkgs/rpms/Django/F-11/Django.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- Django.spec	29 Jul 2009 20:55:02 -0000	1.20
+++ Django.spec	30 Jul 2009 03:33:42 -0000	1.21
@@ -3,7 +3,7 @@
 
 Name:           Django
 Version:        1.0.3
-Release:        2%{?dist}
+Release:        6%{?dist}
 Summary:        A high-level Python Web framework
 
 Group:          Development/Languages
@@ -83,15 +83,35 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0755,root,root) %{python_sitelib}/django/bin/daily_cleanup.py
 %attr(0755,root,root) %{python_sitelib}/django/bin/django-admin.py
 %{python_sitelib}/django
+
 %if 0%{?fedora} >= 9
 %{python_sitelib}/*.egg-info
 %endif
 
+%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]
+
+* Wed Jul 29 2009 Steve 'Ashcrow' Milner <stevem at gnulinux.net> - 1.0.3-3
+- Bump for tag issue.
+
 * Wed Jul 29 2009 Steve 'Ashcrow' Milner <stevem at gnulinux.net> - 1.0.3-2
 - Fix changelog.
 




More information about the fedora-extras-commits mailing list