summaryrefslogtreecommitdiff
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
2014-08-28Tizen release 0.6.15-20140828tizen/0.6.15-20140828debian/0.6.25Markus Lehtonen2-2/+42
Change-Id: Ida5b65020a0e9f566aef3d86f5536c7581fdbd01 Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-08-21rpm packaging: use macro for python binaryLi Jinjing1-3/+3
For fedora distro, when building git-buildpackage rpm packages in the buildroot, /bin/python is called to do python setup.py actions during rpmbuild,which leads to /bin/python is taken as requirement of git-buildpackage-rpm-0.6.15-0.noarch.rpm automatically, resulting in: Install gbs with dnf command in fedora distro will raise error: nothing provides /bin/python needed by git-buildpackage-rpm-0.6.12-59.1.noarch Fixes: DEVT-197 Change-Id: I30169a506d7f92aed759124c40beb2803c196218 Signed-off-by: Li Jinjing <jinjingx.li@intel.com> Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-08-20Add PKGBUILD to support arch linuxJunchun Guan1-0/+83
Three split packages: git-buildpackage-{common,rpm,doc} Signed-off-by: Junchun Guan <junchunx.guan@intel.com>
2014-07-25rpm tests: add unit tests for buildpackage-rpmMarkus Lehtonen1-0/+1
Change-Id: If8a5cce2d43a8dffed6999059a84b3f6040eebdd Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-07-21packaging: depend/recommend rpmbuildMarkus Lehtonen1-0/+5
Change-Id: Ifd5402f93a078eb97ff504eab1dbbf1e2d7c6ca1 Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-07-18packaging: recommend/require zipmergeMarkus Lehtonen1-0/+3
Needed by CatenateZipArchive(). Change-Id: I8f25d9da418414bbcc2eff7797b4f57ee5c69e1f Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-07-18rpm-packaging: recommend/require unzipMarkus Lehtonen1-0/+2
Unzip is needed for handling zipped upstream sources. Change-Id: I21bb57ad96edece7041d209b1f8264e6ec8465de Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: manpages for the rpm toolsMarkus Lehtonen1-0/+7
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05packaging: rebase on top of upstream version 0.6.15Markus Lehtonen2-2/+5
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05Tizen release 0.6.12-20140521Markus Lehtonen2-2/+43
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05packaging: Prepare for next Tizen tools releaseMarkus Lehtonen2-2/+100
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05packaging: Prepare for next Tizen tools releaseMarkus Lehtonen2-1/+17
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05packaging: Release, update changelogsMarkus Lehtonen2-2/+31
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05packaging: Update changelogsMarkus Lehtonen2-1/+32
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05packaging: Release, update changelogsMarkus Lehtonen2-0/+15
Add rpm changelog. Start providing proper changelogs for Tizen Tools releases. Also, make it easier to track Tizen releases: - RPM: Add a 'Provides:' tag to the git-buildpackage-rpm subpackage in order to be able to track Tizen releases. - DEB: Change the package to non-native, by adding a corresponding release number to the version field in changelog of Debian packaging. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05rpm packaging: depend on pristine-tarMarkus Lehtonen1-0/+5
In practice, it is a weak dependency but upstream RPM doesn't support weak dependencies so we put it to 'Requires:' for everything else than openSUSE or Tizen (which do support weak deps). Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05packaging: git-buildpackage (Debian) tool requires devscriptsMarkus Lehtonen1-0/+7
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05CentOS compatibility: disable Debian toolsMarkus Lehtonen1-3/+17
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05Add rpm packaging filesMarkus Lehtonen1-0/+223
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com> Signed-off-by: Olev Kartau <olev.kartau@intel.com> Signed-off-by: Zhang Qiang <qiang.z.zhang@intel.com> Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>