rpms/Django/devel .cvsignore, 1.15, 1.16 Django.spec, 1.32, 1.33 sources, 1.15, 1.16

smilner smilner at fedoraproject.org
Tue May 25 19:16:52 UTC 2010


Author: smilner

Update of /cvs/pkgs/rpms/Django/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9110

Modified Files:
	.cvsignore Django.spec sources 
Log Message:
updated for 1.2.1 release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/Django/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- .cvsignore	17 May 2010 18:41:58 -0000	1.15
+++ .cvsignore	25 May 2010 19:16:51 -0000	1.16
@@ -1 +1 @@
-Django-1.2.tar.gz
+Django-1.2.1.tar.gz


Index: Django.spec
===================================================================
RCS file: /cvs/pkgs/rpms/Django/devel/Django.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- Django.spec	17 May 2010 18:41:58 -0000	1.32
+++ Django.spec	25 May 2010 19:16:51 -0000	1.33
@@ -2,7 +2,7 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           Django
-Version:        1.2
+Version:        1.2.1
 Release:        1%{?dist}
 Summary:        A high-level Python Web framework
 
@@ -23,7 +23,6 @@ BuildRequires: python-sphinx
 %endif
 
 Requires:       python-simplejson
-Provides:       django
 
 
 %description
@@ -94,11 +93,34 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 %attr(0755,root,root) %{python_sitelib}/django/conf/project_template/manage.py
 %attr(0755,root,root) %{python_sitelib}/django/contrib/admin/media/js/compress.py
-%attr(0755,root,root) %{python_sitelib}/django/bin/profiling/gather_profile_stats.py
-%attr(0755,root,root) %{python_sitelib}/django/bin/*-messages.py
-%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/
+%attr(0755,root,root) %{python_sitelib}/django/bin/profiling/gather_profile_stats.py*
+%attr(0755,root,root) %{python_sitelib}/django/bin/*-messages.py*
+%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/bin/profiling/*
+%{python_sitelib}/django/bin/__init__.py*
+# Include everything but the locale data ...
+%{python_sitelib}/django/db/
+%{python_sitelib}/django/*.py*
+%{python_sitelib}/django/shortcuts/
+%{python_sitelib}/django/utils/
+%{python_sitelib}/django/dispatch/
+%{python_sitelib}/django/template/
+%{python_sitelib}/django/views/
+%{python_sitelib}/django/contrib/
+%{python_sitelib}/django/forms/
+%{python_sitelib}/django/templatetags/ 
+%{python_sitelib}/django/core/
+%{python_sitelib}/django/http/
+%{python_sitelib}/django/middleware/
+%{python_sitelib}/django/test/
+%{python_sitelib}/django/conf/*.py*
+%{python_sitelib}/django/conf/project_template/
+%{python_sitelib}/django/conf/app_template/
+%{python_sitelib}/django/conf/urls/
+%{python_sitelib}/django/conf/locale/*/*.py*
+%{python_sitelib}/django/conf/locale/*.py*
+# Call out the locale data on it's own
 %lang(ar) %{python_sitelib}/django/conf/locale/ar/LC_MESSAGES/djangojs.mo
 %lang(ar) %{python_sitelib}/django/conf/locale/ar/LC_MESSAGES/django.mo
 %lang(bg) %{python_sitelib}/django/conf/locale/bg/LC_MESSAGES/djangojs.mo
@@ -241,10 +263,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Mon May 17 2010 Steve 'Ashcrow' Milner <stevem at gnulinux.net> - 1.2-1
+* Mon May 25 2010 Steve 'Ashcrow' Milner <stevem at gnulinux.net> - 1.2.1-1
 - Update for new release.
 - Added lang files per BZ#584866.
 - Changed perms on %%{python_sitelib}/django/contrib/admin/media/js/compress.py
+- Lots of explicit files listed in %%files in order to reduce duplicate file listings
 
 * Wed Oct 21 2009 Steve 'Ashcrow' Milner <stevem at gnulinux.net> - 1.1.1-2
 - Removed po files per BZ#529188.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/Django/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	17 May 2010 18:41:58 -0000	1.15
+++ sources	25 May 2010 19:16:52 -0000	1.16
@@ -1 +1 @@
-98fa833fdabcdd78d00245aead66c174  Django-1.2.tar.gz
+2351efb20f6b7b5d9ce80fa4cb1bd9ca  Django-1.2.1.tar.gz



More information about the scm-commits mailing list