[packages/python-PyGitUp] - added deps and description
baggins
baggins at pld-linux.org
Thu Jul 3 23:05:36 CEST 2014
commit 5d7881fc87b7e414b3b0d9777c20cca5cf367957
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Thu Jul 3 23:05:53 2014 +0200
- added deps and description
python-PyGitUp.spec | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/python-PyGitUp.spec b/python-PyGitUp.spec
index be6b3c5..831458c 100644
--- a/python-PyGitUp.spec
+++ b/python-PyGitUp.spec
@@ -15,15 +15,29 @@ URL: https://github.com/msiemens/PyGitUp
BuildRequires: rpm-pythonprov
# if py_postclean is used
BuildRequires: rpmbuild(macros) >= 1.219
+BuildRequires: python-GitPython >= 0.3.2.RC1
+BuildRequires: python-async
+BuildRequires: python-colorama >= 0.2.4
BuildRequires: python-distribute
-#Requires: python-libs
+BuildRequires: python-docopt >= 0.6.1
+BuildRequires: python-gitdb
+BuildRequires: python-nose
+BuildRequires: python-smmap
+BuildRequires: python-termcolor >= 1.1.0
+Requires: python-GitPython >= 0.3.2.RC1
+Requires: python-async
+Requires: python-colorama >= 0.2.4
+Requires: python-docopt >= 0.6.1
+Requires: python-gitdb
Requires: python-modules
+Requires: python-nose
+Requires: python-smmap
+Requires: python-termcolor >= 1.1.0
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-
-%description -l pl.UTF-8
+git-up(1) -- fetch and rebase all locally-tracked remote branches.
%prep
%setup -q -n %{module}-%{version}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-PyGitUp.git/commitdiff/5d7881fc87b7e414b3b0d9777c20cca5cf367957
More information about the pld-cvs-commit
mailing list