From 5f23bd3198a2f9ddda54e91919e5b7dd79bd22ba Mon Sep 17 00:00:00 2001 From: Lingchaox Xin Date: Thu, 27 Jun 2013 09:42:01 +0800 Subject: [PATCH] Spec clean with spec-cleaner Maybe we should execute it when we change specfile each time to keep a consistent style. Change-Id: I28fb0b6a85f89ef95609c78a5a3d654428b54b83 --- packaging/jenkins-scripts.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 -- 2.7.4