rpms/Django-south/EL-5 Django-south.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Diego Búrigo Zacarão diegobz at fedoraproject.org
Fri Aug 14 17:05:01 UTC 2009


Author: diegobz

Update of /cvs/pkgs/rpms/Django-south/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26665/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	Django-south.spec import.log 
Log Message:
* Fri Aug 14 2009 Diego Búrigo Zacarão <diegobz at gmail.com> 0.6-2
- Initial cvs import for EL-5




--- NEW FILE Django-south.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

%define vcstag rc1

Name:           Django-south
Version:        0.6
Release:        2%{?dist}
Summary:        Intelligent schema migrations for Django apps

Group:          Development/Languages
License:        ASL 2.0
URL:            http://south.aeracode.org
#hg clone -r 371 https://bitbucket.org/andrewgodwin/south/ Django-south-0.6
#tar zcf Django-south-0.6.tar.gz Django-south-0.6
#Source:         Django-south-%{version}.tar.gz
Source:         http://www.aeracode.org/releases/south/south-0.6.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel python-setuptools-devel 
Requires:       Django

%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
#%setup -q -n %{name}-%{version}

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc docs/
%{python_sitelib}/*

%changelog
* 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


--- NEW FILE import.log ---
Django-south-0_6-2_fc11:EL-5:Django-south-0.6-2.fc11.src.rpm:1250269504


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/Django-south/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	14 Aug 2009 16:18:36 -0000	1.1
+++ .cvsignore	14 Aug 2009 17:05:01 -0000	1.2
@@ -0,0 +1 @@
+south-0.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/Django-south/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	14 Aug 2009 16:18:36 -0000	1.1
+++ sources	14 Aug 2009 17:05:01 -0000	1.2
@@ -0,0 +1 @@
+44ee37aff7dcc571b27591fca8a04f96  south-0.6.tar.gz




More information about the fedora-extras-commits mailing list