Changes between Version 38 and Version 39 of RpmHowToPackagers


Ignore:
Timestamp:
Jan 29, 2016, 9:20:01 PM (8 years ago)
Author:
dmik
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RpmHowToPackagers

    v38 v39  
    200200}}}
    201201
    202 In order to use the working copy instead of the URL (useful for creating test packages during development) one modifies the first snippet to something like this:
     202In order to use the working copy instead of the URL (useful for creating test packages during development) modify the first snippet to something like this (note `%` replaced with `#`, not with `#%` — this is because rpmbuild evaluates macros even if they are in comment lines):
    203203{{{
    204204%define svn_url     D:/Coding/ports/libtool/trunk
    205 #%define svn_rev     891
     205#define svn_rev     891
    206206}}}
    207207