Changes between Version 18 and Version 19 of Packaging
- Timestamp:
- 06/16/15 12:00:14 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Packaging
v18 v19 62 62 63 63 You may need to add arguments to the rpmbuild command line to enable/disable certain features, or simply to get it to build properly on other RPM based distros. 64 For example, to build on {{{CentOS 6}}} 64-bit with static video libraries and no opengl support, use:64 For example, to build on {{{CentOS 6}}} with a different build no, use: 65 65 {{{ 66 rpmbuild -ba xpra.spec \ 67 --define 'CentOS 1' 68 --define 'python_sitelib /usr/lib/python2.6/site-packages' 69 --define 'build_no 5' 70 --define 'dist .el6' 71 --define 'el6 1' 72 --define 'static_video_libs 1' 73 --define 'opengl 0' 74 }}} 66 rpmbuild -ba xpra.spec --define 'build_no 5'}}} 75 67 (the flags and their purpose may vary with versions, please refer to the spec file for more definitive information) 76 68 }}}