rpms/django-evolution/F-9 django-evolution.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ignacio Vazquez-Abrams ivazquez at fedoraproject.org
Fri Mar 20 06:32:53 UTC 2009


Author: ivazquez

Update of /cvs/pkgs/rpms/django-evolution/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29867/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	django-evolution.spec import.log 
Log Message:
Initial import


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

%define alphatag r164

Name:           django-evolution
Version:        0.0
Release:        0%{?dist}.1.svn%{alphatag}
Summary:        Schema evolution for Django

Group:          Development/Languages
License:        BSD
URL:            http://code.google.com/p/django-evolution/
# svn export -%{alphatag} http://django-evolution.googlecode.com/svn/trunk/ django-evolution-%{alphatag}
# tar zcf django-evolution-%{alphatag}.tar.gz django-evolution-%{alphatag}
Source0:        %{name}-%{alphatag}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
Requires:       Django

%description
When you run ./manage.py syncdb, Django will look for any new models that
have been defined, and add a database table to represent those new models.
However, if you make a change to an existing model, ./manage.py syncdb will
not make any changes to the database.

This is where Django Evolution fits in. Django Evolution is an extension to
Django that allows you to track changes in your models over time, and to
update the database to reflect those changes.

%prep
%setup -q -n %{name}-%{alphatag}

%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 AUTHORS LICENSE README docs/
%{python_sitelib}/*

%changelog
* Mon Mar 02 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> 0.0-0.1.svnr164
- Add Requires: Django

* Wed Feb 18 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> 0.0-0.20080217svnr164
- Initial RPM release


--- NEW FILE import.log ---
django-evolution-0_0-0_1_svnr164:F-9:django-evolution-0.0-0.1.svnr164.src.rpm:1237530705


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/django-evolution/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Mar 2009 02:55:47 -0000	1.1
+++ .cvsignore	20 Mar 2009 06:32:22 -0000	1.2
@@ -0,0 +1 @@
+django-evolution-r164.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/django-evolution/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Mar 2009 02:55:47 -0000	1.1
+++ sources	20 Mar 2009 06:32:22 -0000	1.2
@@ -0,0 +1 @@
+394703c4bf2a13a6f545cb71efe5097e  django-evolution-r164.tar.gz




More information about the fedora-extras-commits mailing list