From: Lingchaox Xin Date: Thu, 27 Jun 2013 01:42:01 +0000 (+0800) Subject: Spec clean with spec-cleaner X-Git-Tag: 0.14~115 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f23bd3198a2f9ddda54e91919e5b7dd79bd22ba;p=services%2Fjenkins-scripts.git Spec clean with spec-cleaner Maybe we should execute it when we change specfile each time to keep a consistent style. Change-Id: I28fb0b6a85f89ef95609c78a5a3d654428b54b83 --- diff --git a/packaging/jenkins-scripts.spec b/packaging/jenkins-scripts.spec index 9c2d8e0..333d1a2 100644 --- a/packaging/jenkins-scripts.spec +++ b/packaging/jenkins-scripts.spec @@ -1,23 +1,27 @@ +# +# spec file for jenkins-scripts +# + Name: jenkins-scripts Version: 0.14 %if 0%{?opensuse_bs} Release: 0.dev.. %else -Release: 0 +Release: 0 %endif License: Intel Proprietary Summary: An extendable backend scripts for jenkins Url: http://www.tizen.org Group: Development/Tools/Building Source: %{name}-%{version}.tar.gz +Requires: createrepo +Requires: gbs-api Requires: git-core Requires: python-cheetah Requires: python-mysql -Requires: python-yaml Requires: python-redis -Requires: createrepo +Requires: python-yaml Requires: rpmlint >= 1.3 -Requires: gbs-api BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch