summaryrefslogtreecommitdiffstats
path: root/git-taskrepo.spec
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2015-05-06 16:16:21 -0400
committerBill Peck <bpeck@redhat.com>2015-05-06 16:16:21 -0400
commit490fb9247135327a71157a14a07cedd809995c63 (patch)
tree875782e3d51e23bec7193672dd971e9b6d500a38 /git-taskrepo.spec
parenta86d5c0a2815ce2bc288a76ff6edc103ff8eb3a5 (diff)
downloadtaskrepo-490fb9247135327a71157a14a07cedd809995c63.tar.gz
taskrepo-490fb9247135327a71157a14a07cedd809995c63.tar.xz
taskrepo-490fb9247135327a71157a14a07cedd809995c63.zip
Initialized to use tito.
Diffstat (limited to 'git-taskrepo.spec')
-rw-r--r--git-taskrepo.spec37
1 files changed, 37 insertions, 0 deletions
diff --git a/git-taskrepo.spec b/git-taskrepo.spec
new file mode 100644
index 0000000..313bc1e
--- /dev/null
+++ b/git-taskrepo.spec
@@ -0,0 +1,37 @@
+Name: git-taskrepo
+Version: 0
+Release: 1%{?dist}
+Summary: Creates a taskrepo inside of an existing git repo.
+
+Group: Development/Libraries
+License: GPLv2+
+URL: http://beaker-project.org/git-taskrepo
+Source0: http://fedorahosted.org/releases/g/i/%{name}-%{version}.tar.gz
+
+BuildRequires: python-devel
+Requires: python-devel
+
+%description
+This creates and maintains a taskrepo inside of an existing git repo. Allows
+you to easily create xml jobs which can be run with the test harness restraint.
+
+%prep
+%setup -q
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+%files
+%doc
+
+
+
+%changelog
+* Wed May 06 2015 Bill Peck <bpeck@redhat.com> 0.1
+- Initial release