Django

Code

Changeset 4490

Show
Ignore:
Timestamp:
02/11/07 18:33:24 (2 years ago)
Author:
mtredinnick
Message:

Refs #3338 -- Partially fix rpm packaging problems. There is still one issue
remaining with how we construct the version numbers, but this change is useful
nonetheless. Patch from Dirk Datzert.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/AUTHORS

    r4487 r4490  
    6868    Matt Croydon <http://www.postneo.com/> 
    6969    dackze+django@gmail.com 
     70    Dirk Datzert <dummy@habmalnefrage.de> 
    7071    Jonathan Daugherty (cygnus) <http://www.cprogrammer.org/> 
    7172    dave@thebarproject.com 
     
    7576    dne@mayonnaise.net 
    7677    Maximillian Dornseif <md@hudora.de> 
    77     dummy@habmalnefrage.de 
    7878    Jeremy Dunck <http://dunck.us/> 
    7979    Andy Dustman <farcepest@gmail.com> 
  • django/trunk/MANIFEST.in

    r3906 r4490  
    22include INSTALL 
    33include LICENSE 
     4recursive-include docs * 
     5recursive-include scripts * 
    46recursive-include django/conf/locale * 
    5 recursive-include django/contrib/admin/templates 
    6 recursive-include django/contrib/admin/media 
    7 recursive-include django/contrib/comments/templates 
    8 recursive-include django/contrib/sitemaps/templates 
     7recursive-include django/contrib/admin/templates * 
     8recursive-include django/contrib/admin/media * 
     9recursive-include django/contrib/comments/templates * 
     10recursive-include django/contrib/sitemaps/templates * 
  • django/trunk/setup.cfg

    r3693 r4490  
    11[bdist_rpm] 
    22doc_files = docs/*.txt 
     3install-script = scripts/rpm-install.sh 
    34