Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
May 25, 2007, 7:29:42 PM (17 years ago)
- Author:
-
nosnilmot
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v13
|
v14
|
|
12 | 12 | 1. Tag the repository. |
13 | 13 | {{{ |
14 | | TAG=v2.0.0beta7 # for example |
| 14 | TAG=v2.0.2 # for example |
15 | 15 | mtn tag $REVISION $TAG |
16 | 16 | }}} |
17 | 17 | 2. Check out the tagged code |
18 | 18 | {{{ |
19 | | mtn -d $DATABASE co im.pidgin.pidgin -r $TAG pidgin-$VERSION |
| 19 | mtn -d $DATABASE co -r t:$TAG pidgin-$VERSION |
20 | 20 | }}} |
21 | 21 | 3. Run {{{./autogen.sh}}} |
… |
… |
|
31 | 31 | 7. Build the SRPM |
32 | 32 | {{{ |
33 | | rpmbuild -ta --sign --with avahi --with dbus --with meanwhile \ |
| 33 | rpmbuild -ts --sign --with avahi --with dbus --with meanwhile \ |
34 | 34 | --with sasl --with silc --with tcl pidgin-$VERSION.tar.bz2 |
35 | 35 | }}} |
… |
… |
|
43 | 43 | c. Build |
44 | 44 | {{{ |
45 | | rpmbuild -ba --sign --with avahi --with dbus --with meanwhile \ |
| 45 | rpmbuild -bb --sign --with avahi --with dbus --with meanwhile \ |
46 | 46 | --with sasl --with silc --with tcl $rpmbuild/SPECS/pidgin.spec |
47 | 47 | }}} |
… |
… |
|
49 | 49 | 11. Update the Pidgin website |
50 | 50 | a. Change inc/version.inc.php (only for full releases, not for betas) |
51 | | b. Add a news posting to htdocs/news.txt |
| 51 | b. Update the ChangeLog |
52 | 52 | 12. Announce via sourceforge |
53 | 53 | |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!