summaryrefslogtreecommitdiffstats
path: root/git-taskrepo.spec
blob: 313bc1e8596d32144434817bc6fb3a8d206ed479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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