rpms/transifex/devel transifex.spec,1.12,1.13

Diego Búrigo Zacarão diegobz at fedoraproject.org
Tue Dec 22 18:02:00 UTC 2009


Author: diegobz

Update of /cvs/pkgs/rpms/transifex/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20642

Modified Files:
	transifex.spec 
Log Message:
Dropped database creation


Index: transifex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/transifex/devel/transifex.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- transifex.spec	22 Dec 2009 17:09:50 -0000	1.12
+++ transifex.spec	22 Dec 2009 18:02:00 -0000	1.13
@@ -2,7 +2,7 @@
 
 Name:       transifex
 Version:    0.7.3
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    A system for distributed translation submissions
 
 Group:      Applications/Internet
@@ -54,9 +54,9 @@ sed -e 's!share/locale!.*/locale!' /usr/
 cd transifex
 rm -rf .hg* build-tools
 rm -r vcs/tests
-python manage.py syncdb --noinput    # Setup DB tables
-python manage.py migrate             # Setup more DB tables
-python manage.py txcreatelanguages   # Create a standard set of languages
+#python manage.py syncdb --noinput    # Setup DB tables
+#python manage.py migrate             # Setup more DB tables
+#python manage.py txcreatelanguages   # Create a standard set of languages
 python manage.py txcompilemessages   # Create message catalogs for i18n
 
 %install
@@ -67,7 +67,7 @@ find -mindepth 1 -maxdepth 1 -type d \( 
     -name build-tools -o -name docs -o -name settings \) -prune -o \
     -print \) | xargs cp -a -t $RPM_BUILD_ROOT/%{_datadir}/%{name}
 cp -a *.py $RPM_BUILD_ROOT%{_datadir}/%{name}
-cp -a *.db.sqlite $RPM_BUILD_ROOT%{_datadir}/%{name}
+#cp -a *.db.sqlite $RPM_BUILD_ROOT%{_datadir}/%{name}
 find $RPM_BUILD_ROOT%{_datadir}/%{name}/locale -name \*.po -exec rm {} +
 
 for vcs in cvs svn bzr hg git tar
@@ -129,7 +129,7 @@ fi
 %{_datadir}/%{name}/settings.py[co]
 %{_datadir}/%{name}/urls.py
 %{_datadir}/%{name}/urls.py[co]
-%{_datadir}/%{name}/transifex.db.sqlite
+#%{_datadir}/%{name}/transifex.db.sqlite
 %{_datadir}/%{name}/actionlog
 %{_datadir}/%{name}/codebases
 %{_datadir}/%{name}/external
@@ -201,6 +201,10 @@ fi
 %dir %{_localstatedir}/lib/%{name}/scratchdir/sources/git
 
 %changelog
+* Tue Dec 22 2009 Diego Búrigo Zacarão <diegobz at indifex.com> - 0.7.3-3
+- Django-south seems to raise a specific NotImplementedError exception 
+  for some migration operations using SQLite. Dropped database creation. 
+
 * Tue Dec 22 2009 Diego Búrigo Zacarão <diegobz at indifex.com> - 0.7.3-2
 - Changed SPEC for copying the SQLite database.
 - Do not try to build the docs, once the 0.7.3 tarball does not have a




More information about the scm-commits mailing list