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