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