/[packages]/cauldron/python-django-evolution/current/SPECS/python-django-evolution.spec
ViewVC logotype

Diff of /cauldron/python-django-evolution/current/SPECS/python-django-evolution.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 334323 by philippem, Sun Dec 23 17:59:15 2012 UTC revision 334329 by philippem, Sun Dec 23 18:08:10 2012 UTC
# Line 1  Line 1 
 %define alphatag r212  
 %define realname django-evolution  
1    
2  Name:           python-django-evolution  Name:           python-django-evolution
3  Version:        0.6.7  Version:        0.6.7
# Line 39  Django that allows you to track changes Line 37  Django that allows you to track changes
37  update the database to reflect those changes.  update the database to reflect those changes.
38    
39  %prep  %prep
40  %setup -q -n %{realname}-%{version}  %setup -q -n django_evolution-%{version}
41  %patch0001 -p1  %patch0001 -p1
42    
43  %build  %build
# Line 47  update the database to reflect those cha Line 45  update the database to reflect those cha
45    
46  %install  %install
47  %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT  %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
48    # Delete tests. They aren't useful in an installed system
49    rm -rf $RPM_BUILD_ROOT/%{python_sitelib}/tests
50    
51  %check  %check
52  %{__python} tests/runtests.py  %{__python} tests/runtests.py
# Line 54  update the database to reflect those cha Line 54  update the database to reflect those cha
54    
55  %files  %files
56  %doc AUTHORS LICENSE README docs/  %doc AUTHORS LICENSE README docs/
57  %{py_puresitedir}/*  %{python_sitelib}/django_evolution/*
58    %{python_sitelib}/django_evolution-%{version}*.egg-info
59    
60    

Legend:
Removed from v.334323  
changed lines
  Added in v.334329

  ViewVC Help
Powered by ViewVC 1.1.30