]> git.pld-linux.org Git - packages/make-request.git/blame - make-request.spec
- obsoletes pld-builder-client
[packages/make-request.git] / make-request.spec
CommitLineData
84cf86c4 1Summary: Tool for sending build requests
2Name: make-request
3Version: 1.48
f51e3532 4Release: 1
84cf86c4 5License: GPL
6Group: Development/Tools
f51e3532 7# Temporary URL to bypass builder limitation
8Source0: http://kamil.klecza.pl/pld/%{name}-%{version}.sh
9#Source0: http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-builder.new/client/%{name}.sh?rev=%{version}
84cf86c4 10# Source0-md5: c9f98f1ef3a5aaa1172d7d82f8d716e1
11URL: http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-builder.new/client/make-request.sh
12Requires: /usr/sbin/sendmail
b3025229 13Requires: gnupg
d6986dcd 14ObsoleteS: pld-builder-client
84cf86c4 15BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19A tool which, based on the way it's configured and on the cmdline
20parameters given to it, generates an xml-formated build request, which
21it then signs with the requester's PGP key (using the gpg utility) and
22then sends it to the source builder via a sendmail compatible command
23line application (by default invoking "sendmail -t").
24
25Two modes of operation are:
26- sending requests to build chosen package(s) on a specified group of
27 builders
28- sending a chosen command to be executed on a specified group of
29 builders
30
31%prep
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
36install -d $RPM_BUILD_ROOT%{_bindir}
37install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/%{name}
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
44%attr(755,root,root) %{_bindir}/%{name}
This page took 0.205063 seconds and 4 git commands to generate.