Changes between Version 2 and Version 3 of Packaging
- Timestamp:
- 02/05/13 05:17:37 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Packaging
v2 v3 4 4 5 5 == RPMs == 6 The spec file can be found here: [https://www.xpra.org/trac/browser/trunk/scripts/xpra.spec xpra.spec] 7 [[BR]] 6 8 The quick and easy way (tested on Fedora 18): 7 9 {{{ 10 mkdir -p ${HOME}/rpmbuild/SOURCES/ >& /dev/null 8 11 cd trunk/src 9 12 ./setup.py sdist 10 mkdir -p ${HOME}/rpmbuild/SOURCES/ >& /dev/null11 13 cp dist/parti-all-*.tar.gz ${HOME}/rpmbuild/SOURCES/ 12 14 cp patches/* ${HOME}/rpmbuild/SOURCES/ … … 35 37 == DEBs == 36 38 TODO! 39 40 == Gentoo Ebuilds == 41 42 You can find a generally up-to-date ebuild here [https://www.xpra.org/trac/browser/trunk/scripts /scripts] (the ones in gentoo are somewhat behind the curve and fail to apply bug fixes in due time..). 43 [[BR]] 44 The ebuilds for the released versions can be found here: 45 [http://www.xpra.org/dists/gentoo/]