diff options
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/git-buildpackage.changes | 3 | ||||
-rw-r--r-- | packaging/git-buildpackage.spec | 23 |
2 files changed, 25 insertions, 1 deletions
diff --git a/packaging/git-buildpackage.changes b/packaging/git-buildpackage.changes index 5f8ecf55..7f8a5ef3 100644 --- a/packaging/git-buildpackage.changes +++ b/packaging/git-buildpackage.changes @@ -1,3 +1,6 @@ +* Sat May 14 2016 Jun Wang <junbill.wang@samsung.com> tizen/0.7.4-20160514 +- Upgrade version to 0.7.4 + * Wed Mar 02 2016 Jun Wang <junbill.wang@samsung.com> tizen/0.6.27-20160302 - Upgrade version to 0.6.27 diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec index 1a2f49b8..60939602 100644 --- a/packaging/git-buildpackage.spec +++ b/packaging/git-buildpackage.spec @@ -3,7 +3,7 @@ Name: git-buildpackage Summary: Build packages from git -Version: 0.6.27 +Version: 0.7.4 Release: 0 Group: Development/Tools/Building License: GPLv2 @@ -118,6 +118,20 @@ Set of tools from Debian that integrate the package build system with Git. This package contains the tools for building RPM packages. +%package bb +Summary: Build with BitBake from git +Group: Development/Tools/Building +Requires: %{name}-common = %{version}-%{release} +Requires: %{name}-rpm = %{version}-%{release} +%if 0%{?suse_version} || 0%{?tizen_version:1} +Recommends: bitbake +%endif + +%description bb +Set of tools from Debian that integrate the package build system with Git. +This package contains the tools for building with the BitBake tool. + + %if %{with docs} %package doc Summary: Documentation for the git-buildpackage suite @@ -261,6 +275,13 @@ done %endif +%files bb +%defattr(-,root,root,-) +%dir %{python_sitelib}/gbp/bb +%{python_sitelib}/gbp/scripts/*bb*.py* +%{python_sitelib}/gbp/bb/*py* + + %if %{with docs} %files doc %defattr(-,root,root,-) |