#2436: packaging of doc-files into RPM
------------------------------------+---------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Admin interface | Version: SVN
Severity: normal | Resolution:
Keywords: |
------------------------------------+---------------------------------------
Comment (by [EMAIL PROTECTED]):
RPM packages are named like <name>-<version>-<release>.<arch>.rpm
<name> and <version> are defined in setup.py
<release> is just a fix number - like a patch-level of the RPM
<arch> is noarch
You can replace 'release=1' by 'release=$Revision$' (see http://svnbook.
red-bean.com/en/1.1/ch07s02.html#svn-ch-7-sect-2.3.4 ) if you like this,
or set it fix to 1.
--
Ticket URL: <http://code.djangoproject.com/ticket/2436>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---