Warning, /graphics/kst-plot/devel-docs/deprecated/RELEASE is written in an unsupported language. File is not indexed.
0001 How to make a Kst release: 0002 0003 - update from SVN 0004 - svn copy to a branch 0005 - edit RELEASE.NOTES 0006 - run a regression test and make sure it completely passes 0007 - update configure.in.in to set the version number and the libkst interface 0008 version 0009 - update ../doc 0010 - make sure documentation has correct version for the <releaseinfo> tag 0011 of index.docbook and correct version of KST, QT, and KDE in the installation 0012 instructions of install-chapter.docbook 0013 - update the manpage 0014 - prepare for a KDE 3.3 install! Set min config appropriately 0015 - svn copy to a tag 0016 - make sure configure has been run so that the spec file is created (with the 0017 appropriate prefix, otherwise it must be editted after) 0018 - disable unsermake 0019 - svn2dist /path/to/extragear/graphics kst -b -n kst -v <version_number> --svn-root https://svn.kde.org/home/kde/trunk/ -l svn2dist.log --i18n-module extragear-graphics 0020 - unpack, remove any files that shouldn't be there, make sure docs and i18n 0021 are packaged properly, and edit any paths necessary (ex: spec file) 0022 - generate the srpm: rpm -ts kst-version.tar.gz 0023 - generate rpms as needed: rpm -tb kst-version.tar.gz 0024 or rpm --rebuild kst-version.rpm 0025 - SuSE and RedHat style are typically generated. 0026 0027 - TEST 0028 0029 - update www/areas/extragear/inc/appinfo.inc 0030 - update www/areas/extragear/apps/kst/ 0031 - upload packages and lsm to upload.kde.org 0032 - mail ftpadmin@kde.org to notify them 0033 - update kde-apps.org 0034 - add version number to bugs.kde.org product 0035