-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkoji-github-webhook.spec
More file actions
45 lines (36 loc) · 1.14 KB
/
koji-github-webhook.spec
File metadata and controls
45 lines (36 loc) · 1.14 KB
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
38
39
40
41
42
43
44
45
Name: koji-github-webhook
Version: 0.3
Release: 1%{?dist}
License: LGPLv2
Summary: A github webhook for koji
Group: Applications/System
URL: http://github.com/ctria/koji-github-webhook
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: httpd
Requires: mod_wsgi
Requires: koji
%description
A github webhook for koji
%prep
%setup -q
%build
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT %{?install_opt} install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_datadir}/koji-github-webhook
%dir %{_sysconfdir}/koji-github-webhook
%config(noreplace) %{_sysconfdir}/koji-github-webhook/koji-github-webhook.conf
%config(noreplace) %{_sysconfdir}/httpd/conf.d/koji-github-webhook.conf
%changelog
* Mon Jul 17 2017 Christos Triantafyllidis <christos.triantafyllidis at gmail.com> - 0.3
- Handle release events
* Sun Jul 16 2017 Christos Triantafyllidis <christos.triantafyllidis at gmail.com> - 0.2
- Added a configuration option for scratch builds
* Wed Aug 12 2015 Christos Triantafyllidis <christos.triantafyllidis at gmail.com> - 0.1
- Initial release