Changes between Version 38 and Version 39 of RpmHowToPackagers
- Timestamp:
- Jan 29, 2016, 10:20:01 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RpmHowToPackagers
v38 v39 200 200 }}} 201 201 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:202 In 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): 203 203 {{{ 204 204 %define svn_url D:/Coding/ports/libtool/trunk 205 # %define svn_rev 891205 #define svn_rev 891 206 206 }}} 207 207