[python-django-south] Initial import (#825511).

Domingo Becker beckerde at fedoraproject.org
Sat Jun 16 13:09:34 UTC 2012


commit 042519e446f50a9ab0d855bbec7d0e3846548d92
Author: Domingo Becker <domingobecker at gmail.com>
Date:   Sat Jun 16 10:09:27 2012 -0300

    Initial import (#825511).

 .gitignore               |    1 +
 python-django-south.spec |   88 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 90 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a8f5b35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/south-0.7.5.tar.gz
diff --git a/python-django-south.spec b/python-django-south.spec
new file mode 100644
index 0000000..1773592
--- /dev/null
+++ b/python-django-south.spec
@@ -0,0 +1,88 @@
+Name:           python-django-south
+Version:        0.7.5
+Release:        3%{?dist}
+Summary:        Intelligent schema migrations for Django apps
+
+Group:          Development/Languages
+License:        ASL 2.0
+URL:            http://south.aeracode.org
+Source:         http://www.aeracode.org/releases/south/south-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  python2-devel 
+BuildRequires:  python-setuptools
+Requires:       python-django
+
+Provides: Django-south = %{version}-%{release} 
+# Because of the renaming mechanism, the next should stay forever in this package.
+Obsoletes: Django-south < 0.7.3-2 
+
+
+%description
+South brings migrations to Django applications. Its main objectives are to
+provide a simple, stable and database-independent migration layer to prevent
+all the hassle schema changes over time bring to your Django applications.
+
+%prep
+%setup -q -n South-%{version}
+# remove bundled egg-info
+rm -rf South.egg-info
+
+
+%build
+%{__python} setup.py build
+
+%install
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+%files
+%doc README
+%{python_sitelib}/south
+%{python_sitelib}/South-%{version}-py?.?.egg-info
+
+%changelog
+* Tue Jun 05 2012 Domingo Becker <domingobecker at gmail.com> - 0.7.5-3
+- Build requires change from python-devel to python2-devel.
+- Remove bundled egg-info.
+
+* Tue Jun 05 2012 Domingo Becker <domingobecker at gmail.com> - 0.7.5-2
+- Added README as doc in file section.
+- More specific files section.
+
+* Sat Jun 02 2012 Domingo Becker <domingobecker at gmail.com> - 0.7.5-1
+- New upstream version.
+- Remove docs dir in files section.
+- Fixed unpacked directory name.
+- Removed first line with python_sitelib...
+
+* Tue May 29 2012 Domingo Becker <domingobecker at gmail.com> - 0.7.3-2
+- Removed BuildRoot, clean, defattr and rm -rf buildroot.
+
+* Sun May 27 2012 Domingo Becker <domingobecker at gmail.com> - 0.7.3-1
+- Package rename to python-django-south. Please read
+  https://fedoraproject.org/wiki/User:Bkabrda/Django_rename
+
+* Mon Dec 20 2010 Domingo Becker <domingobecker at gmail.com> - 0.7.3-1
+- New upstream version.
+
+* Thu Nov 05 2010 Diego Búrigo Zacarão <diegobz at gmail.com> 0.7.2-2
+- Added patch by beckerde
+
+* Mon Sep 27 2010 Domingo Becker <domingobecker at gmail.com> - 0.7.2-1
+- Updated to 0.7.2 Release
+- A patch is included for python 2.4 compatibility
+
+* Sat Jul 24 2010 Diego Búrigo Zacarão <diegobz at gmail.com> 0.7.1-2
+- Updated to 0.7.1 Release
+
+* Sat Oct 24 2009 Diego Búrigo Zacarão <diegobz at gmail.com> 0.6.1-1
+- Updated to 0.6.1 Release
+
+* Wed Aug 13 2009 Diego Búrigo Zacarão <diegobz at gmail.com> 0.6-2
+- Updated SPEC to use the upstream tar.gz instead of the VCS checkout
+
+* Sun Aug 11 2009 Diego Búrigo Zacarão <diegobz at gmail.com> 0.6-1
+- Updated to 0.6 Release
+
+* Sun Aug 11 2009 Diego Búrigo Zacarão <diegobz at gmail.com> 0.6-0.1.20090811hgrc1
+- Initial RPM release
diff --git a/sources b/sources
index e69de29..f24cf8a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+69c73d67c953249f9c33a85de3ed5321  south-0.7.5.tar.gz


More information about the scm-commits mailing list